Searched refs:rettype (Results 1 – 4 of 4) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | paravirt.h | 372 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 374 rettype __ret; \ 376 if (sizeof(rettype) > sizeof(unsigned long)) { \ 386 __ret = (rettype)((((u64)__edx) << 32) | __eax); \ 397 __ret = (rettype)__eax; \ 414 #define PVOP_CALL0(rettype, op) \ argument 415 __PVOP_CALL(rettype, op, "", "") 419 #define PVOP_CALL1(rettype, op, arg1) \ argument 420 __PVOP_CALL(rettype, op, "", "", "0" ((u32)(arg1))) 424 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument [all …]
|
/external/opencv/otherlibs/highgui/ |
D | highgui.h | 97 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL argument
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL argument
|
/external/opencv/ml/include/ |
D | ml.h | 103 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL argument
|