HomeSort by relevance Sort by last modified time
    Searched defs:even (Results 1 - 12 of 12) sorted by null

  /external/opencv/cvaux/src/
cvvideo.cpp 38 // 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->type )
    [all...]
  /external/stlport/test/unit/
ptr2_test.cpp 39 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));
  /ndk/tests/device/test-gnustl-full/unit/
ptr2_test.cpp 39 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));
  /ndk/tests/device/test-stlport/unit/
ptr2_test.cpp 39 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));
  /build/tools/zipalign/
ZipEntry.cpp 362 time_t even; local
367 /* round up to an even number of seconds */
368 even = (time_t)(((unsigned long)(when) + 1) & (~1));
372 ptm = localtime_r(&even, &tmResult);
374 ptm = localtime(&even);
  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 33 bool isEvenPlace; // the instruction slot (mem address) at hand is even/odd
59 even = 2, enumerator in enum:__anon9135::SPUNopFiller::__anon9136
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 && next_optype == odd)
    [all...]
  /frameworks/base/tools/aapt/
ZipEntry.cpp 362 time_t even; local
367 /* round up to an even number of seconds */
368 even = (time_t)(((unsigned long)(when) + 1) & (~1));
372 ptm = localtime_r(&even, &tmResult);
374 ptm = localtime(&even);
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 377 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/
crc32.c 384 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/
testidna.cpp 995 UChar even[MAX_DEST_SIZE]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 420 milliseconds