OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_t
(Results
1 - 4
of
4
) sorted by null
/external/qemu/telephony/
gsm.h
19
typedef byte_t*
bytes_t
;
typedef
36
extern int gsm_hex_to_bytes ( cbytes_t hex, int hexlen,
bytes_t
dst );
40
extern void gsm_hex_to_bytes0 ( cbytes_t hex, int hexlen,
bytes_t
dst );
85
extern int utf8_to_gsm7( cbytes_t utf8, int utf8len,
bytes_t
dst, int offset );
89
extern int utf8_to_gsm8( cbytes_t utf8, int utf8len,
bytes_t
dst );
94
extern int utf8_from_gsm7( cbytes_t src, int offset, int count,
bytes_t
utf8 );
99
extern int utf8_from_gsm8( cbytes_t src, int count,
bytes_t
utf8 );
114
extern int ucs2_to_gsm7( cbytes_t ucs2, int ucs2len,
bytes_t
dst, int offset );
118
extern int ucs2_to_gsm8( cbytes_t ucs2, int ucs2len,
bytes_t
dst );
123
extern int ucs2_from_gsm7(
bytes_t
ucs2, cbytes_t src, int offset, int count )
[
all
...]
gsm.c
40
gsm_bcdi_to_ascii( cbytes_t bcd, int bcdlen,
bytes_t
dst )
70
gsm_bcdi_from_ascii( cbytes_t ascii, int asciilen,
bytes_t
dst )
181
gsm_hex_to_bytes0( cbytes_t hex, int hexlen,
bytes_t
dst )
194
gsm_hex_to_bytes( cbytes_t hex, int hexlen,
bytes_t
dst )
267
bytes_t
270
bytes_t
result = rope->data;
287
bytes_t
old_data = rope->data == rope->data0 ? NULL : rope->data;
289
bytes_t
new_data;
412
utf8_write(
bytes_t
utf8, int offset, int v )
446
ucs2_write(
bytes_t
ucs2, int offset, int v
[
all
...]
sms.c
289
bytes_t
data = address->data;
694
bytes_t
base;
695
bytes_t
end;
696
bytes_t
tpdu;
875
bytes_t
dst = gsm_rope_reserve( rope, count );
887
bytes_t
dst = gsm_rope_reserve( rope, count );
1138
bytes_t
dst;
1166
bytes_t
dst;
[
all
...]
sim_card.c
193
sim_file_to_hex( SimFile file,
bytes_t
dst )
Completed in 220 milliseconds