HomeSort by relevance Sort by last modified time
    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 905 int tot_size; local
1013 tot_size = 0;
1062 curr_max = max_data_bytes - tot_size;
    [all...]

Completed in 208 milliseconds