Searched defs:junk (Results 1 - 9 of 9) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-timer.h103 unsigned long junk; local
109 : "=r" (retval), "=r" (junk));
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c286 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);
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Dkern_mbuf.c806 mb_reclaim(void *junk) argument
820 NOREF(junk);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dshapestr.h90 CARD16 junk B16; /* not used */
106 CARD8 junk; /* not used */ member in struct:_ShapeCombine
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_send.c530 char junk[PACKETSZ]; local
532 n = (len > sizeof(junk)
533 ? sizeof(junk)
535 if ((n = read(s, junk, n)) > 0)
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dshapeproto.h93 CARD16 junk B16; /* not used */
109 CARD8 junk; /* not used */ member in struct:_ShapeCombine
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1249 DWORD junk; local
1252 &DiskLenInfo, sizeof(DiskLenInfo), &junk, (LPOVERLAPPED)NULL))
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp454 PRFileDesc *junk = nsnull; local
459 &junk);
460 if (junk)
461 PR_Close(junk);
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.h427 UINT8 junk[3]; member in struct:s_RxFD

Completed in 83 milliseconds