Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 25 of 113) sorted by relevance

12345

/external/valgrind/memcheck/tests/x86/
Dxor-undef-x86.c10 char* junk = malloc(48); in main() local
11 assert(junk); in main()
22 : : "r"(junk) : "edi", "eax", "cc" in main()
31 : : "r"(junk) : "edi", "eax", "cc" in main()
47 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory" in main()
60 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory" in main()
77 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main()
91 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main()
108 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main()
122 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" in main()
[all …]
/external/valgrind/memcheck/tests/amd64/
Dxor-undef-amd64.c10 char* junk = malloc(48); in main() local
11 assert(junk); in main()
22 : : "r"(junk) : "r8", "rax", "cc" in main()
31 : : "r"(junk) : "r8", "rax", "cc" in main()
46 : : "r"(junk) : "mm7", "mm0", "cc", "memory" in main()
58 : : "r"(junk) : "mm7", "mm0", "cc", "memory" in main()
73 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main()
85 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main()
100 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main()
112 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" in main()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/atari/
Ddeflinejoiner.awk5 junk, elm0, l )
8 for ( l = 0; l < asorti( array, junk ) - 1; l++ )
23 junk, elm )
27 if ( 0 < asorti( array, junk ) )
37 i, junk )
40 for ( i = 0; i < asorti( break_pos, junk ); i++ )
59 bp_len = asorti( break_pos, junk )
65 c0, c1, i, junk, part_str )
69 while( asorti( break_pos, junk ) > 1 )
98 for ( k = 0; k < asorti( break_pos, junk ); k++ )
[all …]
/external/clang/test/Preprocessor/
Ddisabled-cond-diags2.c5 #endif junk // shouldn't produce diagnostics
9 #endif junk // expected-warning{{extra tokens at end of #endif directive}}
11 #if 1 junk // expected-error{{token is not a valid binary operator in a preprocessor subexpression…
21 #if 1 junk
22 #else junk
23 #endif junk
27 #endif junk // expected-warning{{extra tokens at end of #endif directive}}
/external/skia/bench/
DMatrixBench.cpp57 volatile bool junk = false; in performTest() local
58 junk ^= (m0 == m1); in performTest()
59 junk ^= (m1 == m2); in performTest()
60 junk ^= (m2 == m0); in performTest()
120 volatile int junk = 0; in performTest() local
121 junk ^= (fMatrix.getType()); in performTest()
123 junk ^= (fMatrix.getType()); in performTest()
125 junk ^= (fMatrix.getType()); in performTest()
127 junk ^= (fMatrix.getType()); in performTest()
129 junk ^= (fMatrix.getType()); in performTest()
[all …]
DScalarBench.cpp63 volatile bool junk = false; in performTest() local
64 junk ^= (fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f); in performTest()
65 junk ^= (fArray[2] != 0.0f || fArray[5] != 0.0f); in performTest()
82 volatile int32_t junk = 0; in performTest() local
83 junk ^= (SkScalarAs2sCompliment(fArray[6]) | in performTest()
86 junk ^= (SkScalarAs2sCompliment(fArray[2]) | in performTest()
DColorPrivBench.cpp44 volatile SkPMColor junk = 0; in onDraw() local
61 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw()
63 junk ^= SkFastFourByteInterp256(src, dst, scale); in onDraw()
65 junk ^= SkFourByteInterp(src, dst, scale); in onDraw()
67 junk ^= SkFourByteInterp256(src, dst, scale); in onDraw()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
DSupplementalUtilities.java49 int junk[] = { in main() local
61 for(int i=0;i<junk.length;i++) { in main()
62 System.out.println(Integer.toString(junk[i]) + " -> " + Double.toString(ldml2d(junk[i]))); in main()
/external/bison/djgpp/
Ddjunpack.bat51 copy top_src.dir junk.tmp > nul
52 if not exist junk.tmp GoTo NoDjTar
53 del junk.tmp
56 copy ext_list.bat junk.tmp > nul
57 if not exist junk.tmp GoTo NoSed
58 del junk.tmp
73 del junk.tmp
77 del junk.tmp
/external/skia/fuzz/
DFuzzScaleToSides.cpp41 volatile float junk = 0.0f; in DEF_FUZZ() local
42 junk *= radius1; in DEF_FUZZ()
43 junk *= radius2; in DEF_FUZZ()
/external/clang/test/SemaCXX/
Dunknown-type-name.cpp98 template<typename T> int junk1(T::junk); // expected-warning{{variable templates are a C++14 extens…
99 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
100 template<typename T> int junk3(T::junk) = delete; // expected-error{{missing 'typename'}}
105 template<typename T> int junk4(T::junk j); // expected-error{{missing 'typename'}}
/external/llvm/test/CodeGen/X86/
Dinline-asm-stack-realign3.ll3 declare void @bar(i32* %junk)
13 %junk = alloca i32
14 call void @bar(i32* %junk)
/external/clang/test/Sema/
Dvariadic-incomplete-arg-type.c6 void junk(int, ...);
11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \ in main()
/external/icu/icu4c/source/test/cintltst/
Dncnvfbts.c229 char junk[9999]; in testConvertFromUnicode() local
232 junk[0] = 0; in testConvertFromUnicode()
236 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode()
240 log_verbose(junk); in testConvertFromUnicode()
307 char junk[9999]; in testConvertToUnicode() local
393 junk[0] = 0; in testConvertToUnicode()
398 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode()
402 log_verbose(junk); in testConvertToUnicode()
/external/droiddriver/
D.gitignore4 # gradle junk
11 # Android Studio junk
/external/skia/src/core/
DSkRecords.cpp24 SkPathPriv::FirstDirection junk; in PreCachedPath()
25 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk); in PreCachedPath()
/external/llvm/test/Feature/
Dload_module.ll7 @junk = global i32 0
10 ret i32* @junk
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py59 [dim, junk, junk, junk, junk] = param.get_dimensions()
686 [dim, w, h, d, junk] = output.get_dimensions()
756 [dim, w, h, d, junk] = p.get_dimensions()
825 [dim, junk, junk, junk, junk] = param.get_dimensions()
/external/zlib/src/examples/
Dgzjoin.c287 unsigned char *junk; /* buffer for uncompressed data -- discarded */ in gzcopy() local
299 junk = malloc(CHUNK); in gzcopy()
306 if (junk == NULL || ret != Z_OK) in gzcopy()
328 strm.next_out = junk; in gzcopy()
416 free(junk); in gzcopy()
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Dinet.py83 junk = dns.ipv4.inet_aton(text)
87 junk = dns.ipv6.inet_aton(text)
/external/curl/tests/data/
Dtest575108 Some junk ;-) This file does not really exist.
113 Some junk ;-) This file does not really exist.
118 Some junk ;-) This file does not really exist.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml12 Stream.junk stream;
30 Stream.junk stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml14 Stream.junk stream;
35 Stream.junk stream;
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc382 uint8_t junk; in TEST() local
383 const int nr = HANDLE_EINTR(read(fds[0], &junk, sizeof(junk))); in TEST()
384 ASSERT_EQ(static_cast<ssize_t>(sizeof(junk)), nr); in TEST()
626 uint8_t junk; in TEST() local
627 ASSERT_EQ(read(fds[0], &junk, sizeof(junk)), in TEST()
628 static_cast<ssize_t>(sizeof(junk))); in TEST()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml15 Stream.junk stream;
45 Stream.junk stream;

12345