Searched defs:_P (Results 1 – 6 of 6) sorted by relevance
91 # define _P(x) macro93 # define _P(x) x macro
116 # define _P(x) x macro118 # define _P(x) () macro
124 # define _P(x) x macro126 # define _P(x) () macro
13 #define _P 0x10 /* punct */ macro
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); } in new()
373 const CvMat* _R, const CvMat* _P ) in cvUndistortPoints()