/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer-deserialize-json.hh | 584 { if (!parse_uint (tok, p, &info.codepoint)) return false; } in _hb_buffer_deserialize_json() 588 { if (!parse_uint (tok, p, &info.cluster )) return false; } in _hb_buffer_deserialize_json() 642 { if (!parse_uint (tok, p, &info.codepoint)) return false; } in _hb_buffer_deserialize_json() 654 { if (!parse_uint (tok, p, &info.cluster )) return false; } in _hb_buffer_deserialize_json()
|
H A D | hb-buffer-deserialize-text.hh | 494 { if (!parse_uint (tok, p, &info.cluster )) return false; } in _hb_buffer_deserialize_text() 567 { if (!parse_uint (tok, p, &info.cluster )) return false; } in _hb_buffer_deserialize_text() 765 { if (!parse_uint (tok, p, &info.cluster )) return false; } in _hb_buffer_deserialize_text()
|
H A D | hb-common.cc | 713 parse_uint (const char **pp, const char *end, unsigned int *pv) in parse_uint() function 825 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices() 828 parse_uint (pp, end, &feature->end); in parse_feature_indices()
|
H A D | hb-buffer-serialize.cc | 700 parse_uint (const char *pp, const char *end, uint32_t *pv) in parse_uint() function
|
/third_party/nghttp2/src/ |
H A D | nghttpd.cc | 254 auto n = util::parse_uint(optarg); in main() 270 auto n = util::parse_uint(optarg); in main() 283 auto n = util::parse_uint(optarg); in main() 319 auto n = util::parse_uint(optarg); in main() 440 auto n = util::parse_uint(portStr); in main()
|
H A D | util_test.cc | 324 CU_ASSERT(0 == util::parse_uint("0")); in test_util_parse_uint() 325 CU_ASSERT(1023 == util::parse_uint("1023")); in test_util_parse_uint() 326 CU_ASSERT(-1 == util::parse_uint("1k")); in test_util_parse_uint() 327 CU_ASSERT(9223372036854775807LL == util::parse_uint("9223372036854775807")); in test_util_parse_uint() 329 CU_ASSERT(-1 == util::parse_uint("9223372036854775808")); in test_util_parse_uint() 330 CU_ASSERT(-1 == util::parse_uint("10000000000000000000")); in test_util_parse_uint() 332 CU_ASSERT(-1 == util::parse_uint("1.1")); in test_util_parse_uint() 333 CU_ASSERT(-1 == util::parse_uint("1a")); in test_util_parse_uint() 334 CU_ASSERT(-1 == util::parse_uint("a1")); in test_util_parse_uint() 335 CU_ASSERT(-1 == util::parse_uint(" in test_util_parse_uint() [all...] |
H A D | shrpx_config.cc | 135 auto d = util::parse_uint(portstr); in split_host_port() 390 int parse_uint(T *dest, const StringRef &opt, const StringRef &optarg) { in parse_uint() function 391 auto val = util::parse_uint(optarg); in parse_uint() 440 if (parse_uint(&port, opt, tokens[1]) != 0) { in parse_altsvc() 1017 auto n = util::parse_uint(valstr); in parse_downstream_params() 1031 auto n = util::parse_uint(valstr); in parse_downstream_params() 1123 auto n = util::parse_uint(valstr); in parse_downstream_params() 1145 auto n = util::parse_uint(valstr); in parse_downstream_params() 1450 auto n = util::parse_uint(codestr); in parse_error_page() 2962 return parse_uint( in parse_config() [all...] |
H A D | util.cc | 1203 int64_t parse_uint(const char *s) { in parse_uint() function 1204 return parse_uint(reinterpret_cast<const uint8_t *>(s), strlen(s)); in parse_uint() 1207 int64_t parse_uint(const std::string &s) { in parse_uint() function 1208 return parse_uint(reinterpret_cast<const uint8_t *>(s.c_str()), s.size()); in parse_uint() 1211 int64_t parse_uint(const StringRef &s) { in parse_uint() function 1212 return parse_uint(s.byte(), s.size()); in parse_uint() 1215 int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function
|
H A D | deflatehd.cc | 405 auto n = util::parse_uint(optarg); in main() 415 auto n = util::parse_uint(optarg); in main()
|
H A D | util.h | 744 int64_t parse_uint(const char *s); 746 int64_t parse_uint(const uint8_t *s, size_t len); 747 int64_t parse_uint(const std::string &s); 748 int64_t parse_uint(const StringRef &s);
|
H A D | h2load.cc | 2387 auto n = util::parse_uint(optarg); in main() 2397 auto n = util::parse_uint(optarg); in main() 2413 auto n = util::parse_uint(optarg); in main() 2423 auto n = util::parse_uint(optarg); in main() 2433 auto n = util::parse_uint(optarg); in main() 2508 auto n = util::parse_uint(optarg); in main() 2653 (!p.second.empty() && (port = util::parse_uint(p.second)) == -1)) { in main()
|
H A D | nghttp.cc | 2849 auto n = util::parse_uint(optarg); in main() 2864 auto n = util::parse_uint(optarg); in main() 2876 auto n = util::parse_uint(optarg); in main() 2909 auto n = util::parse_uint(optarg); in main() 2962 auto n = util::parse_uint(optarg); in main() 3055 auto n = util::parse_uint(optarg); in main()
|
H A D | shrpx.cc | 1105 auto fd = util::parse_uint(reinterpret_cast<const uint8_t *>(value), in get_inherited_addr_from_env() 1133 auto fd = util::parse_uint(value); in get_inherited_addr_from_env() 1213 return util::parse_uint(s); in get_orig_pid_from_env() 1248 util::parse_uint(reinterpret_cast<const uint8_t *>(env), end_fd - env); in get_inherited_quic_lingering_worker_process_from_env()
|
H A D | shrpx_downstream.cc | 499 auto len = util::parse_uint(kv.value); in parse_content_length()
|
H A D | shrpx_http2_upstream.cc | 345 req.fs.content_length = util::parse_uint(content_length->value); in on_request_headers()
|
H A D | shrpx_http2_session.cc | 1174 resp.fs.content_length = util::parse_uint(content_length->value); in on_response_headers()
|
H A D | shrpx_http3_upstream.cc | 2231 req.fs.content_length = util::parse_uint(content_length->value); in http_end_request_headers()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_text.c | 180 static boolean parse_uint( const char **pcur, uint *val ) in parse_uint() function 202 if (parse_uint(&cur, (uint *)val)) { in parse_int() 412 if (parse_uint( &cur, val )) { in parse_label() 517 if (!parse_uint( &ctx->cur, &uindex )) { in parse_register_file_bracket_index() 604 if (!parse_uint( &ctx->cur, &uindex )) { in parse_register_bracket() 621 if (!parse_uint( &ctx->cur, &brackets->ind_array )) { in parse_register_bracket() 696 if (!parse_uint( &ctx->cur, &uindex )) { in parse_register_dcl_bracket() 716 if (!parse_uint( &ctx->cur, &uindex )) { in parse_register_dcl_bracket() 1194 if (!parse_uint( &cur, &target )) { in parse_instruction() 1257 ret = parse_uint( in parse_immediate_data() [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_http.c | 54 static int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function 188 stream->content_length = parse_uint(nv->value->base, nv->value->len); in http_request_on_header() 253 stream->status_code = (int16_t)parse_uint(nv->value->base, nv->value->len); in http_response_on_header() 285 stream->content_length = parse_uint(nv->value->base, nv->value->len); in http_response_on_header()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 54 static int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function 188 stream->content_length = parse_uint(nv->value->base, nv->value->len); in http_request_on_header() 253 stream->status_code = (int16_t)parse_uint(nv->value->base, nv->value->len); in http_response_on_header() 285 stream->content_length = parse_uint(nv->value->base, nv->value->len); in http_response_on_header()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_http.c | 58 static int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function 914 http->content_length = parse_uint(nv->value->base, nv->value->len); in http_request_on_header() 972 http->status_code = (int16_t)parse_uint(nv->value->base, nv->value->len); in http_response_on_header() 1011 http->content_length = parse_uint(nv->value->base, nv->value->len); in http_response_on_header()
|
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 1580 parse_uint(const char *const p, uint8_t *value) in parse_uint() function 1754 if (parse_uint(ptr, &month)) { in parse_transition_rule() 1760 if (parse_uint(ptr, &tmp)) { in parse_transition_rule() 1776 if (parse_uint(ptr, values[i])) { in parse_transition_rule()
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 296 static const char *parse_uint(const char *p, const char *prefix, size_t len, in parse_uint() function 378 p = parse_uint(p, "elements=", sizeof("elements=") - 1, 1, 128, (unsigned int *)&info->owner); in parse_cset_new_info() 381 p = parse_uint(p, "count=", sizeof("count=") - 1, 1, 128, &info->count); in parse_cset_new_info()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | parse.py | 303 def parse_uint(self, pname): member in TraceParser
|