Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 25 of 191) sorted by relevance

12345678

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/
A Dbfin_fixed_code.h20 uint32_t bfin_atomic_xchg32(uint32_t *__bfin_ptr, uint32_t __bfin_newval) in bfin_atomic_xchg32()
22 uint32_t __bfin_ret; in bfin_atomic_xchg32()
38 uint32_t bfin_atomic_cas32(uint32_t *__bfin_ptr, uint32_t __bfin_exp, uint32_t __bfin_newval) in bfin_atomic_cas32()
40 uint32_t __bfin_ret; in bfin_atomic_cas32()
57 uint32_t bfin_atomic_add32(uint32_t *__bfin_ptr, uint32_t __bfin_inc) in bfin_atomic_add32()
59 uint32_t __bfin_ret; in bfin_atomic_add32()
77 uint32_t bfin_atomic_sub32(uint32_t *__bfin_ptr, uint32_t __bfin_dec) in bfin_atomic_sub32()
79 uint32_t __bfin_ret; in bfin_atomic_sub32()
97 uint32_t bfin_atomic_ior32(uint32_t *__bfin_ptr, uint32_t __bfin_ior) in bfin_atomic_ior32()
116 uint32_t bfin_atomic_and32(uint32_t *__bfin_ptr, uint32_t __bfin_and) in bfin_atomic_and32()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Df2s_intrinsics.h35 static inline uint32_t pow5factor_32(uint32_t value) { in pow5factor_32()
36 uint32_t count = 0; in pow5factor_32()
51 static inline bool multipleOfPowerOf5_32(const uint32_t value, const uint32_t p) { in multipleOfPowerOf5_32()
56 static inline bool multipleOfPowerOf2_32(const uint32_t value, const uint32_t p) { in multipleOfPowerOf2_32()
68 const uint32_t factorLo = (uint32_t)(factor); in mulShift32()
69 const uint32_t factorHi = (uint32_t)(factor >> 32); in mulShift32()
76 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32()
77 uint32_t bits1Lo = (uint32_t)(bits1); in mulShift32()
78 uint32_t bits1Hi = (uint32_t)(bits1 >> 32); in mulShift32()
97 static inline uint32_t mulPow5InvDivPow2(const uint32_t m, const uint32_t q, const int32_t j) { in mulPow5InvDivPow2()
[all …]
A Dd2fixed.c84 const uint32_t shifted = (uint32_t) (multiplied >> 29); in uint128_mod1e9()
136 const uint32_t shifted = (uint32_t) (multiplied >> 29); in uint128_mod1e9()
164 const uint32_t dist = (uint32_t) (j - 128); // dist: [0, 52] in mulShift_mod1e9()
192 uint32_t i = 0; in append_n_digits()
229 uint32_t i = 0; in append_d_digits()
267 uint32_t i = 0; in append_c_digits()
306 static inline uint32_t indexForExponent(const uint32_t e) { in indexForExponent()
310 static inline uint32_t pow10BitsForIndex(const uint32_t idx) { in pow10BitsForIndex()
314 static inline uint32_t lengthForIndex(const uint32_t idx) { in lengthForIndex()
362 const uint32_t idx = e2 < 0 ? 0 : indexForExponent((uint32_t) e2); in d2fixed_buffered_n()
[all …]
A Dd2s_intrinsics.h58 const uint32_t aLo = (uint32_t)a; in umul128()
59 const uint32_t aHi = (uint32_t)(a >> 32); in umul128()
60 const uint32_t bLo = (uint32_t)b; in umul128()
61 const uint32_t bHi = (uint32_t)(b >> 32); in umul128()
68 const uint32_t b00Lo = (uint32_t)b00; in umul128()
69 const uint32_t b00Hi = (uint32_t)(b00 >> 32); in umul128()
72 const uint32_t mid1Lo = (uint32_t)(mid1); in umul128()
73 const uint32_t mid1Hi = (uint32_t)(mid1 >> 32); in umul128()
76 const uint32_t mid2Lo = (uint32_t)(mid2); in umul128()
77 const uint32_t mid2Hi = (uint32_t)(mid2 >> 32); in umul128()
[all …]
A Dd2s.c132 const uint32_t mvMod5 = ((uint32_t) mv) - 5 * ((uint32_t) div5(mv)); in d2d()
206 const uint32_t vmMod10 = ((uint32_t) vm) - 10 * ((uint32_t) vmDiv10); in d2d()
208 const uint32_t vrMod10 = ((uint32_t) vr) - 10 * ((uint32_t) vrDiv10); in d2d()
224 const uint32_t vmMod10 = ((uint32_t) vm) - 10 * ((uint32_t) vmDiv10); in d2d()
230 const uint32_t vrMod10 = ((uint32_t) vr) - 10 * ((uint32_t) vrDiv10); in d2d()
256 const uint32_t vrMod100 = ((uint32_t) vr) - 100 * ((uint32_t) vrDiv100); in d2d()
274 const uint32_t vrMod10 = ((uint32_t) vr) - 10 * ((uint32_t) vrDiv10); in d2d()
327 uint32_t i = 0; in to_chars()
335 uint32_t output2 = ((uint32_t) output) - 100000000 * ((uint32_t) q); in to_chars()
351 uint32_t output2 = (uint32_t) output; in to_chars()
[all …]
A Dgeneric_128.h358 static inline uint32_t pow5bits(const int32_t e) { in pow5bits()
365 …const uint64_t* const a, const uint64_t* const b, const uint32_t shift, const uint32_t corr, uint6… in mul_128_256_shift()
419 const uint32_t base = i / POW5_TABLE_SIZE; in generic_computePow5()
420 const uint32_t base2 = base * POW5_TABLE_SIZE; in generic_computePow5()
428 const uint32_t offset = i - base2; in generic_computePow5()
431 const uint32_t corr = (uint32_t) ((POW5_ERRORS[i / 32] >> (2 * (i % 32))) & 3); in generic_computePow5()
439 const uint32_t base2 = base * POW5_TABLE_SIZE; in generic_computeInvPow5()
447 const uint32_t offset = base2 - i; in generic_computeInvPow5()
450 const uint32_t corr = (uint32_t) ((POW5_INV_ERRORS[i / 32] >> (2 * (i % 32))) & 3) + 1; in generic_computeInvPow5()
456 for (uint32_t count = 0; value > 0; ++count) { in pow5Factor()
[all …]
A Df2s.c33 uint32_t mantissa;
42 uint32_t m2; in f2d()
59 const uint32_t mv = 4 * m2; in f2d()
60 const uint32_t mp = 4 * m2 + 2; in f2d()
66 uint32_t vr, vp, vm; in f2d()
72 const uint32_t q = log10Pow2(e2); in f2d()
102 const uint32_t q = log10Pow5(-e2); in f2d()
146 uint32_t output; in f2d()
228 uint32_t output = v.mantissa; in to_chars()
244 uint32_t i = 0; in to_chars()
[all …]
A Dcommon.h26 static inline uint32_t decimalLength9(const uint32_t v) { in decimalLength9()
49 return (int32_t) ((((uint32_t) e) * 1217359) >> 19); in log2pow5()
59 return (int32_t) (((((uint32_t) e) * 1217359) >> 19) + 1); in pow5bits()
68 static inline uint32_t log10Pow2(const int32_t e) { in log10Pow2()
72 return (((uint32_t) e) * 78913) >> 18; in log10Pow2()
76 static inline uint32_t log10Pow5(const int32_t e) { in log10Pow5()
80 return (((uint32_t) e) * 732923) >> 20; in log10Pow5()
83 static inline uint32_t float_to_bits(const float f) { in float_to_bits()
84 uint32_t bits = 0; in float_to_bits()
A Dgeneric_128.c29 const uint32_t c = (uint32_t) (v % 10); in s()
42 const uint32_t mantissaBits, const uint32_t exponentBits, const bool explicitLeadingBit) { in generic_binary_to_decimal()
46 printf("%u", (uint32_t) ((bits >> bit) & 1)); in generic_binary_to_decimal()
98 const uint32_t mmShift = in generic_binary_to_decimal()
110 const uint32_t q = log10Pow2(e2) - (e2 > 3); in generic_binary_to_decimal()
186 uint32_t removed = 0; in generic_binary_to_decimal()
271 for (uint32_t i = 0; i < olength - 1; ++i) { in generic_to_chars()
272 const uint32_t c = (uint32_t) (output % 10); in generic_to_chars()
295 uint32_t elength = decimalLength(exp); in generic_to_chars()
298 for (uint32_t i = 0; i < elength; ++i) { in generic_to_chars()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/netinet/
A Din.h205 uint32_t __u6_addr32[4];
331 uint32_t imsf_fmode;
352 uint32_t gf_fmode;
355 uint32_t gf_numsrc;
377 extern uint32_t ntohl (uint32_t __netlong) __THROW __attribute__ ((__const__));
382 extern uint32_t htonl (uint32_t __hostlong)
450 ((((const uint32_t *) (a))[0] == ((const uint32_t *) (b))[0]) \
451 && (((const uint32_t *) (a))[1] == ((const uint32_t *) (b))[1]) \
452 && (((const uint32_t *) (a))[2] == ((const uint32_t *) (b))[2]) \
453 && (((const uint32_t *) (a))[3] == ((const uint32_t *) (b))[3]))
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dsha256.c80 uint32_t a = ctx->H[0]; in sha256_process_block()
81 uint32_t b = ctx->H[1]; in sha256_process_block()
82 uint32_t c = ctx->H[2]; in sha256_process_block()
83 uint32_t d = ctx->H[3]; in sha256_process_block()
84 uint32_t e = ctx->H[4]; in sha256_process_block()
85 uint32_t f = ctx->H[5]; in sha256_process_block()
86 uint32_t g = ctx->H[6]; in sha256_process_block()
87 uint32_t h = ctx->H[7]; in sha256_process_block()
100 uint32_t W[64]; in sha256_process_block()
101 uint32_t a_save = a; in sha256_process_block()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/cpu/i486/opt/ext/
A Dopt_random.h46 uint32_t __msk1, uint32_t __msk2, uint32_t __msk3, uint32_t __msk4> in _GLIBCXX_VISIBILITY()
68 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
69 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
70 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
71 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
110 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
111 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
112 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
113 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/cpu/aarch64/opt/ext/
A Dopt_random.h103 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
104 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
105 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
106 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
150 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
151 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
152 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
153 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/cpu/aarch64/opt/ext/
A Dopt_random.h103 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
104 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
105 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
106 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
150 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
151 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
152 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
153 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/cpu/aarch64/opt/ext/
A Dopt_random.h104 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
105 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
106 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
107 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
151 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
152 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
153 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
154 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/cpu/aarch64/opt/ext/
A Dopt_random.h104 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
105 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
106 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
107 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
151 uint32_t __msk1, uint32_t __msk2, in _GLIBCXX_VISIBILITY()
152 uint32_t __msk3, uint32_t __msk4, in _GLIBCXX_VISIBILITY()
153 uint32_t __parity1, uint32_t __parity2, in _GLIBCXX_VISIBILITY()
154 uint32_t __parity3, uint32_t __parity4> in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Drandom.tcc44 uint32_t __msk1, uint32_t __msk2,
45 uint32_t __msk3, uint32_t __msk4,
67 inline uint32_t _Func1(uint32_t __x) in _Func1()
72 inline uint32_t _Func2(uint32_t __x) in _Func2()
83 uint32_t __msk1, uint32_t __msk2,
84 uint32_t __msk3, uint32_t __msk4,
150 uint32_t __msk1, uint32_t __msk2,
151 uint32_t __msk3, uint32_t __msk4,
183 uint32_t __msk1, uint32_t __msk2,
184 uint32_t __msk3, uint32_t __msk4,
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/sys/
A Dsignalfd.h30 uint32_t ssi_signo;
33 uint32_t ssi_pid;
34 uint32_t ssi_uid;
36 uint32_t ssi_tid;
37 uint32_t ssi_band;
38 uint32_t ssi_overrun;
39 uint32_t ssi_trapno;

Completed in 60 milliseconds

12345678