HomeSort by relevance Sort by last modified time
    Searched full:overlap (Results 1 - 25 of 1652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
overlap.vgtest 1 prog: overlap
custom-overlap.vgtest 1 prog: custom-overlap
overlap.stderr.exp 1 Source and destination overlap in memcpy(0x........, 0x........, 21)
3 by 0x........: main (overlap.c:40)
5 Source and destination overlap in memcpy(0x........, 0x........, 21)
7 by 0x........: main (overlap.c:42)
9 Source and destination overlap in strncpy(0x........, 0x........, 21)
11 by 0x........: main (overlap.c:45)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
15 by 0x........: main (overlap.c:47)
17 Source and destination overlap in strcpy(0x........, 0x........)
19 by 0x........: main (overlap.c:54
    [all...]
overlap.c 27 /* testing memcpy/strcpy overlap */
40 memcpy(x+20, x, 21); // overlap
42 memcpy(x, x+20, 21); // overlap
45 strncpy(x+20, x, 21); // overlap
47 strncpy(x, x+20, 21); // overlap
54 strcpy(x, x+20); // overlap
62 strcpy(x+20, x); // overlap, but runs forever (or until it seg faults)
108 /* Nb: can't actually get strcat warning -- if any overlap occurs, it will
custom-overlap.c 1 // Test for bug 100628: need to allow custom MALLOCLIKE blocks to overlap
20 // For this one, the first custom block does not overlap exactly with the
  /external/llvm/test/FileCheck/
check-substring-multi-prefix.txt 1 // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
7 OVERLAP: foo
9 OVERLAP: buzz
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mul-overlap.d 2 # error-output: mul-overlap.l
arm3-bad.l 2 .*arm3-bad.s:4: Error: Rn must not overlap other operands -- `swp r0,r1,\[r0\]'
3 .*arm3-bad.s:5: Error: Rn must not overlap other operands -- `swp r1,r0,\[r0\]'
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspWindow.java 35 public DspWindow(int windowType, int size, int overlap) {
36 init(windowType, size, overlap);
43 public void init(int windowType, int size, int overlap) {
44 if (size > 0 && overlap > 0) {
46 mOverlap = overlap;
62 public static boolean fillWindow(DspBufferDouble r, int type, int overlap) {
65 if (overlap > size / 2) {
66 overlap = size / 2;
77 status = fillTriangular(r, overlap);
83 status = fillHamming(r, overlap);
    [all...]
  /external/clang/utils/valgrind/
x86_64-pc-linux-gnu_gcc-4.3.3.supp 3 Memcheck:Overlap
11 Memcheck:Overlap
19 Memcheck:Overlap
  /external/valgrind/none/tests/s390x/
mvc.c 7 char overlap[]= "012345678901234567890"; variable
24 /* Destructive overlap #1 */
25 printf("------- Destructive overlap #1\n");
26 printf("before: |%s|\n", overlap);
28 ::"a" (overlap),"a" (overlap): "memory");
29 printf("after: |%s|\n", overlap);
31 /* Destructive overlap #2 */
32 printf("------- Destructive overlap #2\n");
40 /* Destructive overlap #3 *
    [all...]
mvc.stdout.exp 7 ------- Destructive overlap #1
10 ------- Destructive overlap #2
13 ------- Destructive overlap #3 (max length)
15 ------- Non-destructive overlap buf[0:4] = buf[10:14]
  /external/vboot_reference/tests/futility/
data_fmap2_expect_h.txt 1 ERROR: RO_VPD and RO_UNUSED overlap
  /external/clang/test/Modules/
explicit-build-overlap.cpp 2 // RUN: %clang_cc1 -x c++ -fmodules %S/Inputs/explicit-build-overlap/def.map -fmodule-name=a -emit-module -o %t/a.pcm
3 // RUN: %clang_cc1 -x c++ -fmodules %S/Inputs/explicit-build-overlap/def.map -fmodule-name=b -emit-module -o %t/ba.pcm -fmodule-file=%t/a.pcm
4 // RUN: %clang_cc1 -x c++ -fmodules -fmodule-map-file=%S/Inputs/explicit-build-overlap/use.map -fmodule-name=use -fmodule-file=%t/ba.pcm %s -verify -I%S/Inputs/explicit-build-overlap -fmodules-decluse
6 // RUN: %clang_cc1 -x c++ -fmodules %S/Inputs/explicit-build-overlap/def.map -fmodule-name=b -emit-module -o %t/b.pcm
7 // RUN: %clang_cc1 -x c++ -fmodules %S/Inputs/explicit-build-overlap/def.map -fmodule-name=a -emit-module -o %t/ab.pcm -fmodule-file=%t/b.pcm
8 // RUN: %clang_cc1 -x c++ -fmodules -fmodule-map-file=%S/Inputs/explicit-build-overlap/use.map -fmodule-name=use -fmodule-file=%t/ab.pcm %s -verify -I%S/Inputs/explicit-build-overlap -fmodules-decluse
  /external/llvm/test/DebugInfo/Inputs/
arange-overlap.cc 24 // $ clang -g -fPIC -c -DFILE1 arange-overlap.cc -o obj1.o
25 // $ clang -g -fPIC -c arange-overlap.cc -o obj2.o
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 204 dng_rect dng_area_spec::Overlap (const dng_rect &tile) const
215 dng_rect overlap = fArea & tile; local
217 if (overlap.NotEmpty ())
220 overlap.t = fArea.t + ConvertUint32ToInt32(
221 RoundUpUint32ToMultiple(static_cast<uint32>(overlap.t - fArea.t),
223 overlap.l = fArea.l + ConvertUint32ToInt32(
224 RoundUpUint32ToMultiple(static_cast<uint32>(overlap.l - fArea.l),
227 if (overlap.NotEmpty ())
230 overlap.b = overlap.t + ((overlap.H () - 1) / fRowPitch) * fRowPitch + 1
406 dng_rect overlap = fAreaSpec.Overlap (dstArea); local
625 dng_rect overlap = fAreaSpec.Overlap (dstArea); local
987 dng_rect overlap = fAreaSpec.Overlap (dstArea); local
1193 dng_rect overlap = fAreaSpec.Overlap (dstArea); local
1373 dng_rect overlap = fAreaSpec.Overlap (dstArea); local
1550 dng_rect overlap = fAreaSpec.Overlap (dstArea); local
    [all...]
  /art/runtime/interpreter/mterp/arm64/
op_move_wide.S 2 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
op_move_wide_16.S 2 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
op_move_wide_from16.S 2 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /art/runtime/interpreter/mterp/x86/
op_move_wide_16.S 2 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
op_move_wide_from16.S 2 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /art/runtime/interpreter/mterp/x86_64/
op_move_wide_16.S 2 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
op_move_wide_from16.S 2 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /external/llvm/test/CodeGen/ARM/
lsr-unfolded-offset.ll 24 %overlap.081 = phi i32 [ %overlap.4, %for.inc69 ], [ 0, %entry ]
34 %overlap.178 = phi i32 [ %overlap.081, %outer.loop ], [ %overlap.4, %for.inc ]
48 %overlap.2 = select i1 %or.cond, i32 1, i32 %overlap.178
52 %overlap.3 = select i1 %or.cond74, i32 1, i32 %overlap.2
62 %overlap.4 = phi i32 [ %overlap.178, %inner.loop ], [ 1, %if.then66 ], [ %overlap.3, %if.end
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
bounds_unittest.py 12 # Non overlap cases.
15 # Overlap cases.

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>