Home
last modified time | relevance | path

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 Dd2fixed.c200 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 Dd2s.c341 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 Df2s.c252 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 Daeabi_read_tp-v6p.S62 mrc p15, 0, r0, c13, c0, 2
/l4re-core-master/l4util/lib/src/ARCH-amd64/
A Dpmc_events.in58 c0 INST_RETIRED
/l4re-core-master/l4util/lib/src/ARCH-x86/
A Dpmc_events.in58 c0 INST_RETIRED
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-fnmatch.input278 C "a" "[a-c0-9]" 0
279 C "d" "[a-c0-9]" NOMATCH
280 C "B" "[a-c0-9]" NOMATCH

Completed in 8 milliseconds