/external/libopus/src/ |
D | opus.c | 204 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/llvm-project/libcxx/test/libcxx/language.support/support.dynamic/ |
D | libcpp_deallocate.sh.cpp | 56 int last_size; member 61 last_align = last_size = -1; in reset() 68 assert(last_size == -1); in expect_plain() 77 assert(last_size == n); in expect_size() 86 assert(last_size == -1); in expect_align() 95 assert(last_size == n); in expect_size_align() 105 stats.last_size = stats.last_align = -1; in operator delete() 112 stats.last_size = n; in operator delete() 122 stats.last_size = -1; in operator delete() 129 stats.last_size = n; in operator delete()
|
/external/libcxx/test/libcxx/language.support/support.dynamic/ |
D | libcpp_deallocate.sh.cpp | 63 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/flac/test/ |
D | test_compression.sh | 30 last_size=$(wc -c < noisy-sine.wav) 32 echo "Original file size ${last_size} bytes." 38 if test ${last_size} -lt ${size} ; then 39 echo "Error : Compression ${last_k} size ${last_size} >= compression ${k} size ${size}." 43 last_size=$((${size}+10))
|
/external/libvpx/libvpx/test/ |
D | vpxenc.sh | 433 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/test/stress_test/ |
D | stress_test.cc | 378 size_t last_size = 0; in ParseTracePacket() local 381 last_size = last_size ? last_size : payload_str.size; in ParseTracePacket() 382 if (payload_str.size != last_size) { in ParseTracePacket() 386 depth, te.seq_value(), seq_id, last_size, payload_str.size); in ParseTracePacket()
|
/external/perfetto/src/base/ |
D | string_view_unittest.cc | 170 size_t last_size = 1; in TEST() local 181 ++last_size; in TEST() 182 ASSERT_EQ(hashes.size(), last_size); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | upb.c | 110 a->last_size = block->size; in upb_arena_addblock() 122 size_t block_size = UPB_MAX(size, a->last_size * 2) + memblock_reserve; in upb_arena_allocblock() 186 a->last_size = UPB_MAX(128, n); in upb_arena_init()
|
D | upb.int.h | 17 uint32_t last_size; member
|
D | decode.c | 681 state.arena.last_size = arena->last_size; in _upb_decode()
|
/external/libdrm/freedreno/kgsl/ |
D | kgsl_ringbuffer.c | 140 uint32_t last_size = (uint32_t)(ring->cur - last_start); in kgsl_ringbuffer_flush() local 142 last_start[2] = last_size - (5 + 2); in kgsl_ringbuffer_flush()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_kernels.cc | 400 int32 last_size = 0; in ValidateAllowedBatchSizes() local 403 if (i > 0 && size <= last_size) { in ValidateAllowedBatchSizes() 415 last_size = size; in ValidateAllowedBatchSizes() 508 int32 last_size = 0; in ValidateAllowedBatchSizes() local 511 if (i > 0 && size <= last_size) { in ValidateAllowedBatchSizes() 519 last_size = size; in ValidateAllowedBatchSizes()
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_summary_test.cc | 156 size_t last_size = size; in TEST_F() local 158 prev_size = last_size; in TEST_F()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_exec_trace.c | 313 unsigned long size, last_size; in calibrate_nop() local 332 last_size = size; in calibrate_nop() 335 } while (size != last_size); in calibrate_nop()
|
D | gem_wsim.c | 2909 long size, last_size; in calibrate_nop() local 2932 last_size = size; in calibrate_nop() 2936 abs(size - last_size) > (size * tolerance_pct / 100)); in calibrate_nop()
|
/external/libcxx/test/support/ |
D | controlled_allocators.hpp | 72 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/llvm-project/libcxx/test/support/ |
D | controlled_allocators.h | 71 std::size_t last_size = 0; member 104 last_size = last_alloc_size = s; in countAlloc() 114 last_size = last_dealloc_size = s; in countDealloc()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | resource_quota.cc | 139 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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | resource_quota.cc | 146 gpr_atm last_size; member 652 gpr_atm_no_barrier_store(&resource_quota->last_size, GPR_ATM_MAX); in grpc_resource_quota_create() 725 gpr_atm_no_barrier_store(&resource_quota->last_size, in grpc_resource_quota_resize() 733 gpr_atm_no_barrier_load(&resource_quota->last_size)); in grpc_resource_quota_peek_size()
|
/external/elfutils/src/ |
D | strip.c | 835 GElf_Off *last_offset, GElf_Xword *last_size) in handle_debug_relocs() argument 935 *last_size = filesz; in handle_debug_relocs()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 454 - pan/decode: Remove last_size
|