Home
last modified time | relevance | path

Searched refs:scan_hex (Results 1 – 3 of 3) sorted by relevance

/third_party/libunwind/src/
Dos-linux.h133 scan_hex (char *cp, unsigned long *valp) in scan_hex() function
287 cp = scan_hex (cp, low); in maps_next()
289 cp = scan_hex (cp, high); in maps_next()
291 cp = scan_hex (cp, offset); in maps_next()
292 cp = scan_hex (cp, &major); in maps_next()
294 cp = scan_hex (cp, &minor); in maps_next()
/third_party/glib/glib/
Dgscanner.h153 guint scan_hex : 1; /* '0x0ff0' */ member
Dgscanner.c444 scanner->config->scan_hex = config_templ->scan_hex; in g_scanner_new()
1923 if (config->scan_hex && (ch == 'x' || ch == 'X')) in g_scanner_get_token_ll()