Searched defs:is_hex_digit (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_libcbase.c59 static Bool is_hex_digit(HChar c, Long* digit) function
134 && is_hex_digit( *(str+2), &digit )) {
138 while (is_hex_digit(*str, &digit)) {
167 && is_hex_digit( *(str+2), &digit )) {
171 while (is_hex_digit(*str, &digit)) {

Completed in 158 milliseconds