/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | precision.hpp | 38 struct is_aligned struct 40 static const bool value = false; 45 struct is_aligned<glm::aligned_lowp> struct 47 static const bool value = true; 51 struct is_aligned<glm::aligned_mediump> struct 53 static const bool value = true; 57 struct is_aligned<glm::aligned_highp> struct 59 static const bool value = true;
|
/third_party/boost/boost/align/detail/ |
D | is_aligned.hpp | 18 is_aligned(const volatile void* ptr, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() function 25 is_aligned(std::size_t alignment, const volatile void* ptr) BOOST_NOEXCEPT in is_aligned() function
|
/third_party/boost/boost/align/ |
D | is_aligned.hpp | 20 is_aligned(T value, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() function
|
/third_party/flutter/skia/tests/ |
D | RecordTest.cpp | 103 static bool is_aligned(const T* p) { in is_aligned() function
|
/third_party/skia/tests/ |
D | RecordTest.cpp | 103 static bool is_aligned(const T* p) { in is_aligned() function
|
/third_party/skia/src/core/ |
D | SkMD5.cpp | 239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
|
/third_party/flutter/skia/src/core/ |
D | SkMD5.cpp | 239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
|
/third_party/boost/libs/python/src/numpy/ |
D | ndarray.cpp | 70 bool is_aligned(std::vector<Py_intptr_t> const & strides, in is_aligned() function
|
/third_party/flatbuffers/rust/flexbuffers/src/reader/ |
D | mod.rs | 275 pub fn is_aligned(&self) -> bool { in is_aligned() method
|
/third_party/flatbuffers/rust/flatbuffers/src/ |
D | verifier.rs | 247 fn is_aligned<T>(&self, pos: usize) -> Result<()> { in is_aligned() method
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_pt_linux_nvme.c | 116 static inline bool is_aligned(const void * pointer, size_t byte_count) in is_aligned() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 1335 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
|
/third_party/libffi/src/ |
D | dlmalloc.c | 1276 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
|
/third_party/boost/libs/container/src/ |
D | dlmalloc_2_8_6.c | 1616 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 9560 const bool is_aligned = (0 == modulo) ? true : false; in test() local 9571 const bool is_aligned = (0 == modulo) ? true : false; in test() local
|