Home
last modified time | relevance | path

Searched refs:last_size (Results 1 – 13 of 13) 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/libcxx/test/libcxx/language.support/support.dynamic/
Dlibcpp_deallocate.sh.cpp63 int last_size; member
68 last_align = last_size = -1; in reset()
75 assert(last_size == -1); in expect_plain()
84 assert(last_size == n); in expect_size()
93 assert(last_size == -1); in expect_align()
102 assert(last_size == n); in expect_size_align()
112 stats.last_size = stats.last_align = -1; in operator delete()
119 stats.last_size = n; in operator delete()
129 stats.last_size = -1; in operator delete()
136 stats.last_size = n; in operator delete()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp362 uint32_t last_size = src_size; in PDF_DataDecode() local
377 *dest_size = last_size; in PDF_DataDecode()
381 offset = FPDFAPI_FlateOrLZWDecode(false, last_buf, last_size, pParam, in PDF_DataDecode()
384 offset = FPDFAPI_FlateOrLZWDecode(true, last_buf, last_size, pParam, in PDF_DataDecode()
387 offset = A85Decode(last_buf, last_size, &new_buf, &new_size); in PDF_DataDecode()
389 offset = HexDecode(last_buf, last_size, &new_buf, &new_size); in PDF_DataDecode()
394 *dest_size = last_size; in PDF_DataDecode()
398 offset = RunLengthDecode(last_buf, last_size, &new_buf, &new_size); in PDF_DataDecode()
408 *dest_size = last_size; in PDF_DataDecode()
418 last_size = new_size; in PDF_DataDecode()
[all …]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dscatter_add_ndim_op.cc84 int32 last_size = static_cast<int32>(input.size()); in Compute() local
87 const int32 m = last_size / input_tensor.shape().dim_size(j); in Compute()
89 last_size = m; in Compute()
/external/libvpx/libvpx/test/
Dvpxenc.sh433 local last_size=0
454 if [ "${this_size}" -lt "${last_size}" ]; then
456 echo "${this_size}" " < " "${last_size}"
459 last_size="${this_size}"
/external/perfetto/src/base/
Dstring_view_unittest.cc146 size_t last_size = 1; in TEST() local
157 ++last_size; in TEST()
158 ASSERT_EQ(hashes.size(), last_size); in TEST()
/external/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c139 uint32_t last_size = (uint32_t)(ring->cur - last_start); in kgsl_ringbuffer_flush() local
141 last_start[2] = last_size - (5 + 2); in kgsl_ringbuffer_flush()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary_test.cc156 size_t last_size = size; in TEST_F() local
158 prev_size = last_size; in TEST_F()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary_test.cc157 size_t last_size = size; in TEST_F() local
159 prev_size = last_size; in TEST_F()
/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()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc749 int32 last_size = 0; in ValidateAllowedBatchSizes() local
752 if (i > 0 && size <= last_size) { in ValidateAllowedBatchSizes()
760 last_size = size; in ValidateAllowedBatchSizes()
829 int32 last_size = 0; in ValidateAllowedBatchSizes() local
832 if (i > 0 && size <= last_size) { in ValidateAllowedBatchSizes()
840 last_size = size; in ValidateAllowedBatchSizes()
/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc139 gpr_atm last_size; member
625 gpr_atm_no_barrier_store(&resource_quota->last_size, GPR_ATM_MAX); in grpc_resource_quota_create()
699 gpr_atm_no_barrier_store(&resource_quota->last_size, in grpc_resource_quota_resize()
707 gpr_atm_no_barrier_load(&resource_quota->last_size)); in grpc_resource_quota_peek_size()
/external/elfutils/src/
Dstrip.c814 GElf_Off *last_offset, GElf_Xword *last_size) in handle_debug_relocs() argument
914 *last_size = filesz; in handle_debug_relocs()