Home
last modified time | relevance | path

Searched refs:used_bytes (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/core/fxcodec/basic/
Dbasicmodule.cpp37 void UpdateOperator(uint8_t used_bytes);
169 void RLScanlineDecoder::UpdateOperator(uint8_t used_bytes) { in UpdateOperator() argument
170 if (used_bytes == 0) { in UpdateOperator()
174 ASSERT((uint32_t)m_Operator + 1 >= used_bytes); in UpdateOperator()
175 if (used_bytes == m_Operator + 1) { in UpdateOperator()
176 m_SrcOffset += used_bytes; in UpdateOperator()
180 m_Operator -= used_bytes; in UpdateOperator()
181 m_SrcOffset += used_bytes; in UpdateOperator()
188 ASSERT((uint32_t)count >= used_bytes); in UpdateOperator()
189 if (used_bytes == count) { in UpdateOperator()
[all …]
/external/tensorflow/tensorflow/lite/micro/
Dmemory_arena_threshold_test.cc142 .used_bytes, in ValidateModelAllocationThresholds()
149 .used_bytes, in ValidateModelAllocationThresholds()
156 .used_bytes, in ValidateModelAllocationThresholds()
163 .used_bytes, in ValidateModelAllocationThresholds()
170 .used_bytes, in ValidateModelAllocationThresholds()
177 .used_bytes, in ValidateModelAllocationThresholds()
183 .used_bytes, in ValidateModelAllocationThresholds()
Drecording_micro_allocator_test.cc78 TF_LITE_MICRO_EXPECT_GE(recorded_allocation.used_bytes, in TF_LITE_MICRO_TEST()
114 TF_LITE_MICRO_EXPECT_GE(recorded_allocation.used_bytes, in TF_LITE_MICRO_TEST()
166 TF_LITE_MICRO_EXPECT_GE(recorded_allocation.used_bytes, in TF_LITE_MICRO_TEST()
192 TF_LITE_MICRO_EXPECT_GE(recorded_allocation.used_bytes, in TF_LITE_MICRO_TEST()
239 TF_LITE_MICRO_EXPECT_GE(recorded_allocation.used_bytes, in TF_LITE_MICRO_TEST()
263 TF_LITE_MICRO_EXPECT_GE(recorded_allocation.used_bytes, in TF_LITE_MICRO_TEST()
276 TF_LITE_MICRO_EXPECT_GE(recorded_allocation.used_bytes, in TF_LITE_MICRO_TEST()
Drecording_micro_allocator.cc121 if (allocation.used_bytes > 0 || allocation.requested_bytes > 0) { in PrintRecordedAllocation()
126 allocation_name, allocation.used_bytes, allocation.requested_bytes, in PrintRecordedAllocation()
236 recorded_allocation.used_bytes += in RecordAllocationUsage()
238 snapshotted_allocation.used_bytes; in RecordAllocationUsage()
Dmicro_interpreter_test.cc407 .used_bytes); in TF_LITE_MICRO_TEST()
413 .used_bytes); in TF_LITE_MICRO_TEST()
417 .used_bytes); in TF_LITE_MICRO_TEST()
448 .used_bytes); in TF_LITE_MICRO_TEST()
454 .used_bytes); in TF_LITE_MICRO_TEST()
458 .used_bytes); in TF_LITE_MICRO_TEST()
472 .used_bytes, in TF_LITE_MICRO_TEST()
479 .used_bytes, in TF_LITE_MICRO_TEST()
487 .used_bytes, in TF_LITE_MICRO_TEST()
Drecording_micro_allocator.h44 size_t used_bytes; member
Dmicro_allocator.h184 size_t used_bytes() const;
Dmicro_interpreter.h173 size_t arena_used_bytes() const { return allocator_.used_bytes(); } in arena_used_bytes()
Dmicro_allocator_test.cc318 TF_LITE_MICRO_EXPECT_LE(allocator->used_bytes(), 856 + 100); in TF_LITE_MICRO_TEST()
350 const size_t single_model_used_bytes = allocator->used_bytes(); in TF_LITE_MICRO_TEST()
365 TF_LITE_MICRO_EXPECT_LE(allocator->used_bytes(), 2 * single_model_used_bytes); in TF_LITE_MICRO_TEST()
Dmicro_allocator.cc749 size_t MicroAllocator::used_bytes() const { in used_bytes() function in tflite::MicroAllocator
/external/webrtc/modules/pacing/
Dinterval_budget_unittest.cc75 int used_bytes = TimeToBytes(kBitrateKbps, overuse_time_ms); in TEST() local
76 interval_budget.UseBudget(used_bytes); in TEST()
85 int used_bytes = TimeToBytes(kBitrateKbps, overuse_time_ms); in TEST() local
86 interval_budget.UseBudget(used_bytes); in TEST()
/external/webrtc/rtc_base/
Dmemory_usage_unittest.cc18 int64_t used_bytes = GetProcessResidentSizeBytes(); in TEST() local
19 EXPECT_GE(used_bytes, 0); in TEST()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp934 size_t used_bytes = 0; in l_write_read_for_type() local
935 …program, device, CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE, sizeof(used_bytes), &used_bytes, 0 ); in l_write_read_for_type()
940 if ( used_bytes < expected_used_bytes ) { in l_write_read_for_type()
941 …st %llu but got %llu\n", (unsigned long long)expected_used_bytes, (unsigned long long)used_bytes ); in l_write_read_for_type()
1085 size_t used_bytes = 0; in l_init_write_read_for_type() local
1086 …program, device, CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE, sizeof(used_bytes), &used_bytes, 0 ); in l_init_write_read_for_type()
1091 if ( used_bytes < expected_used_bytes ) { in l_init_write_read_for_type()
1092 …st %llu but got %llu\n", (unsigned long long)expected_used_bytes, (unsigned long long)used_bytes ); in l_init_write_read_for_type()
1271 size_t used_bytes = 0; in l_capacity() local
1272 …program, device, CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE, sizeof(used_bytes), &used_bytes, 0 ); in l_capacity()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c21 size_t used_bytes; member
113 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
114 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
177 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
178 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
Dcrypto_libtomcrypt.c293 size_t used_bytes; member
363 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
364 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
387 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
388 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
/external/openscreen/osp/public/
Dmessage_demuxer_unittest.cc340 size_t used_bytes; in TEST_F() local
342 MessageTypeDecoder::DecodeType(kAgentInfoResponseSerialized, &used_bytes); in TEST_F()
344 EXPECT_EQ(used_bytes, size_t{1}); in TEST_F()
348 kPresentationConnectionCloseEventSerialized, &used_bytes); in TEST_F()
350 EXPECT_EQ(used_bytes, size_t{2}); in TEST_F()
355 kAuthenticationRequestSerialized, &used_bytes); in TEST_F()
357 EXPECT_EQ(used_bytes, size_t{2}); in TEST_F()
361 auto kUnknownInfo = MessageTypeDecoder::DecodeType({0xFF}, &used_bytes); in TEST_F()
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIWindows_x86_64.cpp657 uint32_t used_bytes = in GetReturnValueObjectImpl() local
663 used_bytes = aggregate_field_offsets[0]; in GetReturnValueObjectImpl()
677 if (used_bytes >= 8 || used_bytes + field_byte_width > 8) { in GetReturnValueObjectImpl()
687 copy_from_offset = used_bytes; in GetReturnValueObjectImpl()
688 used_bytes += field_byte_width; in GetReturnValueObjectImpl()
/external/e2fsprogs/contrib/
Ddir2fs33 used_bytes="$((bytes + overhead))"
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc466 uint32_t used_bytes = static_cast<uint32_t>(RoundUpToSystemPage(raw_size)); in PartitionPurgePage() local
467 discardable_bytes = bucket->slot_size - used_bytes; in PartitionPurgePage()
471 ptr += used_bytes; in PartitionPurgePage()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h639 __u64 used_bytes; member
/external/libgav1/libgav1/src/dsp/x86/
Dconvolve_sse4.cc843 const int used_bytes = _mm_extract_epi8(src_indices, 15) + 1 + num_taps - 2; in PrepareSourceVectors() local
844 const __m128i src_vals = LoadUnaligned16Msan(src, 16 - used_bytes); in PrepareSourceVectors()
860 const __m128i src_vals_ext = LoadLo8Msan(src + 16, 24 - used_bytes); in PrepareSourceVectors()
/external/strace/
Dbtrfs.c464 PRINT_FIELD_U(", ", *info, used_bytes); in print_btrfs_ioctl_space_info()
/external/dlmalloc/
Dmalloc.c5173 size_t used_bytes, in internal_inspect_all() argument
5359 size_t used_bytes, in dlmalloc_inspect_all() argument
5890 size_t used_bytes, in mspace_inspect_all() argument
/external/strace/tests/
Dbtrfs.c1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
/external/strace/tests-mx32/
Dbtrfs.c1181 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()

12