OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtod
(Results
1 - 4
of
4
) sorted by null
/external/libedit/src/
unvis.c
78
#define
xtod
(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10))
macro
79
#define
XTOD
(c) (isdigit(c) ? (c - '0') : ((c - 'A') + 10))
374
*cp =
xtod
(uc);
387
*cp =
xtod
(uc) | (*cp << 4);
398
*cp =
XTOD
(uc);
407
*cp =
XTOD
(uc) | (*cp << 4);
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metafpu21ext.d
79
.*: f2110821 F
XTOD
FX\.2,FX\.4,#0x4
metafpu21ext.s
71
F
XTOD
FX.2,FX.4,#4
/toolchain/binutils/binutils-2.25/include/opcode/
metag.h
[
all
...]
Completed in 944 milliseconds