Home
last modified time | relevance | path

Searched refs:__align__ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_traits.hpp58 struct __align__(8) uchar8
67 struct __align__(8) char8
76 struct __align__(16) ushort8
85 struct __align__(16) short8
94 struct __align__(32) uint8
103 struct __align__(32) int8
112 struct __align__(32) float8
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp102 #if !defined(__align__) && !defined(__CUDACC__)
104 #define __align__(n) __declspec(align(n)) macro
106 #define __align__(n) __attribute__((__aligned__(n))) macro