/external/valgrind/main/memcheck/tests/amd64/ |
xor-undef-amd64.c | 10 char* junk = malloc(48); local 11 assert(junk); 22 : : "r"(junk) : "r8", "rax", "cc" 31 : : "r"(junk) : "r8", "rax", "cc" 46 : : "r"(junk) : "mm7", "mm0", "cc", "memory" 58 : : "r"(junk) : "mm7", "mm0", "cc", "memory" 73 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" 85 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" 100 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory" 112 : : "r"(junk) : "rax", "xmm8", "xmm0", "cc", "memory [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
xor-undef-x86.c | 10 char* junk = malloc(48); local 11 assert(junk); 22 : : "r"(junk) : "edi", "eax", "cc" 31 : : "r"(junk) : "edi", "eax", "cc" 47 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory" 60 : : "r"(junk) : "esi", "mm7", "mm0", "cc", "memory" 77 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" 91 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" 108 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory" 122 : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory [all...] |
/external/qemu-pc-bios/bochs/bios/ |
makesym.perl | 23 ($name[0], $junk, $addr[0], $junk, $name[1], $junk, $addr[1]) = @F;
|
/bionic/libm/ia64/ |
_fpmath.h | 40 unsigned long junk :48; member in struct:IEEEl2bits::__anon610 42 unsigned long junk :48;
|
/bionic/libm/i386/ |
_fpmath.h | 36 unsigned int junk :16; member in struct:IEEEl2bits::__anon608
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toplevel.ml | 12 Stream.junk stream; 30 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toplevel.ml | 14 Stream.junk stream; 35 Stream.junk stream;
|
/frameworks/base/services/java/com/android/server/ |
DiskStatsService.java | 48 byte[] junk = new byte[512]; 49 for (int i = 0; i < junk.length; i++) junk[i] = (byte) i; // Write nonzero bytes 58 fos.write(junk);
|
/external/v8/test/mjsunit/ |
str-to-num.js | 197 assertTrue(isNaN(toNumber("junk")), "junk"); 198 assertTrue(isNaN(toNumber("100 junk")), "100 junk"); 199 assertTrue(isNaN(toNumber("0x100 junk")), "0x100 junk"); 200 assertTrue(isNaN(toNumber("100.0 junk")), "100.0 junk"); 201 assertTrue(isNaN(toNumber(".1e4 junk")), ".1e4 junk"); [all...] |
/external/bison/djgpp/ |
djunpack.bat | 52 copy top_src.dir junk.tmp > nul
53 if not exist junk.tmp GoTo NoDjTar
54 del junk.tmp
57 copy ext_list.bat junk.tmp > nul
58 if not exist junk.tmp GoTo NoSed
59 del junk.tmp
74 del junk.tmp
78 del junk.tmp
|
/external/clang/test/Index/ |
annotate-tokens-pp.c | 5 NOTHING(more,junk) float WIBBLE(int, float); 60 // CHECK: Identifier: "junk" [5:14 - 5:18]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 15 Stream.junk stream; 45 Stream.junk stream;
|
/external/iproute2/include/ |
libnetlink.h | 35 rtnl_filter_t junk; member in struct:rtnl_dump_filter_arg 43 rtnl_filter_t junk, 48 rtnl_filter_t junk,
|
/external/quake/quake/src/QW/client/ |
gl_test.c | 47 plane_t junk;
variable 60 junk = trace.plane;
61 return &junk;
|
/external/quake/quake/src/WinQuake/ |
gl_test.cpp | 47 plane_t junk;
variable 60 junk = trace.plane;
61 return &junk;
|
/external/netcat/data/ |
showmount.d | 38 000 # port: junk
|
/external/openssl/crypto/perlasm/ |
ppc-xlate.pl | 16 my $junk = shift; 57 my $junk = shift;
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/ |
SDL_dx5audio.c | 251 DWORD cursor, junk; local 257 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor); 294 &junk, &cursor); 341 DWORD cursor, junk; local 347 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor); 351 &junk, &cursor); 376 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0); 380 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0);
|
/external/zlib/examples/ |
gzjoin.c | 286 unsigned char *junk; /* buffer for uncompressed data -- discarded */ local 298 junk = malloc(CHUNK); 305 if (junk == NULL || ret != Z_OK) 327 strm.next_out = junk; 415 free(junk);
|
/external/iproute2/lib/ |
libnetlink.c | 218 if (a->junk) { 219 err = a->junk(&nladdr, h, 262 rtnl_filter_t junk, 266 { .filter = filter, .arg1 = arg1, .junk = junk, .arg2 = arg2 }, 267 { .filter = NULL, .arg1 = NULL, .junk = NULL, .arg2 = NULL } 275 rtnl_filter_t junk, 351 if (junk) { 352 err = junk(&nladdr, h, jarg);
|
/external/icu4c/test/hdrtst/ |
Makefile.in | 73 echo 'void junk(){}' >> ht_$$incfile.cpp ; \ 87 echo 'void junk(){}' >> ht_$$incfile.cpp ; \ 101 echo 'void junk(){}' >> ht_$$incfile.cpp ; \ 102 echo > ht_dep.junk ; \ 103 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \ 106 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \ 111 # < ht_dep.junk && ; \ 124 echo 'void junk(void);' >> ht_$$incfile.c ; \ 125 echo 'void junk(){}' >> ht_$$incfile.c ; \ 141 echo 'void junk(void);' >> hd_$$incfile.c ; [all...] |
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl_lite.cc | 190 char junk[4096]; local 193 int bytes = Read(junk, min(count - skipped, 194 implicit_cast<int>(sizeof(junk))));
|