Home
last modified time | relevance | path

Searched defs:alignof (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtype-attribute-align.c2 #define alignof(X) __alignof__(X) macro
H A Dpacked-bitfield0.c1 #define alignof(X) __alignof__(X) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdalign.h13 #define alignof _Alignof macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdalign.h13 #define alignof _Alignof macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdalign.h13 #define alignof _Alignof macro
/third_party/musl/include/
H A Dstdalign.h13 #define alignof _Alignof macro
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A Dwgpu_structs.cpp28 static_assert(alignof(ChainedStruct) == alignof(WGPUChainedStruct), member
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dwebgpu_cpp.cpp58 static_assert(alignof(ChainedStruct) == alignof(WGPUChainedStruct), variable
[all...]
/third_party/musl/src/misc/
H A Dioctl.c12 #define alignof(t) offsetof(struct { char c; t x; }, x) macro
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.h167 SlabAllocator(size_t totalObjectBytes, uint32_t objectSize = sizeof(T), uint32_t objectAlignment = alignof(T)) SlabAllocator() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.cc317 static_assert(alignof(SRWLOCK) == alignof(void *), member in absl::synchronization_internal::Waiter::WinHelper
324 alignof(CONDITION_VARIABLE) == alignof(void *), member in absl::synchronization_internal::Waiter::WinHelper
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h51 IDENT(alignof); IDENT_RESERVED(__alignof); IDENT_RESERVED(__alignof__); variable
/third_party/rust/crates/cxx/src/
H A Dcxx.cc402 static_assert(alignof(std::size_t) == alignof(std::uintptr_t), member
406 static_assert(alignof(rust::isize) == alignof(std::intptr_t), member
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h45 int alignof; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h413 static_assert(alignof(StorageElement) == alignof(value_type), ""); member in absl::FixedArray
/third_party/mesa3d/src/util/
H A Dmacros.h415 #define alignof _Alignof macro
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.cc771 ASSERT(rust::align_of<R>() == alignof(size_t)); variable
773 ASSERT(rust::align_of<size_t>() == alignof(size_t)); variable
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc43 STATIC_ASSERT(alignof(V8_CONDITION_VARIABLE) == alignof(CONDITION_VARIABLE)); variable
45 STATIC_ASSERT(alignof(V8_SRWLOCK) == alignof(SRWLOCK)); variable
47 STATIC_ASSERT(alignof(V8_CRITICAL_SECTION) == alignof(CRITICAL_SECTION)); variable
/third_party/tzdata/
H A Dzic.c77 # define alignof(type) offsetof(struct { char a; type b; }, b) macro

Completed in 20 milliseconds