OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tot_size
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/backends/
aarch64_retval.c
135
Dwarf_Word
tot_size
;
local
136
if (dwarf_aggregate_size (ftypedie, &
tot_size
) < 0)
147
*sizep =
tot_size
;
155
*countp =
tot_size
/ *sizep;
/external/libopus/src/
repacketizer.c
106
opus_int32
tot_size
;
local
121
tot_size
= 1 + (len[count-1]>=252);
123
tot_size
= 0;
129
tot_size
+= len[0]+1;
130
if (
tot_size
> maxlen)
138
tot_size
+= 2*len[0]+1;
139
if (
tot_size
> maxlen)
144
tot_size
+= len[0]+len[1]+2+(len[0]>=252);
145
if (
tot_size
> maxlen)
151
if (count > 2 || (pad &&
tot_size
< maxlen)
[
all
...]
opus_multistream_encoder.c
685
int
tot_size
;
local
797
tot_size
= 0;
845
curr_max = max_data_bytes -
tot_size
;
863
data, max_data_bytes-
tot_size
, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1);
865
tot_size
+= len;
869
return
tot_size
;
[
all
...]
Completed in 4208 milliseconds