OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_hex
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/ld/
ldbuildid.c
81
read_hex
(const char xdigit)
function
145
id_bits[n] =
read_hex
(*id++) << 4;
146
id_bits[n++] |=
read_hex
(*id++);
/external/iw/
vendor.c
30
static int
read_hex
(int argc, char **argv, char *buf, size_t size)
function
81
count =
read_hex
(argc - 2, &argv[2], buf, sizeof(buf));
/external/toybox/toys/pending/
fdisk.c
549
static int
read_hex
(char *mesg)
function
1052
sys_id =
read_hex
("Hex code (L to list codes): ");
[
all
...]
Completed in 548 milliseconds