HelenOS sources

s0                 55 kernel/arch/mips32/include/arch/context_struct.h 	uint32_t s0;
s0                101 kernel/arch/mips32/include/arch/istate_struct.h 	uint32_t s0;
s0                 98 kernel/arch/mips32/src/exception.c 	    istate->s0, istate->s1, istate->s2, istate->s3);
s0                 59 kernel/arch/riscv64/include/arch/context_struct.h 	uint64_t s0;
s0                108 uspace/lib/c/arch/mips32/include/libarch/elf_linux.h 	elf_regs->r16 = istate->s0;
s0                 66 uspace/lib/c/arch/mips32/include/libarch/fibril_context.h 	uint32_t s0;
s0                101 uspace/lib/c/arch/mips32/include/libarch/istate_struct.h 	uint32_t s0;
s0                143 uspace/lib/gfx/src/coord.c void gfx_span_points_sort(gfx_coord_t s0, gfx_coord_t s1, gfx_coord_t *d0,
s0                146 uspace/lib/gfx/src/coord.c 	if (s0 <= s1) {
s0                147 uspace/lib/gfx/src/coord.c 		*d0 = s0;
s0                151 uspace/lib/gfx/src/coord.c 		*d1 = s0 + 1;
s0                641 uspace/lib/gfx/test/coord.c 	gfx_coord_t s0, s1;
s0                643 uspace/lib/gfx/test/coord.c 	gfx_span_points_sort(1, 2, &s0, &s1);
s0                644 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, s0);
s0                651 uspace/lib/gfx/test/coord.c 	gfx_coord_t s0, s1;
s0                653 uspace/lib/gfx/test/coord.c 	gfx_span_points_sort(2, 1, &s0, &s1);
s0                654 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(2, s0);
s0                 63 uspace/srv/hid/display/seat.c 	ds_seat_t *s0;
s0                 65 uspace/srv/hid/display/seat.c 	s0 = ds_display_first_seat(display);
s0                 66 uspace/srv/hid/display/seat.c 	while (s0 != NULL) {
s0                 67 uspace/srv/hid/display/seat.c 		if (str_cmp(s0->name, name) == 0)
s0                 69 uspace/srv/hid/display/seat.c 		s0 = ds_display_next_seat(s0);
s0                428 uspace/srv/hid/display/test/display.c 	ds_seat_t *s0, *s1, *s2;
s0                437 uspace/srv/hid/display/test/display.c 	s0 = ds_display_first_seat(disp);
s0                438 uspace/srv/hid/display/test/display.c 	PCUT_ASSERT_EQUALS(s0, seat);
s0                440 uspace/srv/hid/display/test/display.c 	s1 = ds_display_next_seat(s0);
HelenOS homepage, sources at GitHub