Home
last modified time | relevance | path

Searched defs:digit (Results 1 - 25 of 173) sorted by relevance

1234567

/third_party/musl/libc-test/src/functional/
H A Dinet_pton.c8 static int digit(int c) in digit() function
/third_party/icu/icu4c/source/common/
H A Dustrfmt.cpp34 int digit; in uprv_itou() local
/third_party/node/deps/icu-small/source/common/
H A Dustrfmt.cpp34 int digit; in uprv_itou() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrfmt.cpp34 int digit; in uprv_itou() local
/third_party/skia/docs/examples/
H A DCanvas_drawPatch_2_a.cpp22 char digit = '0' + i; in REG_FIDDLE() local
/third_party/node/deps/v8/src/base/
H A Dvlq-base64.cc40 int32_t digit; in VLQBase64Decode() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistputil.c213 ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in) ossl_ec_GFp_nistp_recode_scalar_bits() argument
[all...]
/third_party/python/Include/cpython/
H A Dlongintrepr.h43 typedef uint32_t digit; typedef
51 typedef unsigned short digit; typedef
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistputil.c213 ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in) ossl_ec_GFp_nistp_recode_scalar_bits() argument
[all...]
/third_party/toybox/toys/other/
H A Dtaskset.c79 unsigned long digit = *(--s) - '0'; in do_taskset() local
/third_party/ffmpeg/libavcodec/
H A Dpgxdec.c30 char digit; in pgx_get_number() local
/third_party/backends/sanei/
H A Dsanei_codec_ascii.c71 unsigned digit; in get_digit() local
/third_party/icu/icu4c/source/tools/genrb/
H A Drbutil.c74 int digit; in itostr() local
/third_party/node/deps/icu-small/source/tools/genrb/
H A Drbutil.c80 int digit; in itostr() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableStringBuilder.h50 char digit = static_cast<char>((number >> (index * 4)) & 0xfu); in appendHex() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Drbutil.c74 int digit; in itostr() local
/third_party/rust/crates/nix/src/
H A Dfeatures.rs22 fn digit(dst: &mut usize, b: u8) { in digit() functions
/third_party/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp44 uint32_t digit; in appendHex() local
/third_party/mbedtls/library/
H A Dbase64.c28 unsigned char digit = 0; in mbedtls_ct_base64_enc_char() local
[all...]
/third_party/node/src/
H A Ddebug_utils-inl.h43 unsigned digit = v & ((1 << BASE_BITS) - 1); in BaseConvert() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_intern.c74 int digit = 0; in bn_compute_wNAF() local
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_intern.c74 int digit = 0; in bn_compute_wNAF() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dutil.cpp44 uint32_t digit; in appendHex() local
/third_party/elfio/elfio/
H A Delfio_utils.hpp246 auto digit = value & 0xF; in to_hex_string() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java102 private static char digitToBasic(int digit, boolean uppercase) { in digitToBasic() argument
[all...]

Completed in 9 milliseconds

1234567