Searched defs:parse_uint (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer-serialize.cc | 700 parse_uint (const char *pp, const char *end, uint32_t *pv) in parse_uint() function
|
H A D | hb-common.cc | 713 parse_uint (const char **pp, const char *end, unsigned int *pv) in parse_uint() function
|
/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
|
/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
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | parse.py | 303 def parse_uint(self, pname): member in TraceParser
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
H A D | utils.c | 279 int parse_uint(const char *buffer, size_t count, unsigned int *result, int base) in parse_uint() function
|
/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
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control_led.c | 476 static char *parse_uint(char *s, unsigned int *val) in parse_uint() function
|
/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 [all...] |
/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
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 390 int parse_uint(T *dest, const StringRef &opt, const StringRef &optarg) { in parse_uint() function [all...] |
H A D | util.cc | 1203 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
|
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 1580 parse_uint(const char *const p, uint8_t *value) in parse_uint() function
|
Completed in 27 milliseconds