Searched refs:sp1 (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dradixsort.c141 stack *sp1; local
185 sp0 = sp1 = sp; /* Stack position of biggest bin. */
199 sp1 = sp;
206 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
236 stack s[512], *sp, *sp0, *sp1, temp; local
266 sp0 = sp1 = sp;
282 sp1 = sp;
290 swap(*sp0, *sp1, temp);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c177 struct sched_param sp1, sp2; local
181 sp1.sched_priority = sched_get_priority_min( SCHED_FIFO );
196 ret = pthread_setschedparam( *( pthread_t * ) arg, pol1, &sp1 );
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h64 uint32 sp1; member in struct:tss
/haiku-fatelf/headers/private/kernel/arch/x86/64/
H A Ddescriptors.h80 uint64 sp1; member in struct:tss
/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c1029 char const *sp1; local
1196 sp1 = date2str(date, datebuf);
1199 delta->num, sp1, delta->author
1203 sp1 = strchr(sp1, ' ');
1205 delta->num, (int)(sp1-datebuf), datebuf, sp1,

Completed in 56 milliseconds