OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tot_size
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/src/
repacketizer.c
100
opus_int32
tot_size
;
local
114
tot_size
= 1 + (len[count-1]>=252);
116
tot_size
= 0;
123
tot_size
+= len[0]+1;
124
if (
tot_size
> maxlen)
134
tot_size
+= 2*len[0]+1;
135
if (
tot_size
> maxlen)
140
tot_size
+= len[0]+len[1]+2+(len[0]>=252);
141
if (
tot_size
> maxlen)
164
tot_size
+= 2
[
all
...]
opus_multistream.c
259
int
tot_size
;
local
286
tot_size
= 0;
312
curr_max = max_data_bytes -
tot_size
;
326
len = opus_repacketizer_out_range_impl(&rp, 0, opus_repacketizer_get_nb_frames(&rp), data, max_data_bytes-
tot_size
, s != st->layout.nb_streams-1);
328
tot_size
+= len;
331
return
tot_size
;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
1849
unsigned long
tot_size
, size, bss_size;
local
[
all
...]
/system/vold/
cryptfs.c
[
all
...]
Completed in 544 milliseconds