Home
last modified time | relevance | path

Searched refs:libconfig_parse_hex64 (Results 1 – 4 of 4) sorted by relevance

/external/libconfig/lib/
Dutil.h31 extern unsigned long long libconfig_parse_hex64(const char *s);
Dutil.c54 unsigned long long libconfig_parse_hex64(const char *s) in libconfig_parse_hex64() function
Dscanner.l161 yylval->llval = libconfig_parse_hex64(yytext);
Dscanner.c1387 yylval->llval = libconfig_parse_hex64(yytext);