Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 25 of 64) sorted by relevance

123

/dragonfly/tools/regression/bin/sh/builtins/
H A Dtrap3.04 trap '' garbage && exit 3
5 trap - garbage && exit 3
6 trap true garbage && exit 3
H A Dtrap8.06 test -n "$(trap true garbage TERM 2>/dev/null || trap)" || exit 3
/dragonfly/usr.sbin/ppp/
H A Ddeflate.c51 static char garbage[10]; variable
328 state->cx.next_out = garbage; in DeflateInput()
329 state->cx.avail_out = sizeof garbage; in DeflateInput()
375 state->cx.next_out = garbage; in DeflateDictSetup()
376 state->cx.avail_out = sizeof garbage; in DeflateDictSetup()
421 state->cx.next_out = garbage; in DeflateDictSetup()
422 state->cx.avail_out = sizeof garbage; in DeflateDictSetup()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi13 source code and using this information to perform garbage collection and
20 allocated under control of the garbage collector must be marked. All
21 global variables that hold pointers to garbage-collected memory must
25 Complex data structures must be allocated in garbage-collected memory
72 * Invoking the garbage collector:: How to invoke the garbage collector.
271 in a hash table. If garbage collection marks the hash table, these
535 @node Invoking the garbage collector
536 @section How to invoke the garbage collector
537 @cindex garbage collector, invocation
563 @section Troubleshooting the garbage collector
[all …]
H A Dobjc.texi356 garbage collector because the objects are allocated using the typed
591 Support for garbage collection with the GNU runtime has been added by
592 using a powerful conservative garbage collector, known as the
593 Boehm-Demers-Weiser conservative garbage collector.
598 which has several enhancements to support the garbage collector. The
600 the non-garbage-collected library.
602 When the garbage collector is used, the objects are allocated using the
610 reference. Such a pointer is basically hidden for the garbage collector;
/dragonfly/stand/boot/pc32/boot2/
H A Dsio.S64 sio_flush: movb $1,%ch # let %cl be garbage
75 # to contain garbage.
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386-modes.def47 unspecified garbage in the Carry flag. This mode is used
51 unspecified garbage in the Carry and Overflow flag. This
55 Add CCGZ to indicate comparisons that allow unspecified garbage
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386-modes.def47 unspecified garbage in the Carry flag. This mode is used
51 unspecified garbage in the Carry and Overflow flag. This
/dragonfly/usr.sbin/lpr/common_source/
H A Ddisplayq.c71 static int garbage; /* # of garbage cf files */ variable
295 if (pp->remote || garbage || strcmp(cf, current)) in inform()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-config-lang.in23 # files used by C that have garbage collection GTY macros in them
H A Dtreestruct.def30 union tree_node for garbage collection purposes, as well as
H A Dtimevar.def49 /* Time spent garbage-collecting. */
50 DEFTIMEVAR (TV_GC , "garbage collection")
H A Dconfig.in93 /* Define if you want the garbage collector to operate in maximally paranoid
94 mode, validating the entire heap and collecting garbage at every
101 /* Define if you want the garbage collector to do object poisoning and other
1199 /* Define if your linker supports garbage collection of sections in presence
1206 /* Define if your linker has buggy garbage collection of sections support when
H A Dparams.def553 …"Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the he…
558 "Minimum heap size before we start collecting garbage, in kilobytes",
642 least amount of garbage for allocating the TREE_VEC storage. */
/dragonfly/contrib/binutils-2.27/gas/
H A DREADME5 garbage lying around that will be cleaned up in time. Documentation
144 label: The .word will (instead of containing garbage, or giving an
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtreestruct.def30 union tree_node for garbage collection purposes, as well as
H A Dtimevar.def55 /* Time spent garbage-collecting. */
56 DEFTIMEVAR (TV_GC , "garbage collection")
H A Dparams.def596 …"Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the he…
601 "Minimum heap size before we start collecting garbage, in kilobytes.",
700 least amount of garbage for allocating the TREE_VEC storage. */
/dragonfly/contrib/file/magic/Magdir/
H A Dapple400 # device type 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
402 # device id 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
404 # driver data 0 (2425393296 garbage for super_grub2_disk_hybrid_2.02s3.iso)
408 # (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
H A Ddatabase392 # dBASE III DBT without version, dBASE IV DBT , FoxPro FPT , or many ZIP , DBF garbage
394 # unusual dBASE III DBT like angest.dbt, dBASE IV DBT with block size 0 , FoxPro FPT , or garbage
396 # FoxPro FPT , unusual dBASE III DBT like biblio.dbt or garbage
406 # dBASE III DBT , garbage
415 # dBASE III DBT like angest.dbt, or garbage PCX DBF
H A Dandroid149 # garbage value implies end of pit entries
H A Damigaos19 >>48 byte 5 garbage icon
/dragonfly/sys/contrib/dev/acpica/source/tools/acpisrc/
H A Dasremove.c421 lines of code, producing some garbage.
/dragonfly/contrib/xz/
H A DNEWS129 try to print an uninitialized string and thus produce garbage
131 a command won't try to interpret the garbage output.
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-msp430.texi309 this reloc is not sufficient to prevent garbage collection; use a

123