Home
last modified time | relevance | path

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

1234

/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/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/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.cpp38 volatile SkPMColor junk = 0; in onDraw() local
55 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw()
57 junk ^= SkFastFourByteInterp256(src, dst, scale); in onDraw()
59 junk ^= SkFourByteInterp(src, dst, scale); in onDraw()
61 junk ^= SkFourByteInterp256(src, dst, scale); in onDraw()
DPMFloatBench.cpp41 uint32_t junk = 0; in onDraw() local
87 junk ^= back[i]; in onDraw()
90 blackhole ^= junk; in onDraw()
/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/clang/test/SemaCXX/
Dunknown-type-name.cpp96 template<typename T> int junk1(T::junk); // expected-warning{{variable templates are a C++14 extens…
97 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
98 template<typename T> int junk3(T::junk) = delete; // expected-error{{missing 'typename'}} expected-…
99 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/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()
Dnccbtst.c2644 char junk[9999]; in testConvertFromUnicode() local
2755 junk[0] = 0; in testConvertFromUnicode()
2759 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode()
2763 log_verbose(junk); in testConvertFromUnicode()
2837 char junk[9999]; in testConvertToUnicode() local
2950 junk[0] = 0; in testConvertToUnicode()
2955 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode()
2959 log_verbose(junk); in testConvertToUnicode()
3035 char junk[9999]; in testConvertFromUnicodeWithContext() local
3129 junk[0] = 0; in testConvertFromUnicodeWithContext()
[all …]
/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/droiddriver/
D.gitignore4 # gradle junk
11 # Android Studio junk
/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/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml12 Stream.junk stream;
30 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/libvpx/libvpx/test/
Dtest_vector_test.cc49 char junk[128]; in DecompressedFrameHook() local
52 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk); in DecompressedFrameHook()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml14 Stream.junk stream;
35 Stream.junk stream;
/external/openssh/
Dcipher.c304 u_char *junk, *discard; in cipher_init() local
358 if ((junk = malloc(cipher->discard_len)) == NULL || in cipher_init()
360 if (junk != NULL) in cipher_init()
361 free(junk); in cipher_init()
365 ret = EVP_Cipher(&cc->evp, discard, junk, cipher->discard_len); in cipher_init()
367 free(junk); in cipher_init()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml15 Stream.junk stream;
45 Stream.junk stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml15 Stream.junk stream;
45 Stream.junk stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml15 Stream.junk stream;
45 Stream.junk stream;

1234