OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parse_hexadecimal
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
334
parse_hexadecimal
(const char* input, const char* limit, int* result)
function
903
p =
parse_hexadecimal
(start, value_end, &val);
905
p =
parse_hexadecimal
(value, value_end, &val);
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
335
parse_hexadecimal
(const char* input, const char* limit, int* result)
function
904
p =
parse_hexadecimal
(start, value_end, &val);
906
p =
parse_hexadecimal
(value, value_end, &val);
[
all
...]
Completed in 43 milliseconds