/external/opencv/cvaux/src/ |
D | cvvideo.cpp | 52 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/ |
D | ShortArrayCodeOutput.java | 109 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/ |
D | ptr2_test.cpp | 39 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/ |
D | SDL_xbiosinterrupt.S | 117 .even 179 .even 188 .even 211 .even
|
D | SDL_ikbdinterrupt.S | 170 .even 177 .even 393 .even 399 .even
|
/external/qemu/distrib/zlib-1.2.3/ |
D | crc32.c | 377 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/ |
D | crc32.c | 362 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/ |
D | testidna.cpp | 995 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/ |
D | householder.cpp | 16 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/ |
D | README | 9 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/ |
D | SDL_vbltimer.S | 223 .even 225 .even 227 .even
|
/external/clang/include/clang/Driver/ |
D | OptParser.td | 61 // 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/ |
D | libxt_LED.man | 20 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
|
D | libxt_CLASSIFY.man | 5 hexadecimal even if no 0x prefix is given.
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | empty-manifest-expected.txt | 1 This tests that the cached event gets sent even if the manifest is empty.
|
/external/bison/m4/ |
D | warn-on-use.m4 | 11 # even after being undefined as a macro. 28 [Define to 1 if ]m4_defn([gl_decl])[ is declared even after
|
/external/e2fsprogs/debian/ |
D | e2fsprogs-udeb.shlibs.local | 2 # force the dependency to libblkid1-udeb, even if it don't include the lib
|
/external/webkit/LayoutTests/fast/encoding/ |
D | meta-in-body-expected.txt | 2 …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/ |
D | nothrow.ll | 6 call double @t1(i32 42) ;; dead call even though callee is not nothrow.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
D | webkit | 31 -webkit-meter-horizontal-even-less-good-value 35 -webkit-meter-vertical-even-less-good-value
|
/external/llvm/include/llvm/Option/ |
D | OptParser.td | 52 // 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/ |
D | 2004-12-10-UndefBranchBug.ll | 3 ; This function definitely returns 1, even if we don't know the direction
|
/external/webkit/LayoutTests/fast/xpath/ |
D | detached-subtree-invalidate-iterator-expected.txt | 1 Test that iterators are invalidated even if the original context is detached.
|
/external/llvm/test/YAMLParser/ |
D | spec-10-08.data | 3 # This fails because even without a key token, some contexts (in this case flow
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | 2002-05-01-ShouldNotPromoteThisAlloca.ll | 2 ; the %r alloca, even though it is invalid to do so in this case!
|