/third_party/ltp/testcases/kernel/mce-test/tools/ |
H A D | page-types.c | 733 static unsigned long long parse_number(const char *str) in parse_number() function 750 opt_pid = parse_number(str); in parse_pid() 808 size = parse_number(p + 1); in parse_addr_range() 810 offset = parse_number(optarg); in parse_addr_range() 814 size = parse_number(p + 1); in parse_addr_range() 823 offset = parse_number(optarg); in parse_addr_range() 857 return parse_number(str); in parse_flag_name()
|
/third_party/cJSON/tests/ |
H A D | parse_number.c | 52 TEST_ASSERT_TRUE(parse_number(item, &buffer)); in assert_parse_number() 71 TEST_ASSERT_TRUE(parse_number(item, &buffer)); in assert_parse_int64_number()
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | parse.rs | 58 fn parse_number<'a, Iter1, Iter2>(mut integer: Iter1, mut fraction: Iter2, exponent: i32) -> Number in parse_number() functions 153 let num = parse_number(integer.clone(), fraction.clone(), exponent); in parse_float()
|
/third_party/python/Python/ |
H A D | formatter_unicode.c | 447 parse_number(PyObject *s, Py_ssize_t pos, Py_ssize_t end, in parse_number() function 1154 parse_number(unicode_tmp, index, index + n_digits, &n_remainder, &has_decimal); in format_float_internal() 1332 parse_number(re_unicode_tmp, i_re, i_re + n_re_digits, in format_complex_internal() 1334 parse_number(im_unicode_tmp, i_im, i_im + n_im_digits, in format_complex_internal()
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_parse.c | 95 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number() function 266 r = parse_number(&s, res); in parse_value() 269 r = parse_number(&s, res); in parse_value() 278 return parse_number(t, res); in parse_value()
|
/third_party/openssl/crypto/property/ |
H A D | property_parse.c | 95 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number() function 236 r = parse_number(&s, res); in parse_value() 239 r = parse_number(&s, res); in parse_value() 248 return parse_number(t, res); in parse_value()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 62 static const char *parse_number(const char *first, const char *last) {
in parse_number() function 693 const char *t1 = parse_number(t, last);
in parse_function_param() 700 const char *t0 = parse_number(first + 2, last);
in parse_function_param() 704 const char *t1 = parse_number(t, last);
in parse_function_param() 1503 const char *t = parse_number(first + 1, last);
in parse_array_type() 1574 const char *t = parse_number(first + 2, last);
in parse_vector_type() 2298 const char *t = parse_number(first, last);
in parse_integer_literal() 3665 const char *t1 = parse_number(t, last);
in parse_local_name() 3799 const char *t = parse_number(first + 1, last);
in parse_call_offset() 3804 const char *t = parse_number(firs in parse_call_offset() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | json.c | 220 static const char* parse_number(const char *str, pa_json_object *obj) { in parse_number() function 432 str = parse_number(str, o); in parse_value()
|
/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 96 static const char *parse_number(cJSON *item, const char *num) { in parse_number() function 518 return parse_number(item, value); in parse_value()
|
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 1957 fn parse_number(s: &str) -> Option<u8> { in from_str_numeric() functions 1969 if let Some(n) = parse_number(&codes[0]) { in from_str_numeric() 1987 let n = parse_number(code).ok_or_else(|| ParseColorError { in from_str_numeric()
|
/third_party/skia/third_party/externals/spirv-tools/ |
H A D | Android.mk | 31 source/util/parse_number.cpp \
|
/third_party/spirv-tools/ |
H A D | Android.mk | 31 source/util/parse_number.cpp \
|
/third_party/cJSON/ |
H A D | cJSON.c | 324 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number() function 423 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number() function 1593 return parse_number(item, input_buffer); in parse_value()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 9860 static bool parse_number(upb_json_parser *p, bool is_quoted); 9872 return parse_number(p, false); in end_number_nontop() 10022 static bool parse_number(upb_json_parser *p, bool is_quoted) { in parse_number() function 10134 parse_number(p, false); in end_null() 10342 ok = parse_number(p, true); in end_stringval_nontop() 10821 if (!parse_number(p, true)) { in parse_mapentry_key()
|