Home
last modified time | relevance | path

Searched defs:_alignment (Results 1 – 5 of 5) sorted by relevance

/third_party/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
/third_party/mesa3d/src/util/
Du_memory.h61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
63 #define align_realloc(_ptr, _oldsize, _newsize, _alignment) os_realloc_aligned(_ptr, _oldsize, _new… argument
Dos_memory_stdc.h54 #define os_realloc_aligned(_ptr, _oldsize, _newsize, _alignment) _aligned_realloc(_ptr, _newsize, _… argument
/third_party/python/Lib/multiprocessing/
Dheap.py118 _alignment = 8 variable in Heap
Dshared_memory.py274 _alignment = 8 variable in ShareableList