Home
last modified time | relevance | path

Searched refs:raw_size (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc294 size_t raw_size) { in PartitionReallocDirectMappedInPlace() argument
297 raw_size = internal::PartitionCookieSizeAdjustAdd(raw_size); in PartitionReallocDirectMappedInPlace()
301 size_t new_size = internal::PartitionBucket::get_direct_map_size(raw_size); in PartitionReallocDirectMappedInPlace()
342 internal::PartitionCookieWriteValue(char_ptr + raw_size - in PartitionReallocDirectMappedInPlace()
346 page->set_raw_size(raw_size); in PartitionReallocDirectMappedInPlace()
347 DCHECK(page->get_raw_size() == raw_size); in PartitionReallocDirectMappedInPlace()
464 size_t raw_size = page->get_raw_size(); in PartitionPurgePage() local
465 if (raw_size) { in PartitionPurgePage()
466 uint32_t used_bytes = static_cast<uint32_t>(RoundUpToSystemPage(raw_size)); in PartitionPurgePage()
646 size_t raw_size = page->get_raw_size(); in PartitionDumpPageStats() local
[all …]
Dpartition_root_base.h130 size_t raw_size = page->get_raw_size(); in AllocFromBucket() local
131 if (raw_size) { in AllocFromBucket()
132 DCHECK(raw_size == size); in AllocFromBucket()
133 new_slot_size = raw_size; in AllocFromBucket()
Dpartition_page.h207 const size_t raw_size = get_raw_size(); in Free() local
208 if (raw_size) { in Free()
209 slot_size = raw_size; in Free()
Dpartition_bucket.cc24 size_t raw_size) { in PartitionDirectMap() argument
25 size_t size = PartitionBucket::get_direct_map_size(raw_size); in PartitionDirectMap()
/external/llvm-project/clang/utils/analyzer/
DProjectMap.py50 def from_str(raw_size: Optional[str]) -> "Size":
60 if raw_size is None:
63 raw_size_upper = raw_size.upper()
/external/pdfium/fpdfsdk/
Dfpdf_thumbnail_embeddertest.cpp261 unsigned long raw_size = FPDFPage_GetRawThumbnailData(page, nullptr, 0); in TEST_F() local
262 ASSERT_EQ(kExpectedRawSize, raw_size); in TEST_F()
263 std::vector<uint8_t> raw_thumb_buf(raw_size); in TEST_F()
266 FPDFPage_GetRawThumbnailData(page, raw_thumb_buf.data(), raw_size)); in TEST_F()
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.h206 size_t raw_size = FieldHelper::GetField(proto).size();
207 return is_complex<T>::value ? raw_size / 2 : raw_size;
/external/pdfium/testing/
Dv8_initializer.cpp52 result_data->raw_size = data_length; in GetExternalData()
/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc186 const std::size_t raw_size = in TransientArraySize() local
189 RoundUpToNextMultipleOf(raw_size, transient_data_alignment); in TransientArraySize()
/external/kernel-headers/original/uapi/linux/
Dfscrypt.h125 __u32 raw_size; member
/external/bcc/src/cc/includes/
Dlibbpf.h70 typedef void (*perf_reader_raw_cb)(void *cb_cookie, void *raw, int raw_size);
/external/bcc/src/cc/
Dlibbpf.h70 typedef void (*perf_reader_raw_cb)(void *cb_cookie, void *raw, int raw_size);
/external/igt-gpu-tools/overlay/
Dgpu-perf.c60 uint32_t raw_size; member