HomeSort by relevance Sort by last modified time
    Searched refs:_alignment (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment)))
220 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment)))
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
232 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment))
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type
239 #define PIPE_ALIGN_VAR(_alignment)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 92 _alignment = 8 variable in class:Heap
222 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 92 _alignment = 8 variable in class:Heap
222 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 92 _alignment = 8 variable in class:Heap
222 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 92 _alignment = 8 variable in class:Heap
222 size = self._roundup(max(size,1), self._alignment)
  /external/ImageMagick/Magick++/lib/
Drawable.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 2053 AlignType _alignment; member in class:Magick::DrawableTextAlignment
    [all...]

Completed in 2339 milliseconds