Home
last modified time | relevance | path

Searched refs:arr0 (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/include/
Dcxmisc.h756 typedef CvStatus (CV_STDCALL *CvFunc2D_2A)( void* arr0, int step0,
759 typedef CvStatus (CV_STDCALL *CvFunc2D_2A1P)( void* arr0, int step0,
763 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A1P)( void* arr0, int step0,
768 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A1P)( void* arr0, int step0,
773 typedef CvStatus (CV_STDCALL *CvFunc2D_2A2P)( void* arr0, int step0,
777 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A2P)( void* arr0, int step0,
782 typedef CvStatus (CV_STDCALL *CvFunc2D_2A1P1I)( void* arr0, int step0,
786 typedef CvStatus (CV_STDCALL *CvFunc2D_2A4P)( void* arr0, int step0,
791 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A4P)( void* arr0, int step0,
797 typedef CvStatus (CV_STDCALL *CvFunc2D_3A)( void* arr0, int step0,
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp2.cpp9 int arr0[6]; in test_f0_bullet1() local
10 A<int> a0 = f0(arr0); in test_f0_bullet1()
/external/llvm/test/CodeGen/ARM/
Dmemfunc.ll112 %arr0 = alloca [9 x i8], align 1
113 %0 = bitcast [9 x i8]* %arr0 to i8*
154 %arr0 = alloca [7 x i8], align 1
155 %0 = bitcast [7 x i8]* %arr0 to i8*
193 %arr0 = alloca [9 x i8], align 1
194 %0 = getelementptr inbounds [9 x i8], [9 x i8]* %arr0, i32 0, i32 4
232 %arr0 = alloca [13 x i8], align 1
233 %0 = getelementptr inbounds [13 x i8], [13 x i8]* %arr0, i32 0, i32 1
271 %arr0 = alloca [13 x i8], align 1
272 %0 = getelementptr inbounds [13 x i8], [13 x i8]* %arr0, i32 0, i32 %i
[all …]
/external/clang/test/Sema/
Dpragma-pack-4.c20 int arr0[((sizeof(struct s1) % 64) == 0) ? 1 : -1]; variable