Home
last modified time | relevance | path

Searched defs:alignment_bytes (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/
H A Dalignment.h36 AlignedWriter(span<std::byte> buffer, size_t alignment_bytes, Output& writer) in AlignedWriter()
105 size_t alignment_bytes, in AlignedWrite()
128 size_t alignment_bytes, in AlignedWrite()
H A Dfake_flash_memory.h94 : FlashMemory(sector_size, sector_count, alignment_bytes), in FlashMemory() argument
159 alignment_bytes, in FakeFlashMemory() argument
169 : FakeFlashMemoryBuffer(alignment_bytes) { in FakeFlashMemoryBuffer() argument
H A Dflash_partition_with_stats.h83 alignment_bytes, in FlashPartition() argument
106 alignment_bytes, in FlashPartitionWithStats() argument
H A Dflash_memory.h119 constexpr size_t alignment_bytes() const { return alignment_; } in alignment_bytes() function
345 size_t alignment_bytes() const { return alignment_bytes_; } in alignment_bytes() function
H A Dflash_partition_with_logical_sectors.h42 alignment_bytes, in FlashPartition() argument
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/internal/
H A Dentry.h198 size_t alignment_bytes() const { return (header_.alignment_units + 1) * 16; } in alignment_bytes() function
217 static constexpr uint8_t alignment_bytes_to_units(size_t alignment_bytes) { in alignment_bytes_to_units()
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dflash_memory.cc83 uint32_t alignment_bytes, // Defaults to flash alignment in FlashPartition()
H A Dentry_test.cc48 for (size_t alignment_bytes = 1; alignment_bytes <= 4096; ++alignment_bytes) { in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dscoped_allocator_mgr.cc186 size_t alignment_bytes = Allocator::kAllocatorAlignment - overshoot; in PopulateFields() local
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64.cc85 uint32_t alignment_bytes = in MaxExtraSpace() local
/aosp_15_r20/external/f2fs-tools/mkfs/
H A Df2fs_format.c269 uint32_t alignment_bytes; in f2fs_prepare_super_block() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc668 int alignment_bytes) { in CreateLoad()
697 int alignment_bytes) { in CreateStore()