Searched refs:sp2 (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c177 struct sched_param sp1, sp2; local
182 sp2.sched_priority = sched_get_priority_min( SCHED_RR );
203 ret = pthread_setschedparam( *( pthread_t * ) arg, pol2, &sp2 );
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h66 uint32 sp2; member in struct:tss
/haiku-fatelf/headers/private/kernel/arch/x86/64/
H A Ddescriptors.h81 uint64 sp2; member in struct:tss
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c84 u_char *cp, *sp2, *startp, *endp; local
196 sp2 = cp; /*%< save pointer to length byte */
202 PUTSHORT(0, sp2);
389 if (cp != (sp2 + INT16SZ))
704 n = (u_int16_t)((cp - sp2) - INT16SZ);
705 PUTSHORT(n, sp2);

Completed in 30 milliseconds