Searched defs: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 414 #define PVOP_CALL0(rettype, op) \ argument 419 #define PVOP_CALL1(rettype, op, arg1) \ argument 424 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument 429 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument 436 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
|
/external/opencv/otherlibs/highgui/ |
D | highgui.h | 97 #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
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL argument
|