Searched defs:gsm_hex2_to_byte (Results 1 - 1 of 1) sorted by relevance

/external/qemu/telephony/
H A Dgsm.c128 gsm_hex2_to_byte( const char* hex ) function
142 int hi = gsm_hex2_to_byte(hex);
143 int lo = gsm_hex2_to_byte(hex+2);
202 int c = gsm_hex2_to_byte( (const char*)hex+2*nn );

Completed in 70 milliseconds