Home
last modified time | relevance | path

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

12345678910>>...253

/dports/mail/postfix-current/postfix-3.7-20211107/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 …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_174/
H A Dmodel.bin1garbage";i:7;}s:7:"matches";a:1000:{i:1;a:2:{s:6:"weight";s:4:"1272";s:5:"attrs";a:1:{s:7:"garbage
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_174/
H A Dmodel.bin1garbage";i:7;}s:7:"matches";a:1000:{i:1;a:2:{s:6:"weight";s:4:"1272";s:5:"attrs";a:1:{s:7:"garbage
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/LevelConverter/
H A Dlevelconverter.c712 else if(!memcmp(garbage, "CEIL3_3\0\0\0\0\0", 8) || !memcmp(garbage, "GATE1\0\0\0\0\0\0", 8)) in ConvertFlat()
747 strncpy(garbage, "LITER1\0\0", 8); in ConvertFlat()
749 strncpy(garbage, "LITER2\0\0", 8); in ConvertFlat()
751 strncpy(garbage, "LITER3\0\0", 8); in ConvertFlat()
889 char garbage[11]; in ConvertSectors() local
909 garbage[8] = 0; in ConvertSectors()
911 ConvertFlat(garbage); in ConvertSectors()
920 memset(garbage, 0, sizeof(garbage)); in ConvertSectors()
930 garbage[8] = 0; in ConvertSectors()
931 ConvertFlat(garbage); in ConvertSectors()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/type_inet/mysql-test/type_inet/
H A Dtype_inet6_memory.result29 SELECT * FROM t1 WHERE a='garbage';
32 Warning 1292 Incorrect inet6 value: 'garbage'
33 EXPLAIN SELECT * FROM t1 WHERE a='garbage';
37 Warning 1292 Incorrect inet6 value: 'garbage'
45 SELECT * FROM t1 WHERE a>='garbage';
48 Warning 1292 Incorrect inet6 value: 'garbage'
49 EXPLAIN SELECT * FROM t1 WHERE a>='garbage';
65 Warning 1292 Incorrect inet6 value: 'garbage'
70 Warning 1292 Incorrect inet6 value: 'garbage'
81 Warning 1292 Incorrect inet6 value: 'garbage'
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/type_inet/mysql-test/type_inet/
H A Dtype_inet6_memory.result29 SELECT * FROM t1 WHERE a='garbage';
32 Warning 1292 Incorrect inet6 value: 'garbage'
33 EXPLAIN SELECT * FROM t1 WHERE a='garbage';
37 Warning 1292 Incorrect inet6 value: 'garbage'
45 SELECT * FROM t1 WHERE a>='garbage';
48 Warning 1292 Incorrect inet6 value: 'garbage'
49 EXPLAIN SELECT * FROM t1 WHERE a>='garbage';
65 Warning 1292 Incorrect inet6 value: 'garbage'
70 Warning 1292 Incorrect inet6 value: 'garbage'
81 Warning 1292 Incorrect inet6 value: 'garbage'
[all …]
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DDrawGarbage.cxx93 if (garbage.y > GC_SAFE_HEIGHT) continue; in drawGarbage()
97 y = garbage.y * DC_GRID_ELEMENT_LENGTH in drawGarbage()
103 if (garbage.state & GS_AWAKING) { in drawGarbage()
148 if (garbage.pop_color == garbage.flavor) in drawGarbage()
234 garbage.width); in drawGarbage()
268 garbage.width); in drawGarbage()
283 if (garbage.state & GS_SHATTERING) { in drawGarbage()
310 - garbage.alarm + Game::time_step) * garbage.height in drawGarbage()
340 if (garbage.height == 1) {
342 if (garbage.width != 1) {
[all …]
H A DGrid.cxx306 Garbage &garbage = garbageAt(x, y); in shatterGarbage_inline_split_() local
318 shatter_count += garbage.width * garbage.height; in shatterGarbage_inline_split_()
323 grid[garbage.x + w][garbage.y + h].state = GR_SHATTERING; in shatterGarbage_inline_split_()
326 if (garbage.x > 0) in shatterGarbage_inline_split_()
328 shatterGarbage(garbage.x - 1, garbage.y + h, &garbage); in shatterGarbage_inline_split_()
329 if (garbage.x + garbage.width < GC_PLAY_WIDTH) in shatterGarbage_inline_split_()
331 shatterGarbage(garbage.x + garbage.width, garbage.y + h, &garbage); in shatterGarbage_inline_split_()
332 if (garbage.y > 1) in shatterGarbage_inline_split_()
334 shatterGarbage(garbage.x + w, garbage.y - 1, &garbage); in shatterGarbage_inline_split_()
335 if (garbage.y + garbage.height < GC_PLAY_HEIGHT) in shatterGarbage_inline_split_()
[all …]
H A DCommunicator.h70 BufferElement garbage[GC_GARBAGE_QUEUE_SIZE];
144 send_buffer.garbage[send_buffer.count].height = height; in sendGarbage()
145 send_buffer.garbage[send_buffer.count].width = width; in sendGarbage()
218 work_buffer.garbage[i].time_stamp = htonl(buffer.garbage[i].time_stamp); in commSend()
219 work_buffer.garbage[i].height = htonl(buffer.garbage[i].height); in commSend()
220 work_buffer.garbage[i].width = htonl(buffer.garbage[i].width); in commSend()
221 work_buffer.garbage[i].flavor = htonl(buffer.garbage[i].flavor); in commSend()
237 buffer.garbage[i].time_stamp = ntohl(work_buffer.garbage[i].time_stamp); in commRecv()
238 buffer.garbage[i].height = ntohl(work_buffer.garbage[i].height); in commRecv()
239 buffer.garbage[i].width = ntohl(work_buffer.garbage[i].width); in commRecv()
[all …]
/dports/editors/jupp/jupp/syntax/
H A Ddiff.jsf.in35 * garbage recolor=-1
42 :garbage Garbage
43 * garbage strings
97 * garbage
102 * garbage recolor=-1
107 * garbage recolor=-1
164 * garbage recolormark
199 * garbage recolor=-3
204 * garbage recolor=-3
209 * garbage recolor=-3
[all …]
/dports/editors/joe/joe-4.6/syntax/
H A Ddiff.jsf36 * garbage recolor=-1
43 :garbage Garbage
44 * garbage strings
98 * garbage
103 * garbage recolor=-1
108 * garbage recolor=-1
165 * garbage recolormark
200 * garbage recolor=-3
205 * garbage recolor=-3
210 * garbage recolor=-3
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/result/
H A Dent9.rde20 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
25 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
30 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
35 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
40 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
45 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
50 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
55 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
60 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
65 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
H A Dent9.rdr11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
H A Dent9.sax28 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
H A Dent9.sax228 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/result/
H A Dent9.rdr11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
H A Dent9.rde20 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
25 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
30 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
35 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
40 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
45 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
50 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
55 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
60 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
65 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
H A Dent9.sax28 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
H A Dent9.sax228 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/dports/devel/libpeak/libpeak-0.1.2/doc/latex/
H A Dgroup__garbage.tex22 typedef \_\-\_\-peak\_\-garbage $\ast$ \hyperlink{group__garbage_ga0}{peak\_\-garbage}}
46 \index{garbage@{garbage}!peak_garbage_collect@{peak\_\-garbage\_\-collect}}
47 \index{peak_garbage_collect@{peak\_\-garbage\_\-collect}!garbage@{garbage}}
62 \index{garbage@{garbage}!peak_garbage_create@{peak\_\-garbage\_\-create}}
63 \index{peak_garbage_create@{peak\_\-garbage\_\-create}!garbage@{garbage}}
68 Create a garbage object.
78 \index{garbage@{garbage}!peak_garbage_get_collected_count@{peak\_\-garbage\_\-get\_\-collected\_\-c…
79 \index{peak_garbage_get_collected_count@{peak\_\-garbage\_\-get\_\-collected\_\-count}!garbage@{gar…
94 \index{garbage@{garbage}!peak_garbage_vacuum@{peak\_\-garbage\_\-vacuum}}
95 \index{peak_garbage_vacuum@{peak\_\-garbage\_\-vacuum}!garbage@{garbage}}
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/result/noent/
H A Dent9.sax227 SAX.characters( WE need lot of garbage now to, 50)
32 SAX.characters( WE need lot of garbage now to, 50)
37 SAX.characters( WE need lot of garbage now to, 50)
42 SAX.characters( WE need lot of garbage now to, 50)
47 SAX.characters( WE need lot of garbage now to, 50)
52 SAX.characters( WE need lot of garbage now to, 50)
57 SAX.characters( WE need lot of garbage now to, 50)
62 SAX.characters( WE need lot of garbage now to, 50)
67 SAX.characters( WE need lot of garbage now to, 50)
72 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/result/noent/
H A Dent9.sax227 SAX.characters( WE need lot of garbage now to, 50)
32 SAX.characters( WE need lot of garbage now to, 50)
37 SAX.characters( WE need lot of garbage now to, 50)
42 SAX.characters( WE need lot of garbage now to, 50)
47 SAX.characters( WE need lot of garbage now to, 50)
52 SAX.characters( WE need lot of garbage now to, 50)
57 SAX.characters( WE need lot of garbage now to, 50)
62 SAX.characters( WE need lot of garbage now to, 50)
67 SAX.characters( WE need lot of garbage now to, 50)
72 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/dports/devel/libe/e-releases-0.11.0/
H A Dgarbage_collector.cc42 static bool heap_cmp(const garbage& lhs, const garbage& rhs);
64 class garbage_collector::garbage class in garbage_collector
67 garbage() in garbage() function in garbage_collector::garbage
71 garbage(const garbage& other) in garbage() function in garbage_collector::garbage
79 garbage& operator = (const garbage& rhs) in operator =()
90 garbage* next;
149 garbage* tmp = gc; in ~garbage_collector()
194 garbage* g = new garbage(node->heap[i]); in deregister_thread()
318 tsn->heap.push_back(garbage(gc->timestamp, gc, free_ptr<garbage>)); in quiescent_state()
359 garbage* g(new garbage(UINT64_MAX, ptr, func)); in collect()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/quests/locklake/
H A Dcleanup_eggs.uc106 garbage = [garbage, pos->find_nearby(SHAPE_GARBAGE, 50, MASK_NONE)];
108 garbage = [garbage, pos->find_nearby(SHAPE_DIAPER, 50, MASK_NONE)];
110 garbage = [garbage, pos->find_nearby(SHAPE_ANCHOR, 50, MASK_NONE)];
112 garbage = [garbage, pos->find_nearby(SHAPE_CHAIR, 50, MASK_NONE)];
114 garbage = [garbage, pos->find_nearby(SHAPE_FOOD, 50, MASK_NONE)];
116 garbage = [garbage, pos->find_nearby(SHAPE_TOP, 50, MASK_NONE)];
117 garbage = [garbage, pos->find_nearby(SHAPE_HOOD, 50, MASK_NONE)];
118 garbage = [garbage, pos->find_nearby(SHAPE_PANTS, 50, MASK_NONE)];
119 garbage = [garbage, pos->find_nearby(SHAPE_CLOTH, 50, MASK_NONE)];
121 garbage = [garbage, pos->find_nearby(SHAPE_BODIES_3, 50, MASK_NONE)];
[all …]

12345678910>>...253