Home
last modified time | relevance | path

Searched defs:ALIGN16 (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dlanczos_sse2.hpp16 #define ALIGN16 __attribute__((__aligned__(16))) macro
18 #define ALIGN16 __declspec(align(16)) macro
/third_party/mesa3d/src/util/
Dmacros.h238 #define ALIGN16 __declspec(align(16)) macro
240 #define ALIGN16 __attribute__((aligned(16))) macro
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h79 } ALIGN16; variable
Dtgsi_exec.c81 } ALIGN16; variable