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

  /external/qemu/telephony/
gsm.c 108 gsm_hexchar_to_int( char c ) function
122 int ret = gsm_hexchar_to_int(c);
130 int hi = gsm_hexchar_to_int(hex[0]);
131 int lo = gsm_hexchar_to_int(hex[1]);
gsm.h 46 extern int gsm_hexchar_to_int( char c );

Completed in 15 milliseconds