| /external/virglrenderer/src/mesa/pipe/ |
| D | p_compiler.h | 128 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument 131 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument 142 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument 143 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument 149 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument 150 #define PIPE_ALIGN_VAR(_alignment) argument
|
| /external/mesa3d/src/gallium/include/pipe/ |
| D | p_compiler.h | 126 #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/mesa/util/ |
| D | u_memory.h | 61 #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
|
| D | os_memory_stdc.h | 54 #define os_realloc_aligned(_ptr, _oldsize, _newsize, _alignment) _aligned_realloc(_ptr, _newsize, _… argument
|
| /external/mesa3d/src/util/ |
| D | u_memory.h | 61 #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
|
| D | os_memory_stdc.h | 54 #define os_realloc_aligned(_ptr, _oldsize, _newsize, _alignment) _aligned_realloc(_ptr, _newsize, _… argument
|
| /external/python/cpython2/Lib/multiprocessing/ |
| D | heap.py | 92 _alignment = 8 variable in Heap
|
| /external/python/cpython3/Lib/multiprocessing/ |
| D | heap.py | 118 _alignment = 8 variable in Heap
|
| D | shared_memory.py | 274 _alignment = 8 variable in ShareableList
|
| /external/python/cffi/cffi/ |
| D | backend_ctypes.py | 105 def _alignment(cls): member in CTypesData
|