/aosp_15_r20/external/virglrenderer/src/mesa/pipe/ |
H A 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
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/os/ |
H A D | mos_defs.h | 135 #define MOS_IS_ALIGNED(_a, _alignment) ((((_a) & ((_alignment)-1)) == 0) ? 1 : 0) argument 141 #define MOS_ALIGN_CEIL(_a, _alignment) (((_a) + ((_alignment)-1)) & (~((_alignment)-1))) argument 147 #define MOS_ALIGN_OFFSET(_a, _alignment) ((~(_a) + 1) & (_alignment-1)) argument 153 #define MOS_ALIGN_FLOOR(_a, _alignment) ((_a) & (~((_alignment)-1))) argument 287 #define MOS_ALIGNED(_alignment) __declspec(align(_alignment)) argument 289 #define MOS_ALIGNED(_alignment) __attribute__ ((aligned(_alignment))) argument
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A 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
|
H A D | os_memory_stdc.h | 54 #define os_realloc_aligned(_ptr, _oldsize, _newsize, _alignment) _aligned_realloc(_ptr, _newsize, _… argument
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A 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
|
H A D | os_memory_stdc.h | 54 #define os_realloc_aligned(_ptr, _oldsize, _newsize, _alignment) _aligned_realloc(_ptr, _newsize, _… argument
|
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | heap.py | 92 _alignment = 8 variable in Heap
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/ |
D | heap.py | 118 _alignment = 8 variable in Heap
|
D | shared_memory.py | 276 _alignment = 8 variable in ShareableList
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | heap.py | 118 _alignment = 8 variable in Heap
|
D | shared_memory.py | 276 _alignment = 8 variable in ShareableList
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | heap.py | 118 _alignment = 8 variable in Heap
|
D | shared_memory.py | 276 _alignment = 8 variable in ShareableList
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | heap.py | 118 _alignment = 8 variable in Heap
|
D | shared_memory.py | 276 _alignment = 8 variable in ShareableList
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | heap.py | 118 _alignment = 8 variable in Heap
|
D | shared_memory.py | 276 _alignment = 8 variable in ShareableList
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | heap.py | 118 _alignment = 8 variable in Heap
|
H A D | shared_memory.py | 276 _alignment = 8 variable in ShareableList
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 54518 "_alignment": 52106, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 54518 "_alignment": 52106, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 54459 "_alignment": 52106, number
|