Searched defs:_c (Results 1 – 3 of 3) sorted by relevance
144 #define MEMSET(_ps,_c,_n,_eError) \ argument
86 unsigned long _c = c << 24 | c << 16 | c << 8 | c; in memset() local
145 #define OC_CLAMPI(_a,_b,_c) (OC_MAXI(_a,OC_MINI(_b,_c))) argument