OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex2num
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/utils/
common.c
20
static int
hex2num
(char c)
function
35
a =
hex2num
(*hex++);
38
b =
hex2num
(*hex++);
58
a =
hex2num
(*txt++);
61
b =
hex2num
(*txt++);
85
a =
hex2num
(*txt++);
88
b =
hex2num
(*txt++);
114
a =
hex2num
(*pos++);
117
b =
hex2num
(*pos++);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c
20
static int
hex2num
(char c)
function
35
a =
hex2num
(*hex++);
38
b =
hex2num
(*hex++);
58
a =
hex2num
(*txt++);
61
b =
hex2num
(*txt++);
/external/icu4c/tools/genuca/
genuca.cpp
420
static int32_t
hex2num
(char hex) {
function
535
value |= ((
hex2num
(*(primary+4*CEi))&0xF)<<28);
536
value |= ((
hex2num
(*(primary+4*CEi+1))&0xF)<<24);
540
value |= ((
hex2num
(*(primary+4*CEi+2))&0xF)<<20);
541
value |= ((
hex2num
(*(primary+4*CEi+3))&0xF)<<16);
545
value |= ((
hex2num
(*(secondary+2*CEi))&0xF)<<12);
546
value |= ((
hex2num
(*(secondary+2*CEi+1))&0xF)<<8);
550
value |= ((
hex2num
(*(tertiary+2*CEi))&0x3)<<4);
551
value |= (
hex2num
(*(tertiary+2*CEi+1))&0xF);
663
value |= ((
hex2num
(*(primary+4*CEi))&0xF)<<28)
[
all
...]
/external/wpa_supplicant/
common.c
28
static int
hex2num
(char c)
function
43
a =
hex2num
(*hex++);
46
b =
hex2num
(*hex++);
66
a =
hex2num
(*txt++);
69
b =
hex2num
(*txt++);
/external/icu4c/test/cintltst/
citertst.c
1013
static int32_t
hex2num
(char hex) {
function
[
all
...]
Completed in 723 milliseconds