Searched defs:even (Results 1 - 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvvideo.cpp38 // the use of this software, even if advised of the possibility of such damage.
52 CvMat even_stub, *even = (CvMat*)fieldEven; local
58 CV_CALL( even = cvGetMat( even, &even_stub ));
61 if( !CV_ARE_TYPES_EQ( frame, even ) || !CV_ARE_TYPES_EQ( frame, odd ))
64 if( frame->cols != even->cols || frame->cols != odd->cols ||
65 frame->rows != even->rows*2 || odd->rows != even->rows )
68 size = cvGetMatSize( even );
69 size.width *= CV_ELEM_SIZE( even
[all...]
/external/stlport/test/unit/
H A Dptr2_test.cpp39 bool even(int n_) function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
/external/llvm/lib/Target/CellSPU/
H A DSPUNopFiller.cpp33 bool isEvenPlace; // the instruction slot (mem address) at hand is even/odd
59 even = 2, enumerator in enum:__anon7575::SPUNopFiller::__anon7576
69 // In the assebly we align the functions to 'even' adresses, but
71 // basic blocks to have the same, even, alignment.
91 // padd: odd(wrong), even(wrong), ...
92 // to: nop(corr), odd(corr), even(corr)...
93 if( isEvenPlace && this_optype == odd && next_optype == even ) {
100 // padd: even(wrong), odd(wrong), ...
101 // to: lnop(corr), even(corr), odd(corr)...
102 else if ( !isEvenPlace && this_optype == even
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
[all...]
/external/zlib/
H A Dcrc32.c384 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
399 /* put operator for two zero bits in even */
400 gf2_matrix_square(even, odd);
403 gf2_matrix_square(odd, even);
406 zero byte, eight zero bits, in even) */
409 gf2_matrix_square(even, odd);
411 crc1 = gf2_matrix_times(even, crc1);
418 /* another iteration of the loop with odd and even swapped */
419 gf2_matrix_square(odd, even);
[all...]
/external/icu4c/test/intltest/
H A Dtestidna.cpp995 UChar even[MAX_DEST_SIZE]; local
1010 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1013 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status);
1019 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status);
1027 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 ||
1033 if( u_strncmp(even,expected,expectedLen) != 0 ||
1047 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR);
1050 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1056 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
1064 if( u_strCaseCompare(even,evenLe
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 186 milliseconds