Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.h144 #define MEMSET(_ps,_c,_n,_eError) \ argument
/hardware/intel/bootstub/
Dbootstub.c86 unsigned long _c = c << 24 | c << 16 | c << 8 | c; in memset() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c145 #define OC_CLAMPI(_a,_b,_c) (OC_MAXI(_a,OC_MINI(_b,_c))) argument