Home
last modified time | relevance | path

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

12345678910>>...23

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_trunc.in2 garbage garbage garbage garbage garbage garbage garbage garbage garbage
3 garbage garbage garbage garbage garbage garbage garbage garbage garbage
4 garbage garbage garbage garbage garbage garbage garbage garbage garbage
5 garbage garbage garbage garbage garbage garbage garbage garbage garbage
6 garbage garbage garbage garbage garbage garbage garbage garbage garbage
7 garbage garbage garbage garbage garbage garbage garbage garbage garbage
8 garbage garbage garbage garbage garbage garbage garbage garbage garbage
9 garbage garbage garbage garbage garbage garbage garbage garbage garbage
10 garbage garbage garbage garbage garbage garbage garbage garbage garbage
11 garbage garbage garbage garbage garbage garbage garbage garbage garbage
[all …]
H A Dmime_trunc.ref1 …exceeds safety limit: Header: ??garbage garbage garbage garbage garbage garbage garbage garbage ga…
3 garbage garbage garbage garbage garbage garbage garbage garbage garbage
4 garbage garbage garbage garbage garbage garbage garbage garbage garbage
5 garbage garbage garbage garbage garbage garbage garbage garbage garbage
6 garbage garbage garbage garbage garbage garbage garbage garbage garbage
7 garbage garbage garbage garbage garbage garbage garbage garbage garbage
8 garbage garbage garbage garbage garbage garbage garbage garbage garbage
9 garbage garbage garbage garbage garbage garbage garbage garbage garbage
10 garbage garbage garbage garbage garbage garbage garbage garbage garbage
11 garbage garbage garbage garbage garbage garbage garbage garbage garbage
[all …]
H A Dmime_garb3.ref11 mime_state: garbage in primary header
22 mime_state: garbage in multipart header
35 mime_state: garbage in nested header
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A Dcert-key-cert.pem1 Some garbage at the beginning
30 Some garbage in the middle
60 More garbage in the middle
90 Some garbage at the end
/netbsd-src/tests/lib/libc/sys/
H A Dt_msync.c51 msync_sync(const char *garbage, int flags) in msync_sync() argument
96 len = strlen(garbage); in msync_sync()
97 rv = write(fd, garbage, len); in msync_sync()
113 if (memcmp(map + off, garbage, len) != 0) { in msync_sync()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst12 supports garbage collection. **Note that LLVM itself does not provide a
13 garbage collector.** You must provide your own.
46 * Use the memory allocation routines provided by your garbage collector's
82 and maintain. Many programming languages rely on garbage collection for
83 automatic memory management. There are two primary forms of garbage collection:
86 Conservative garbage collection often does not require any special support from
93 Accurate garbage collection requires the ability to identify all pointers in the
99 Conservative garbage collection is attractive because it does not require any
101 conservative garbage collector cannot *know* that a particular word in the
106 conservative garbage collectors (though these seem rare in practice).
[all …]
H A DLexicon.rst82 A pointer to the interior of an object, such that a garbage collector is
143 In garbage collection, the region of memory which is managed using
215 A pointer to an object such that the garbage collector is able to trace
254 In garbage collection, a pointer variable lying outside of the `heap`_ from
268 In garbage collection, it is necessary to identify `stack roots`_ so that
303 In garbage collection, metadata emitted by the code generator which
H A DStatepoints.rst12 This document describes a set of extensions to LLVM to support garbage
23 LLVM still supports an alternate mechanism for conservative garbage collection
32 To collect dead objects, garbage collectors must be able to identify
47 collector. Given this, a garbage collector can not safely rely on the
49 with. If the garbage collector wishes to move any object, the
54 most garbage collectors are organized in terms of three abstractions:
66 barrier is to update a 'card table' in a generational garbage
103 suitable for representing a garbage collected reference to an object. In
137 manner where the possible updates performed by the garbage collector are
154 garbage collected objects.
[all …]
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-tcp-connect-error.c47 const char garbage[] = in TEST_IMPL() local
54 garbage_addr = (const struct sockaddr_in*) &garbage; in TEST_IMPL()
H A Dtest-tcp-connect6-error.c45 const char garbage[] = in TEST_IMPL() local
52 garbage_addr = (const struct sockaddr_in6*) &garbage; in TEST_IMPL()
H A Dtest-tcp-bind6-error.c101 char garbage[] = in TEST_IMPL() local
110 garbage_addr = (struct sockaddr_in6*) &garbage; in TEST_IMPL()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgty.texi12 source code and using this information to perform garbage collection and
19 that are allocated under control of the garbage collector must be
20 marked. All global variables that hold pointers to garbage-collected
24 scalar. Complex data structures must be allocated in garbage-collected
102 * Invoking the garbage collector:: How to invoke the garbage collector.
271 called on that variable between the mark and sweep phases of garbage
279 garbage collection runs, there's no need to mark anything pointed to
461 The garbage collector supports types for which no automatic marking
463 three functions: one to act as a marker for garbage collection, and
577 the global variables (@dfn{roots}) that the garbage collector starts
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgty.texi12 source code and using this information to perform garbage collection and
19 that are allocated under control of the garbage collector must be
20 marked. All global variables that hold pointers to garbage-collected
24 scalar. Complex data structures must be allocated in garbage-collected
94 * Invoking the garbage collector:: How to invoke the garbage collector.
254 called on that variable between the mark and sweep phases of garbage
262 garbage collection runs, there's no need to mark anything pointed to
444 The garbage collector supports types for which no automatic marking
446 three functions: one to act as a marker for garbage collection, and
560 the global variables (@dfn{roots}) that the garbage collector starts
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv15 0,server port bad syntax: leading garbage, -section,, -server,_SERVER_HOST:x/+80,,,,,BLANK,,,,BLANK…
16 0,server port bad synatx: trailing garbage, -section,, -server,_SERVER_HOST:_SERVER_PORT+/x.,,,,,BL…
20 0,proxy port bad syntax: leading garbage, -section,, -server,_SERVER_HOST:_SERVER_PORT, -proxy,127.…
/netbsd-src/games/warp/
H A Dterm.c324 int garbage = 0; in mac_line() local
341 garbage = (*s & KM_GMASK) << KM_GSHIFT; in mac_line()
344 garbage = 0; in mac_line()
351 curmap->km_type[ch] = KM_KEYMAP + garbage; in mac_line()
360 curmap->km_type[ch] = KM_STRING + garbage; in mac_line()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Djs_objgc_example.txt3 This script reports on the garbage collection of Java objects. That is it
6 when garbage collection is not working correctly, as this can cause the
223 Just after time 23:00:10, garbage collection fired cleaning up many objects.
229 of object creation it can take over ten minutes for garbage collect to kick in.
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Djs_objgc_example.txt3 This script reports on the garbage collection of Java objects. That is it
6 when garbage collection is not working correctly, as this can cause the
223 Just after time 23:00:10, garbage collection fired cleaning up many objects.
229 of object creation it can take over ten minutes for garbage collect to kick in.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmemory97 * Utilities to assist with garbage collection in an implementation
110 /// Inform a garbage collector that an object is still in use.
119 /// Inform a garbage collector that a region of memory need not be traced.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-modes.def48 unspecified garbage in the Carry flag. This mode is used
52 unspecified garbage in the Carry and Overflow flag. This
56 Add CCGZ to indicate comparisons that allow unspecified garbage
/netbsd-src/external/gpl3/gcc.old/dist/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
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp235 char *garbage = internal_strstr(buffer + 1, output_terminator_); in ReadFromSymbolizer() local
238 CHECK(garbage); in ReadFromSymbolizer()
240 garbage[0] = '\0'; in ReadFromSymbolizer()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A DREADME.md39 strings. Moreover, such a data structure need not be garbage collected.
88 without bounds and must garbage collect under-used entries. The garbage
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc283 char *garbage = internal_strstr(buffer + 1, output_terminator_); in ReadFromSymbolizer() local
286 CHECK(garbage); in ReadFromSymbolizer()
288 garbage[0] = '\0'; in ReadFromSymbolizer()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc285 char *garbage = internal_strstr(buffer + 1, output_terminator_); in ReadFromSymbolizer() local
288 CHECK(garbage); in ReadFromSymbolizer()
290 garbage[0] = '\0'; in ReadFromSymbolizer()
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dt.bug12 # prints garbage if no $3

12345678910>>...23