Home
last modified time | relevance | path

Searched refs:_alignment (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/external/virglrenderer/src/gallium/include/pipe/
Dp_compiler.h135 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
138 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
149 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
150 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
156 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
157 #define PIPE_ALIGN_VAR(_alignment) argument
/external/virglrenderer/src/gallium/auxiliary/util/
Du_memory.h63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_memory.h63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
/external/python/cpython2/Lib/multiprocessing/
Dheap.py92 _alignment = 8 variable in Heap
222 size = self._roundup(max(size,1), self._alignment)
/external/python/cpython3/Lib/multiprocessing/
Dheap.py106 _alignment = 8 variable in Heap
241 size = self._roundup(max(size,1), self._alignment)
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1480 : _alignment(alignment_) in DrawableTextAlignment()
1487 _alignment(original_._alignment) in DrawableTextAlignment()
1498 DrawSetTextAlignment(context_, _alignment); in operator ()()
1503 _alignment=alignment_; in alignment()
1508 return(_alignment); in alignment()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2078 AlignType _alignment;