Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 19 of 19) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel4.c79 static pthread_barrier_t b2; variable
123 r = pthread_barrier_wait (&b2); in tf_read()
168 r = pthread_barrier_wait (&b2); in tf_readv()
214 r = pthread_barrier_wait (&b2); in tf_write()
260 r = pthread_barrier_wait (&b2); in tf_writev()
404 r = pthread_barrier_wait (&b2); in tf_select()
453 r = pthread_barrier_wait (&b2); in tf_pselect()
502 r = pthread_barrier_wait (&b2); in tf_poll()
549 r = pthread_barrier_wait (&b2); in tf_ppoll()
605 r = pthread_barrier_wait (&b2); in tf_wait()
[all …]
A Dtst-mqueue5.c255 (void) pthread_barrier_wait (b2); in do_child()
259 (void) pthread_barrier_wait (b2); in do_child()
275 (void) pthread_barrier_wait (b2); in do_child()
282 (void) pthread_barrier_wait (b2); in do_child()
302 (void) pthread_barrier_wait (b2); in do_child()
313 (void) pthread_barrier_wait (b2); in do_child()
327 (void) pthread_barrier_wait (b2); in do_child()
348 ev.sigev_value.sival_ptr = &b2; in do_child()
573 pthread_barrier_t *b2; in do_test() local
578 b3 = b2 + 1; in do_test()
[all …]
A Dtst-barrier4.c27 static pthread_barrier_t b2; variable
49 if (pthread_barrier_wait (&b2) == PTHREAD_BARRIER_SERIAL_THREAD) in tf()
51 pthread_barrier_destroy (&b2); in tf()
52 if (pthread_barrier_init (&b2, NULL, N) != 0) in tf()
88 if (pthread_barrier_init (&b2, NULL, N) != 0) in do_test()
A Dtst-cond10.c32 static pthread_barrier_t b2; variable
44 int e = pthread_barrier_wait (&b2); in tf()
83 if (pthread_barrier_init (&b2, NULL, 2) != 0) in do_test()
118 int e = pthread_barrier_wait (&b2); in do_test()
A Dtst-cleanup4.c32 static pthread_barrier_t b2; variable
55 int r = pthread_barrier_wait (&b2); in fn_read()
136 if (pthread_barrier_init (&b2, NULL, 2) != 0) in do_test()
164 int e = pthread_barrier_wait (&b2); in do_test()
A Dtst-tls4.c33 pthread_barrier_t b2, b3; variable
80 int r = pthread_barrier_wait (&b2); in tf2()
100 if (pthread_barrier_init (&b2, NULL, 2) != 0) in do_test()
118 int r = pthread_barrier_wait (&b2); in do_test()
A Dtst-cancel16.c29 static pthread_barrier_t b2; variable
44 int r = pthread_barrier_wait (&b2); in tf()
155 if (pthread_barrier_init (&b2, NULL, 2) != 0) in do_test()
168 r = pthread_barrier_wait (&b2); in do_test()
A Dtst-clock2.c28 static pthread_barrier_t b2; variable
35 int e = pthread_barrier_wait (&b2); in tf()
68 if (pthread_barrier_init (&b2, NULL, 2) != 0 in do_test()
114 e = pthread_barrier_wait (&b2); in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dmemcmp.c158 op_t b0, b1, b2, b3; in memcmp_not_common_alignment() local
178 b2 = ((op_t *) srcp2)[0]; in memcmp_not_common_alignment()
227 b2 = ((op_t *) srcp2)[2]; in memcmp_not_common_alignment()
236 if (x != b2) in memcmp_not_common_alignment()
237 return CMP_LT_OR_GT (x, b2); in memcmp_not_common_alignment()
/l4re-core-master/lua/lib/contrib/src/
A Dlgc.h64 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/sys/
A Duser.h15 long b0, b1, b2, b3; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dsha256-crypt.c50 #define B64_FROM_24BIT(b2, b1, b0, steps) \ argument
53 unsigned int w = ((b2) << 16) | ((b1) << 8) | (b0); \
A Dsha512-crypt.c50 #define B64_FROM_24BIT(b2, b1, b0, steps) \ argument
53 unsigned int w = ((b2) << 16) | ((b1) << 8) | (b0); \
/l4re-core-master/l4util/lib/src/ARCH-amd64/
A Dpmc_events.in80 b2 MMX_UOPS_EXEC
/l4re-core-master/l4util/lib/src/ARCH-x86/
A Dpmc_events.in80 b2 MMX_UOPS_EXEC
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dd2s_intrinsics.h254 const uint128_t b2 = ((uint128_t) m) * mul[1]; in mulShift64() local
255 return (uint64_t) (((b0 >> 64) + b2) >> (j - 64)); in mulShift64()
A Dd2fixed.c93 const uint128_t b2 = ((uint128_t) m) * mul[2]; // 128 in mulShift_mod1e9() local
103 const uint128_t s1 = b2 + (uint64_t) (mid >> 64); // 128 in mulShift_mod1e9()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/
A Dsetjmp.S119 mov r18=b2
A D__longjmp.S118 mov b2=r18

Completed in 25 milliseconds