Searched defs:p_hex (Results 1 – 3 of 3) sorted by relevance
41 p_hex = re.compile(r"0x([0-9a-fA-F]+)L?") variable
83 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex()
90 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex()