HomeSort by relevance Sort by last modified time
    Searched refs:XTOD (Results 1 - 3 of 3) 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.s 71 F XTOD FX.2,FX.4,#4
metafpu21ext.d 79 .*: f2110821 F XTOD FX\.2,FX\.4,#0x4

Completed in 235 milliseconds