/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/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_xbiosinterrupt.S | 107 .even 143 .even 152 .even 171 .even
|
D | SDL_ikbdinterrupt.S | 127 .even 134 .even 249 .even 255 .even
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUNopFiller.cpp | 59 even = 2, enumerator 93 if( isEvenPlace && this_optype == odd && next_optype == even ) { in runOnMachineBasicBlock() 102 else if ( !isEvenPlace && this_optype == even && next_optype == odd){ in runOnMachineBasicBlock() 147 case 2: retval = even; break; in getOpPlacement()
|
/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/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/ |
D | crc32.c | 379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local 395 gf2_matrix_square(even, odd); 398 gf2_matrix_square(odd, even); 404 gf2_matrix_square(even, odd); 406 crc1 = gf2_matrix_times(even, crc1); 414 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/qemu/distrib/sdl-1.2.12/src/timer/mint/ |
D | SDL_vbltimer.S | 154 .even 156 .even 158 .even
|
/external/openssl/patches/ |
D | README | 21 Finished message even when negotiating full-handshakes. With this patch, 22 clients can negotiate SSL connections in 1-RTT even when performing
|
/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/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/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.
|
D | 2002-08-02-CastTest.ll | 2 ; SOME instruction named %c here, even if it's a bitwise and.
|
/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/grub/ |
D | aclocal.m4 | 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 24 # but WITHOUT ANY WARRANTY; without even the implied warranty of 55 # but WITHOUT ANY WARRANTY; without even the implied warranty of 119 # but WITHOUT ANY WARRANTY; without even the implied warranty of 163 # but WITHOUT ANY WARRANTY; without even the implied warranty of 269 # or remarks (even with -Werror). So we grep stderr for any message 331 # but WITHOUT ANY WARRANTY; without even the implied warranty of 413 # but WITHOUT ANY WARRANTY; without even the implied warranty of 536 # but WITHOUT ANY WARRANTY; without even the implied warranty of 559 # but WITHOUT ANY WARRANTY; without even the implied warranty of [all …]
|
/external/elfutils/ |
D | aclocal.m4 | 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 24 # but WITHOUT ANY WARRANTY; without even the implied warranty of 55 # but WITHOUT ANY WARRANTY; without even the implied warranty of 119 # but WITHOUT ANY WARRANTY; without even the implied warranty of 163 # but WITHOUT ANY WARRANTY; without even the implied warranty of 269 # or remarks (even with -Werror). So we grep stderr for any message 331 # but WITHOUT ANY WARRANTY; without even the implied warranty of 413 # but WITHOUT ANY WARRANTY; without even the implied warranty of 536 # but WITHOUT ANY WARRANTY; without even the implied warranty of 559 # but WITHOUT ANY WARRANTY; without even the implied warranty of [all …]
|
/external/mesa3d/docs/ |
D | RELNOTES-3.4 | 13 Mesa uses an even/odd version number scheme like the Linux kernel.
|
/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!
|