Searched refs:leb16_parse (Results 1 – 2 of 2) sorted by relevance
| /littlefs-latest/runners/ |
| D | test_runner.c | 71 static uintmax_t leb16_parse(const char *s, char **tail) { in leb16_parse() function 2379 uintmax_t x = leb16_parse(s, &parsed); in main() 2513 uintmax_t x = leb16_parse(s, &parsed); in main() 2731 size_t d = leb16_parse(defines_, &parsed); in main() 2732 intmax_t v = leb16_parse(parsed, &parsed); in main() 2760 = leb16_parse(cycles_, &parsed); in main()
|
| D | bench_runner.c | 71 static uintmax_t leb16_parse(const char *s, char **tail) { in leb16_parse() function 1798 uintmax_t x = leb16_parse(s, &parsed); in main() 2006 size_t d = leb16_parse(defines_, &parsed); in main() 2007 intmax_t v = leb16_parse(parsed, &parsed); in main()
|