Home
last modified time | relevance | path

Searched refs:PTR_ALIGNED_4 (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/common/
Dminilzo.c2174 #define PTR_ALIGNED_4(a) ((ACC_PTR_FP_OFF(a) & 3) == 0) macro
2183 #define PTR_ALIGNED_4(a) ((PTR_LINEAR(a) & 3) == 0)
/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c2215 #define PTR_ALIGNED_4(a) ((ACC_PTR_FP_OFF(a) & 3) == 0) macro
2224 #define PTR_ALIGNED_4(a) ((PTR_LINEAR(a) & 3) == 0)