Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dmemcmp.c76 op_t b0, b1; in memcmp_common_alignment() local
90 b1 = ((op_t *) srcp2)[0]; in memcmp_common_alignment()
103 b1 = ((op_t *) srcp2)[0]; in memcmp_common_alignment()
116 if (a1 != b1) in memcmp_common_alignment()
117 return CMP_LT_OR_GT (a1, b1); in memcmp_common_alignment()
128 if (a1 != b1) in memcmp_common_alignment()
129 return CMP_LT_OR_GT (a1, b1); in memcmp_common_alignment()
146 if (a1 != b1) in memcmp_common_alignment()
158 op_t b0, b1, b2, b3; in memcmp_not_common_alignment() local
229 if (x != b1) in memcmp_not_common_alignment()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-barrier4.c26 static pthread_barrier_t b1; variable
39 if (pthread_barrier_wait (&b1) == PTHREAD_BARRIER_SERIAL_THREAD) in tf()
41 pthread_barrier_destroy (&b1); in tf()
42 if (pthread_barrier_init (&b1, NULL, N) != 0) in tf()
82 if (pthread_barrier_init (&b1, NULL, N) != 0) in do_test()
/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.in79 b1 MMX_STAT_INSTR_EXEC
/l4re-core-master/l4util/lib/src/ARCH-x86/
A Dpmc_events.in79 b1 MMX_STAT_INSTR_EXEC
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/
A Dsetjmp.S115 mov r17=b1
A D__longjmp.S114 mov b1=r17
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dratio82 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
84 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dratio82 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
84 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dratio79 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
81 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dd2fixed.c92 const uint128_t b1 = ((uint128_t) m) * mul[1]; // 64 in mulShift_mod1e9() local
102 const uint128_t mid = b1 + (uint64_t) (b0 >> 64); // 64 in mulShift_mod1e9()

Completed in 18 milliseconds