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

  /external/qemu/telephony/
gsm.c 120 gsm_hexchar_to_int0( char c ) function
154 int hi = gsm_hexchar_to_int0(hex[0]);
155 int lo = gsm_hexchar_to_int0(hex[1]);
189 dst[nn] = gsm_hexchar_to_int0( hex[2*nn] ) << 4;
gsm.h 49 extern int gsm_hexchar_to_int0( char c );

Completed in 337 milliseconds