Home
last modified time | relevance | path

Searched defs:p_hex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dh2py.py41 p_hex = re.compile(r"0x([0-9a-fA-F]+)L?") variable
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc83 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.cc90 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex()