Home
last modified time | relevance | path

Searched defs:Unaligned (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/bench/
DGrMemoryPoolBench.cpp26 struct alignas(2) Unaligned { struct
27 char buf[30];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h303 Unaligned = 0x0004 enumerator
362 Unaligned = 0x00000800, enumerator
/third_party/node/deps/v8/src/api/
Dapi.cc5428 static inline bool Unaligned(const uint16_t* chars) { in Unaligned() function