Home
last modified time | relevance | path

Searched refs:last_size (Results 1 – 4 of 4) sorted by relevance

/external/libopus/src/
Dopus.c204 opus_int32 last_size; in opus_packet_parse_impl() local
218 last_size = len; in opus_packet_parse_impl()
233 last_size = len/2; in opus_packet_parse_impl()
235 size[0] = (opus_int16)last_size; in opus_packet_parse_impl()
246 last_size = len-size[0]; in opus_packet_parse_impl()
280 last_size = len; in opus_packet_parse_impl()
288 last_size -= bytes+size[i]; in opus_packet_parse_impl()
290 if (last_size<0) in opus_packet_parse_impl()
295 last_size = len/count; in opus_packet_parse_impl()
296 if (last_size*count!=len) in opus_packet_parse_impl()
[all …]
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp354 uint32_t last_size = src_size; in PDF_DataDecode() local
367 dest_size = last_size; in PDF_DataDecode()
371 offset = FPDFAPI_FlateOrLZWDecode(false, last_buf, last_size, pParam, in PDF_DataDecode()
374 offset = FPDFAPI_FlateOrLZWDecode(true, last_buf, last_size, pParam, in PDF_DataDecode()
377 offset = A85Decode(last_buf, last_size, new_buf, new_size); in PDF_DataDecode()
379 offset = HexDecode(last_buf, last_size, new_buf, new_size); in PDF_DataDecode()
384 dest_size = last_size; in PDF_DataDecode()
388 offset = RunLengthDecode(last_buf, last_size, new_buf, new_size); in PDF_DataDecode()
401 dest_size = last_size; in PDF_DataDecode()
414 last_size = new_size; in PDF_DataDecode()
[all …]
/external/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c143 uint32_t last_size = (uint32_t)(ring->cur - last_start); in kgsl_ringbuffer_flush() local
145 last_start[2] = last_size - (5 + 2); in kgsl_ringbuffer_flush()
/external/libcxx/test/support/
Dcontrolled_allocators.hpp72 std::size_t last_size = 0; member
105 last_size = last_alloc_size = s; in countAlloc()
115 last_size = last_dealloc_size = s; in countDealloc()