HomeSort by relevance Sort by last modified time
    Searched full:p_hex (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/include/
btif_util.h 77 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
h2py.py 41 p_hex = re.compile(r"0x([0-9a-fA-F]+)L?") variable
103 m = p_hex.search(body, start)
  /external/python/cpython2/Tools/scripts/
h2py.py 41 p_hex = re.compile(r"0x([0-9a-fA-F]+)L?") variable
109 m = p_hex.search(body, start)
  /system/bt/btif/src/
btif_util.cc 168 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) {
187 *p_hex++ = c;
btif_hh.cc 148 extern int scru_ascii_2_hex(char* p_ascii, int len, uint8_t* p_hex);
    [all...]

Completed in 176 milliseconds