Home
last modified time | relevance | path

Searched defs:kAlignment (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dlayout_test.cc42 constexpr size_t kAlignment = 4; in TEST() local
50 constexpr size_t kAlignment = 8; in TEST() local
70 constexpr size_t kAlignment = 2; in TEST() local
82 constexpr size_t kAlignment = 8; in TEST() local
H A Dblock_allocator_testing.cc90 constexpr size_t kAlignment = 64; in AllocateLargeAlignment() local
104 constexpr size_t kAlignment = 128; in AllocateAlignmentFailure() local
H A Dbuffer_test.cc30 static constexpr size_t kAlignment = 32; in TEST() local
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dblock_test.cpp400 constexpr size_t kAlignment = Block::ALIGNMENT; in TEST() local
438 constexpr size_t kAlignment = bit_ceil(Block::BLOCK_OVERHEAD) * 8; in TEST() local
483 constexpr size_t kAlignment = bit_ceil(Block::BLOCK_OVERHEAD) * 8; in TEST() local
521 constexpr size_t kAlignment = bit_ceil(Block::BLOCK_OVERHEAD) * 8; in TEST() local
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/art/libdexfile/dex/
H A Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dcompact_offset_table.h64 static constexpr size_t kAlignment = sizeof(uint32_t); variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/internal/
Dany_invocable.h93 kAlignment = alignof(std::max_align_t), // The alignment of the storage enumerator
/aosp_15_r20/external/abseil-cpp/absl/functional/internal/
H A Dany_invocable.h94 kAlignment = alignof(std::max_align_t), // The alignment of the storage enumerator
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/functional/internal/
H A Dany_invocable.h94 kAlignment = alignof(std::max_align_t), // The alignment of the storage enumerator
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/internal/
H A Dany_invocable.h93 kAlignment = alignof(std::max_align_t), // The alignment of the storage enumerator
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/functional/internal/
H A Dany_invocable.h92 kAlignment = alignof(std::max_align_t), // The alignment of the storage enumerator
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/functional/internal/
H A Dany_invocable.h94 kAlignment = alignof(std::max_align_t), // The alignment of the storage enumerator
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dfake_flash_test_logical_sector_partition.cc43 constexpr size_t kAlignment = PW_FLASH_TEST_ALIGNMENT; variable
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
Daddress_space_host_media.h54 static constexpr int kAlignment = kPageSize; variable
/aosp_15_r20/external/pigweed/pw_libcxx/
H A Doperator_new_test.cc47 constexpr std::align_val_t kAlignment{16}; in TEST() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dwinheap_stubs_win_unittest.cc42 constexpr size_t kAlignment = 64; in TEST() local
/aosp_15_r20/art/runtime/gc/space/
H A Dbump_pointer_space.h169 static constexpr size_t kAlignment = kObjectAlignment; variable
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/
Dguest_arguments_arch.h115 const unsigned kAlignment; in ArgumentsInfoHelper() member
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dscoped_arena_allocator.h73 static constexpr size_t kAlignment = 8u; variable

12345