HomeSort by relevance Sort by last modified time
    Searched refs:last_size (Results 1 - 8 of 8) sorted by null

  /external/libopus/src/
opus.c 204 opus_int32 last_size; local
218 last_size = len;
233 last_size = len/2;
234 /* If last_size doesn't fit in size[0], we'll catch it later */
235 size[0] = (opus_int16)last_size;
246 last_size = len-size[0];
280 last_size = len;
288 last_size -= bytes+size[i];
290 if (last_size<0)
295 last_size = len/count
    [all...]
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 354 uint32_t last_size = src_size; local
367 dest_size = last_size;
371 offset = FPDFAPI_FlateOrLZWDecode(false, last_buf, last_size, pParam,
374 offset = FPDFAPI_FlateOrLZWDecode(true, last_buf, last_size, pParam,
377 offset = A85Decode(last_buf, last_size, new_buf, new_size);
379 offset = HexDecode(last_buf, last_size, new_buf, new_size);
384 dest_size = last_size;
388 offset = RunLengthDecode(last_buf, last_size, new_buf, new_size);
401 dest_size = last_size;
414 last_size = new_size
    [all...]
  /art/compiler/utils/
swap_space.cc 37 size_t last_size = static_cast<size_t>(-1); local
39 if (last_size != entry.size) {
40 last_size = entry.size;
41 LOG(INFO) << "Size " << last_size;
  /external/libdrm/freedreno/kgsl/
kgsl_ringbuffer.c 139 uint32_t last_size = (uint32_t)(ring->cur - last_start); local
141 last_start[2] = last_size - (5 + 2);
  /external/libcxx/test/support/
controlled_allocators.hpp 72 std::size_t last_size = 0; member in struct:AllocController
105 last_size = last_alloc_size = s;
115 last_size = last_dealloc_size = s;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_memory_resource.hpp 67 std::size_t last_size = 0; member in struct:AllocController
89 last_size = last_alloc_size = s;
99 last_size = last_dealloc_size = s;
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 3889 bfd_vma last_size; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script-sections.cc 3793 uint64_t last_size = 0; local
    [all...]

Completed in 394 milliseconds