OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hex2num
(Results
1 - 2
of
2
) sorted by null
/external/iw/
util.c
336
static int
hex2num
(char digit)
function
349
d1 =
hex2num
(hex[0]);
352
d2 =
hex2num
(hex[1]);
/external/wpa_supplicant_8/src/utils/
common.c
15
static int
hex2num
(char c)
function
30
a =
hex2num
(*hex++);
33
b =
hex2num
(*hex++);
120
a =
hex2num
(*txt++);
123
b =
hex2num
(*txt++);
149
a =
hex2num
(*pos++);
152
b =
hex2num
(*pos++);
556
val =
hex2num
(*pos);
Completed in 232 milliseconds