Searched defs:alignment_bytes (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | alignment.h | 51 size_t alignment_bytes, in AlignedWriter() 116 size_t alignment_bytes, in AlignedWrite() 140 size_t alignment_bytes, in AlignedWrite()
|
D | fake_flash_memory.h | 94 : FlashMemory(sector_size, sector_count, alignment_bytes), in FlashMemory() argument 157 : FakeFlashMemoryBuffer(std::array<std::byte, 0>{}, alignment_bytes) {} in FakeFlashMemoryBuffer() argument 166 alignment_bytes, in FakeFlashMemory() argument
|
D | flash_partition_with_stats.h | 82 alignment_bytes, in FlashPartition() argument 105 alignment_bytes, in FlashPartitionWithStats() argument
|
D | flash_memory.h | 116 constexpr size_t alignment_bytes() const { return alignment_; } in alignment_bytes() function 259 size_t alignment_bytes() const { return alignment_bytes_; } in alignment_bytes() function
|
/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
D | entry.h | 195 size_t alignment_bytes() const { return (header_.alignment_units + 1) * 16; } in alignment_bytes() function 214 static constexpr uint8_t alignment_bytes_to_units(size_t alignment_bytes) { in alignment_bytes_to_units()
|
/external/pigweed/pw_kvs/ |
D | flash_memory.cc | 50 uint32_t alignment_bytes, // Defaults to flash alignment in FlashPartition()
|
D | entry_test.cc | 48 for (size_t alignment_bytes = 1; alignment_bytes <= 4096; ++alignment_bytes) { in TEST() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator_mgr.cc | 185 size_t alignment_bytes = Allocator::kAllocatorAlignment - overshoot; in PopulateFields() local
|