Searched defs:alignment_bytes (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/ |
H A D | alignment.h | 36 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 D | fake_flash_memory.h | 94 : 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 D | flash_partition_with_stats.h | 83 alignment_bytes, in FlashPartition() argument 106 alignment_bytes, in FlashPartitionWithStats() argument
|
H A D | flash_memory.h | 119 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 D | flash_partition_with_logical_sectors.h | 42 alignment_bytes, in FlashPartition() argument
|
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
H A D | entry.h | 198 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 D | flash_memory.cc | 83 uint32_t alignment_bytes, // Defaults to flash alignment in FlashPartition()
|
H A D | entry_test.cc | 48 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 D | scoped_allocator_mgr.cc | 186 size_t alignment_bytes = Allocator::kAllocatorAlignment - overshoot; in PopulateFields() local
|
/aosp_15_r20/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 85 uint32_t alignment_bytes = in MaxExtraSpace() local
|
/aosp_15_r20/external/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 269 uint32_t alignment_bytes; in f2fs_prepare_super_block() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | ir_emitter_unnested.cc | 668 int alignment_bytes) { in CreateLoad() 697 int alignment_bytes) { in CreateStore()
|