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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _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)

Completed in 184 milliseconds