Home
last modified time | relevance | path

Searched refs:even (Results 1 – 25 of 1401) sorted by relevance

12345678910>>...57

/external/opencv/cvaux/src/
Dcvvideo.cpp52 CvMat even_stub, *even = (CvMat*)fieldEven; in cvDeInterlace() local
58 CV_CALL( even = cvGetMat( even, &even_stub )); in cvDeInterlace()
61 if( !CV_ARE_TYPES_EQ( frame, even ) || !CV_ARE_TYPES_EQ( frame, odd )) in cvDeInterlace()
64 if( frame->cols != even->cols || frame->cols != odd->cols || in cvDeInterlace()
65 frame->rows != even->rows*2 || odd->rows != even->rows ) in cvDeInterlace()
68 size = cvGetMatSize( even ); in cvDeInterlace()
69 size.width *= CV_ELEM_SIZE( even->type ); in cvDeInterlace()
73 memcpy( even->data.ptr + even->step*y, in cvDeInterlace()
75 memcpy( odd->data.ptr + even->step*y, in cvDeInterlace()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DShortArrayCodeOutput.java109 boolean even = true; in write()
111 if (even) { in write()
113 even = false; in write()
117 even = true; in write()
121 if (!even) { in write()
/external/stlport/test/unit/
Dptr2_test.cpp39 bool even(int n_) in even() function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); in ptrun1()
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even)); in ptrun2()
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_xbiosinterrupt.S117 .even
179 .even
188 .even
211 .even
DSDL_ikbdinterrupt.S170 .even
177 .even
393 .even
399 .even
/external/qemu/distrib/zlib-1.2.3/
Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
412 gf2_matrix_square(odd, even);
/external/zlib/src/
Dcrc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
378 gf2_matrix_square(even, odd);
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
389 crc1 = gf2_matrix_times(even, crc1);
397 gf2_matrix_square(odd, even);
/external/icu4c/test/intltest/
Dtestidna.cpp995 UChar even[MAX_DEST_SIZE]; in testChaining() local
1010 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR); in testChaining()
1013 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1019 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1027 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
1033 if( u_strncmp(even,expected,expectedLen) != 0 || in testChaining()
1047 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR); in testChaining()
1050 … evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1056 … oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1064 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
[all …]
/external/eigen/test/
Dhouseholder.cpp16 static bool even = true; in householder() local
17 even = !even; in householder()
58 if(even) v1.tail(rows-1).setZero(); in householder()
69 if(even) v1.tail(rows-1).setZero(); in householder()
/external/openssl/patches/
DREADME9 Finished message even when negotiating full-handshakes. With this patch,
10 clients can negotiate SSL connections in 1-RTT even when performing
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
DSDL_vbltimer.S223 .even
225 .even
227 .even
/external/clang/include/clang/Driver/
DOptParser.td61 // passing, even if the platform defaults to (or only supports) that option.
68 // RenderJoined - The option should be rendered joined, even if separate (only
72 // RenderSeparate - The option should be rendered separately, even if joined
80 // HelpHidden - The option should not be displayed in --help, even if it has
/external/iptables/extensions/
Dlibxt_LED.man20 Always make the LED blink on packet arrival, even if the LED is already on.
21 This allows notification of new packets even with long delay values (which
Dlibxt_CLASSIFY.man5 hexadecimal even if no 0x prefix is given.
/external/webkit/LayoutTests/http/tests/appcache/
Dempty-manifest-expected.txt1 This tests that the cached event gets sent even if the manifest is empty.
/external/bison/m4/
Dwarn-on-use.m411 # even after being undefined as a macro.
28 [Define to 1 if ]m4_defn([gl_decl])[ is declared even after
/external/e2fsprogs/debian/
De2fsprogs-udeb.shlibs.local2 # force the dependency to libblkid1-udeb, even if it don't include the lib
/external/webkit/LayoutTests/fast/encoding/
Dmeta-in-body-expected.txt2 …the charset sniffer scans at least 1024 bytes of data to find a meta tag, even if it is not in the…
/external/llvm/test/Transforms/InstCombine/
Dnothrow.ll6 call double @t1(i32 42) ;; dead call even though callee is not nothrow.
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
Dwebkit31 -webkit-meter-horizontal-even-less-good-value
35 -webkit-meter-vertical-even-less-good-value
/external/llvm/include/llvm/Option/
DOptParser.td52 // HelpHidden - The option should not be displayed in --help, even if it has
61 // RenderJoined - The option should be rendered joined, even if separate (only
65 // RenderSeparate - The option should be rendered separately, even if joined
/external/llvm/test/Transforms/SCCP/
D2004-12-10-UndefBranchBug.ll3 ; This function definitely returns 1, even if we don't know the direction
/external/webkit/LayoutTests/fast/xpath/
Ddetached-subtree-invalidate-iterator-expected.txt1 Test that iterators are invalidated even if the original context is detached.
/external/llvm/test/YAMLParser/
Dspec-10-08.data3 # This fails because even without a key token, some contexts (in this case flow
/external/llvm/test/Transforms/Mem2Reg/
D2002-05-01-ShouldNotPromoteThisAlloca.ll2 ; the %r alloca, even though it is invalid to do so in this case!

12345678910>>...57