Home
last modified time | relevance | path

Searched defs:parse_uint (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_http.c54 static int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function
/third_party/nghttp2/lib/
Dnghttp2_http.c54 static int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function
/third_party/nghttp2/src/
Dutil.cc1203 int64_t parse_uint(const char *s) { in parse_uint() function
1207 int64_t parse_uint(const std::string &s) { in parse_uint() function
1211 int64_t parse_uint(const StringRef &s) { in parse_uint() function
1215 int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function
Dshrpx_config.cc390 int parse_uint(T *dest, const StringRef &opt, const StringRef &optarg) { in parse_uint() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer-serialize.cc700 parse_uint (const char *pp, const char *end, uint32_t *pv) in parse_uint() function
Dhb-common.cc713 parse_uint (const char **pp, const char *end, unsigned int *pv) in parse_uint() function
/third_party/mesa3d/src/gallium/tools/trace/
Dparse.py303 def parse_uint(self, pname): member in TraceParser
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_http.c58 static int64_t parse_uint(const uint8_t *s, size_t len) { in parse_uint() function
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c180 static boolean parse_uint( const char **pcur, uint *val ) in parse_uint() function
/third_party/python/Modules/
D_zoneinfo.c1580 parse_uint(const char *const p, uint8_t *value) in parse_uint() function
/third_party/alsa-lib/src/ucm/
Dmain.c296 static const char *parse_uint(const char *p, const char *prefix, size_t len, in parse_uint() function