Home
last modified time | relevance | path

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

1234

/external/valgrind/main/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/main/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/qemu-pc-bios/bochs/bios/
Dmakesym.perl23 ($name[0], $junk, $addr[0], $junk, $name[1], $junk, $addr[1]) = @F;
/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-error{{declared as a template}}
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/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/icu4c/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.c2669 char junk[9999]; in testConvertFromUnicode() local
2783 junk[0] = 0; in testConvertFromUnicode()
2787 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode()
2791 log_verbose(junk); in testConvertFromUnicode()
2865 char junk[9999]; in testConvertToUnicode() local
2981 junk[0] = 0; in testConvertToUnicode()
2986 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode()
2990 log_verbose(junk); in testConvertToUnicode()
3066 char junk[9999]; in testConvertFromUnicodeWithContext() local
3160 junk[0] = 0; in testConvertFromUnicodeWithContext()
[all …]
/external/llvm/test/Feature/
Dload_module.ll7 @junk = global i32 0
10 ret i32* @junk
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
DSDL_dx5audio.c251 DWORD cursor, junk; in DX5_WaitAudio_BusyWait() local
257 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor); in DX5_WaitAudio_BusyWait()
294 &junk, &cursor); in DX5_WaitAudio_BusyWait()
341 DWORD cursor, junk; in DX5_GetAudioBuf() local
347 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor); in DX5_GetAudioBuf()
351 &junk, &cursor); in DX5_GetAudioBuf()
376 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0); in DX5_GetAudioBuf()
380 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0); in DX5_GetAudioBuf()
/external/zlib/src/examples/
Dgzjoin.c286 unsigned char *junk; /* buffer for uncompressed data -- discarded */ in gzcopy() local
298 junk = malloc(CHUNK); in gzcopy()
305 if (junk == NULL || ret != Z_OK) in gzcopy()
327 strm.next_out = junk; in gzcopy()
415 free(junk); in gzcopy()
/external/iproute2/include/
Dlibnetlink.h35 rtnl_filter_t junk; member
43 rtnl_filter_t junk,
48 rtnl_filter_t junk,
/external/iproute2/lib/
Dlibnetlink.c218 if (a->junk) { in rtnl_dump_filter_l()
219 err = a->junk(&nladdr, h, in rtnl_dump_filter_l()
262 rtnl_filter_t junk, in rtnl_dump_filter() argument
266 { .filter = filter, .arg1 = arg1, .junk = junk, .arg2 = arg2 }, in rtnl_dump_filter()
267 { .filter = NULL, .arg1 = NULL, .junk = NULL, .arg2 = NULL } in rtnl_dump_filter()
275 rtnl_filter_t junk, in rtnl_talk() argument
351 if (junk) { in rtnl_talk()
352 err = junk(&nladdr, h, jarg); in rtnl_talk()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml12 Stream.junk stream;
30 Stream.junk stream;
/external/quake/quake/src/WinQuake/
Dgl_test.cpp47 plane_t junk; variable
60 junk = trace.plane; in HitPlane()
61 return &junk; in HitPlane()
/external/quake/quake/src/QW/client/
Dgl_test.c47 plane_t junk; variable
60 junk = trace.plane; in HitPlane()
61 return &junk; in HitPlane()
/external/libvpx/libvpx/test/
Dtest_vector_test.cc81 char junk[128]; in DecompressedFrameHook() local
84 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/webkit/Tools/iExploder/iexploder-1.7.2/src/
Diexploder.rb233 junk = []
235 junk << "\\x" + rand(65535).to_s(16)
237 return junk.join('') * rand(@config['max_garbage_text_size'])
239 junk = []
242 junk << chars[rand(chars.length)].chr
244 return junk.join('') * rand(@config['max_garbage_text_size'])
/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/openssl/crypto/perlasm/
Dppc-xlate.pl16 my $junk = shift;
56 my $junk = shift;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
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