Home
last modified time | relevance | path

Searched defs:is_aligned (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dprecision.hpp38 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/
Dis_aligned.hpp18 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/
Dis_aligned.hpp20 is_aligned(T value, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() function
/third_party/flutter/skia/tests/
DRecordTest.cpp103 static bool is_aligned(const T* p) { in is_aligned() function
/third_party/skia/tests/
DRecordTest.cpp103 static bool is_aligned(const T* p) { in is_aligned() function
/third_party/skia/src/core/
DSkMD5.cpp239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/third_party/flutter/skia/src/core/
DSkMD5.cpp239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/third_party/boost/libs/python/src/numpy/
Dndarray.cpp70 bool is_aligned(std::vector<Py_intptr_t> const & strides, in is_aligned() function
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs275 pub fn is_aligned(&self) -> bool { in is_aligned() method
/third_party/flatbuffers/rust/flatbuffers/src/
Dverifier.rs247 fn is_aligned<T>(&self, pos: usize) -> Result<()> { in is_aligned() method
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c116 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/
DSDL_malloc.c1335 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/third_party/libffi/src/
Ddlmalloc.c1276 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c1616 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp9560 const bool is_aligned = (0 == modulo) ? true : false; in test() local
9571 const bool is_aligned = (0 == modulo) ? true : false; in test() local