OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsm_hex2_to_byte
(Results
1 - 3
of
3
) sorted by null
/external/qemu/telephony/
gsm.c
128
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 );
gsm.h
52
extern int
gsm_hex2_to_byte
( const char* hex );
sms.c
82
c =
gsm_hex2_to_byte
( (const char*)p );
414
address->len = num_digits =
gsm_hex2_to_byte
( hex );
415
address->toa =
gsm_hex2_to_byte
( hex+2 );
423
address->data[nn] =
gsm_hex2_to_byte
( hex + nn*2 );
[
all
...]
Completed in 17 milliseconds