| /external/rust/crates/minimal-lexical/src/ |
| D | parse.rs | 35 let digit = c - b'0'; in parse_number_fast() localVariable 40 let digit = c - b'0'; in parse_number_fast() localVariable 79 let digit = c - b'0'; in parse_number() localVariable 92 let digit = c - b'0'; in parse_number() localVariable 110 let digit = c - b'0'; in parse_number() localVariable
|
| /external/clang/test/CodeGenCXX/ |
| D | template-dependent-bind-temporary.cpp | 16 T digit; in IntToString() local 17 char((digit < 10 ? '0' : 'a') + digit) + result; in IntToString() local
|
| /external/cpuinfo/src/arm/linux/ |
| D | cpuinfo.c | 32 const uint32_t digit = (uint32_t) (*digit_ptr - '0'); in parse_processor_number() local 339 const uint32_t digit = (*cpu_architecture_ptr) - '0'; in parse_cpu_architecture() local 438 uint32_t digit; in parse_cpu_part() local 492 uint32_t digit; in parse_cpu_implementer() local 562 const uint32_t digit = (uint32_t) (*digit_ptr - '0'); in parse_cpu_revision() local 605 const uint32_t digit = *digit_ptr - '0'; in parse_cache_number() local
|
| D | chipset.c | 155 const uint32_t digit = (uint32_t) (uint8_t) (*pos++) - '0'; in match_msm_apq() local 221 const uint32_t digit = (uint32_t) (uint8_t) start[i] - '0'; in match_sdm() local 268 const uint32_t digit = (uint32_t) (uint8_t) start[i] - '0'; in match_sm() local 425 const uint32_t digit = (uint32_t) (uint8_t) (*pos++) - '0'; in match_samsung_exynos() local 476 const uint32_t digit = (uint32_t) (uint8_t) start[i] - '0'; in match_exynos() local 535 const uint32_t digit = (uint32_t) (uint8_t) start[i] - '0'; in match_universal() local 665 const uint32_t digit = (uint32_t) (uint8_t) (*pos++) - '0'; in match_mt() local 770 const uint32_t digit = (uint32_t) (uint8_t) end[i - 3] - '0'; in match_kirin() local 827 const uint32_t digit = (uint32_t) (uint8_t) start[i] - '0'; in match_rk() local 924 const uint32_t digit = (uint32_t) (uint8_t) start[i] - '0'; in match_sc() local [all …]
|
| /external/smali/smali/src/main/java/org/jf/smali/ |
| D | LiteralTools.java | 74 int digit; in parseByte() local 144 int digit; in parseShort() local 208 int digit; in parseInt() local 278 int digit; in parseLong() local
|
| /external/google-smali/third_party/smali/src/main/java/com/android/tools/smali/smali/ |
| D | LiteralTools.java | 73 int digit; in parseByte() local 143 int digit; in parseShort() local 207 int digit; in parseInt() local 277 int digit; in parseLong() local
|
| /external/owasp/sanitizer/src/main/org/owasp/html/ |
| D | HtmlEntities.java | 114 char digit = html.charAt(i); in decodeEntityAt() local 148 char digit = html.charAt(i); in decodeEntityAt() local
|
| /external/smali/dexlib2/src/main/java/org/jf/util/ |
| D | IndentingWriter.java | 180 int digit = (int)(value & 15); in printUnsignedLongAsHex() local 204 long digit = value % 10; in printSignedLongAsDec() local 224 int digit = value % 10; in printSignedIntAsDec() local
|
| /external/double-conversion/double-conversion/ |
| D | fast-dtoa.cc | 349 int digit = integrals / divisor; in DigitGen() local 385 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 460 int digit = integrals / divisor; in DigitGenCounted() local 494 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | double-conversion-fast-dtoa.cpp | 363 int digit = integrals / divisor; in DigitGen() local 399 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 474 int digit = integrals / divisor; in DigitGenCounted() local 508 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| /external/icu/icu4c/source/i18n/ |
| D | double-conversion-fast-dtoa.cpp | 363 int digit = integrals / divisor; in DigitGen() local 399 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 474 int digit = integrals / divisor; in DigitGenCounted() local 508 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| /external/cronet/base/third_party/double_conversion/double-conversion/ |
| D | fast-dtoa.cc | 349 int digit = integrals / divisor; in DigitGen() local 385 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 460 int digit = integrals / divisor; in DigitGenCounted() local 494 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| /external/google-smali/baksmali/src/main/java/com/android/tools/smali/baksmali/formatter/ |
| D | BaksmaliWriter.java | 390 int digit = (int)(value & 15); in writeUnsignedLongAsHex() local 413 long digit = abs(value % 10); in writeSignedLongAsDec() local 432 int digit = abs(value % 10); in writeSignedIntAsDec() local
|
| /external/cpuinfo/src/x86/linux/ |
| D | cpuinfo.c | 31 const uint32_t digit = (uint32_t) (*digit_ptr - '0'); in parse_processor_number() local 57 const uint32_t digit = *digit_ptr - '0'; in parse_apic_id() local
|
| /external/rust/crates/ring/crypto/fipsmodule/ec/ |
| D | util.h | 246 static inline void recode_scalar_bits(crypto_word *sign, crypto_word *digit, in recode_scalar_bits()
|
| D | ecp_nistz.h | 249 static inline void booth_recode(crypto_word *is_negative, crypto_word *digit, in booth_recode()
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
| D | util.c | 243 void ec_GFp_nistp_recode_scalar_bits(crypto_word_t *sign, crypto_word_t *digit, in ec_GFp_nistp_recode_scalar_bits()
|
| D | wnaf.c | 100 int digit = 0; in ec_compute_wNAF() local 162 const EC_RAW_POINT *precomp, int digit) { in lookup_precomp()
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
| D | util.c | 243 void ec_GFp_nistp_recode_scalar_bits(crypto_word_t *sign, crypto_word_t *digit, in ec_GFp_nistp_recode_scalar_bits()
|
| D | wnaf.c | 100 int digit = 0; in ec_compute_wNAF() local 162 const EC_RAW_POINT *precomp, int digit) { in lookup_precomp()
|
| /external/boringssl/src/crypto/fipsmodule/ec/ |
| D | util.c | 243 void ec_GFp_nistp_recode_scalar_bits(crypto_word_t *sign, crypto_word_t *digit, in ec_GFp_nistp_recode_scalar_bits()
|
| D | wnaf.c | 100 int digit = 0; in ec_compute_wNAF() local 162 const EC_RAW_POINT *precomp, int digit) { in lookup_precomp()
|
| /external/pdfium/fxbarcode/oned/ |
| D | BC_OnedEAN8Writer.cpp | 100 int32_t digit = FXSYS_DecimalCharToInt(contents[i]); in Encode() local 106 int32_t digit = FXSYS_DecimalCharToInt(contents[i]); in Encode() local
|
| D | BC_OnedEAN13Writer.cpp | 100 int32_t digit = FXSYS_DecimalCharToInt(contents[i]); in Encode() local 109 int32_t digit = FXSYS_DecimalCharToInt(contents[i]); in Encode() local
|
| /external/libpcap/ |
| D | scanner.l | 505 unsigned int digit; variable
|