HomeSort by relevance Sort by last modified time
    Searched refs:hex2num (Results 1 - 7 of 7) sorted by null

  /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/chromium/third_party/icu/source/tools/genuca/
genuca.cpp 420 static int32_t hex2num(char hex) { function
534 value |= ((hex2num(*(primary+4*CEi))&0xF)<<28);
535 value |= ((hex2num(*(primary+4*CEi+1))&0xF)<<24);
539 value |= ((hex2num(*(primary+4*CEi+2))&0xF)<<20);
540 value |= ((hex2num(*(primary+4*CEi+3))&0xF)<<16);
544 value |= ((hex2num(*(secondary+2*CEi))&0xF)<<12);
545 value |= ((hex2num(*(secondary+2*CEi+1))&0xF)<<8);
549 value |= ((hex2num(*(tertiary+2*CEi))&0x3)<<4);
550 value |= (hex2num(*(tertiary+2*CEi+1))&0xF);
662 value |= ((hex2num(*(primary+4*CEi))&0xF)<<28)
    [all...]
  /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/chromium/third_party/icu/source/test/cintltst/
citertst.c 1017 static int32_t hex2num(char hex) { function
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1012 static int32_t hex2num(char hex) { function
1035 *codepoints = (UChar)((hex2num(*pStartCP) << 12) |
1036 (hex2num(*(pStartCP + 1)) << 8) |
1037 (hex2num(*(pStartCP + 2)) << 4)
    [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++);
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 1487 int hex2num(char c) function
1501 a = hex2num(*hex++);
1504 b = hex2num(*hex++);
    [all...]

Completed in 139 milliseconds