OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_pdus
(Results
1 - 1
of
1
) sorted by null
/external/qemu/telephony/
sms.c
1257
int
num_pdus
= 0;
local
1281
num_pdus
= count / block;
1282
leftover = count -
num_pdus
*block;
1284
num_pdus
+= 1;
1286
list = calloc( sizeof(SmsPDU*),
num_pdus
+ 1 );
1296
for (nn = 0; nn <
num_pdus
; nn++)
1301
if (leftover > 0 && nn ==
num_pdus
-1)
1307
ref_num,
num_pdus
, nn );
[
all
...]
Completed in 217 milliseconds