Searched refs:c0 (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | d2fixed.c | 200 const uint32_t c0 = (c % 100) << 1; in append_n_digits() local 202 memcpy(result + olength - i - 2, DIGIT_TABLE + c0, 2); in append_n_digits() 237 const uint32_t c0 = (c % 100) << 1; in append_d_digits() local 239 memcpy(result + olength + 1 - i - 2, DIGIT_TABLE + c0, 2); in append_d_digits() 298 const uint32_t c0 = (c % 100) << 1; in append_nine_digits() local 300 memcpy(result + 7 - i, DIGIT_TABLE + c0, 2); in append_nine_digits()
|
A D | d2s.c | 341 const uint32_t c0 = (c % 100) << 1; in to_chars() local 345 memcpy(result + index + olength - i - 1, DIGIT_TABLE + c0, 2); in to_chars() 359 const uint32_t c0 = (c % 100) << 1; in to_chars() local 361 memcpy(result + index + olength - i - 1, DIGIT_TABLE + c0, 2); in to_chars()
|
A D | f2s.c | 252 const uint32_t c0 = (c % 100) << 1; in to_chars() local 254 memcpy(result + index + olength - i - 1, DIGIT_TABLE + c0, 2); in to_chars()
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm/ |
A D | aeabi_read_tp-v6p.S | 62 mrc p15, 0, r0, c13, c0, 2
|
/l4re-core-master/l4util/lib/src/ARCH-amd64/ |
A D | pmc_events.in | 58 c0 INST_RETIRED
|
/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | pmc_events.in | 58 c0 INST_RETIRED
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | tst-fnmatch.input | 278 C "a" "[a-c0-9]" 0 279 C "d" "[a-c0-9]" NOMATCH 280 C "B" "[a-c0-9]" NOMATCH
|
Completed in 8 milliseconds