Searched defs:parse_uint (Results 1 – 6 of 6) sorted by relevance
69 parse_uint (const char **pp, const char *end, unsigned int *pv) in parse_uint() function
348 parse_uint (const char *pp, const char *end, uint32_t *pv) in parse_uint() function
273 def parse_uint(self): member in TraceParser
345 static errcode_t parse_uint(struct field_set_info *info, char *field, in parse_uint() function
1017 static unsigned int parse_uint(const char *str, const char *descr) in parse_uint() function
144 static boolean parse_uint( const char **pcur, uint *val ) in parse_uint() function