/external/valgrind/main/memcheck/tests/amd64/ |
D | xor-undef-amd64.c | 10 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/ |
D | xor-undef-x86.c | 10 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/ |
D | disabled-cond-diags2.c | 5 #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/ |
D | makesym.perl | 23 ($name[0], $junk, $addr[0], $junk, $name[1], $junk, $addr[1]) = @F;
|
/external/bison/djgpp/ |
D | djunpack.bat | 51 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/ |
D | unknown-type-name.cpp | 96 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/ |
D | variadic-incomplete-arg-type.c | 6 void junk(int, ...); 11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \ in main()
|
/external/icu4c/test/cintltst/ |
D | ncnvfbts.c | 229 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()
|
D | nccbtst.c | 2669 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/ |
D | load_module.ll | 7 @junk = global i32 0 10 ret i32* @junk
|
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/ |
D | SDL_dx5audio.c | 251 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/ |
D | gzjoin.c | 286 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/ |
D | libnetlink.h | 35 rtnl_filter_t junk; member 43 rtnl_filter_t junk, 48 rtnl_filter_t junk,
|
/external/iproute2/lib/ |
D | libnetlink.c | 218 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/ |
D | toplevel.ml | 12 Stream.junk stream; 30 Stream.junk stream;
|
/external/quake/quake/src/WinQuake/ |
D | gl_test.cpp | 47 plane_t junk; variable 60 junk = trace.plane; in HitPlane() 61 return &junk; in HitPlane()
|
/external/quake/quake/src/QW/client/ |
D | gl_test.c | 47 plane_t junk; variable 60 junk = trace.plane; in HitPlane() 61 return &junk; in HitPlane()
|
/external/libvpx/libvpx/test/ |
D | test_vector_test.cc | 81 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/ |
D | toplevel.ml | 14 Stream.junk stream; 35 Stream.junk stream;
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
D | iexploder.rb | 233 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/ |
D | toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/openssl/crypto/perlasm/ |
D | ppc-xlate.pl | 16 my $junk = shift; 56 my $junk = shift;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|