HomeSort by relevance Sort by last modified time
    Searched refs:even (Results 1 - 25 of 2853) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/llvm/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /external/llvm/projects/sample/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 109 boolean even = true;
111 if (even) {
113 even = false;
117 even = true;
121 if (!even) {
  /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));
  /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:__anon8335::SPUNopFiller::__anon8336
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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_xbiosinterrupt.S 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
107 .even
143 .even
152 .even
171 .even
SDL_ikbdinterrupt.S 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
127 .even
134 .even
249 .even
255 .even
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 7 nop # to give us an even million
  /development/tools/emulator/system/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /sdk/emulator/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_vbltimer.S 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
154 .even
156 .even
158 .even
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 3 # only count as one instruction, even though they repeat many times
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 8 # The GNU linker will strip un-needed object files from executables even whe
  /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 379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
394 /* put operator for two zero bits in even */
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
401 zero byte, eight zero bits, in even) */
404 gf2_matrix_square(even, odd);
406 crc1 = gf2_matrix_times(even, crc1);
413 /* another iteration of the loop with odd and even swapped */
414 gf2_matrix_square(odd, even);
    [all...]
  /external/icu4c/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
  /external/clang/test/Sema/
ext_vector_components.c 46 float2 ev(float3 x) { return x.even; }
  /development/tools/emulator/system/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.
  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu4c/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /ndk/sources/host-tools/make-3.81/
subproc.bat 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

Completed in 354 milliseconds

1 2 3 4 5 6 7 8 91011>>