Home
last modified time | relevance | path

Searched refs:dedup (Results 1 – 25 of 2858) sorted by relevance

12345678910>>...115

/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/stored/
H A Dread.c77 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in do_read_data()
78 jcr->dedup->warn_rehydration_eod(); in do_read_data()
109 if (jcr->dedup) { in do_read_data()
120 jcr->dedup->warn_rehydration_eod(); in do_read_data()
158 wbuf = jcr->dedup->get_msgbuf(); in read_record_cb()
187 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in read_record_cb()
232 if (jcr->dedup) { in read_record_cb()
283 wbuf = jcr->dedup->get_msgbuf(); in mac_record_cb()
321 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
351 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/stored/
H A Dread.c77 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in do_read_data()
78 jcr->dedup->warn_rehydration_eod(); in do_read_data()
109 if (jcr->dedup) { in do_read_data()
120 jcr->dedup->warn_rehydration_eod(); in do_read_data()
158 wbuf = jcr->dedup->get_msgbuf(); in read_record_cb()
187 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in read_record_cb()
232 if (jcr->dedup) { in read_record_cb()
283 wbuf = jcr->dedup->get_msgbuf(); in mac_record_cb()
321 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
351 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/stored/
H A Dread.c77 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in do_read_data()
78 jcr->dedup->warn_rehydration_eod(); in do_read_data()
109 if (jcr->dedup) { in do_read_data()
120 jcr->dedup->warn_rehydration_eod(); in do_read_data()
158 wbuf = jcr->dedup->get_msgbuf(); in read_record_cb()
187 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in read_record_cb()
232 if (jcr->dedup) { in read_record_cb()
283 wbuf = jcr->dedup->get_msgbuf(); in mac_record_cb()
321 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
351 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/stored/
H A Dread.c77 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in do_read_data()
78 jcr->dedup->warn_rehydration_eod(); in do_read_data()
109 if (jcr->dedup) { in do_read_data()
120 jcr->dedup->warn_rehydration_eod(); in do_read_data()
158 wbuf = jcr->dedup->get_msgbuf(); in read_record_cb()
187 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in read_record_cb()
232 if (jcr->dedup) { in read_record_cb()
283 wbuf = jcr->dedup->get_msgbuf(); in mac_record_cb()
321 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
351 if (jcr->dedup && !jcr->dedup->do_flowcontrol_rehydration(1)) { in mac_record_cb()
[all …]
/dports/security/nyx/nyx-2.1.0/nyx/settings/
H A Ddedup.cfg79 dedup.BW READ:
81 dedup.DEBUG flush_chunk_tls(): flushed
82 dedup.DEBUG conn_read_callback(): socket
83 dedup.DEBUG conn_write_callback(): socket
98 dedup.NOTICE Attempt by
99 dedup.NOTICE *Loading relay descriptors.
101 dedup.NOTICE Heartbeat: Tor's uptime is
103 dedup.NOTICE DoS mitigation since startup
105 dedup.WARN You specified a server
108 dedup.WARN Problem bootstrapping. Stuck at
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/manager/
H A Ddedup_test.go14 dedup := testDedupManager(t, nil)
17 if err := dedup.Start(); err != nil {
20 if err := dedup.Stop(); err != nil {
37 if err := dedup.Start(); err != nil {
40 defer dedup.Stop()
44 case <-dedup.UpdateCh():
50 if !dedup.IsLeader(tmpl) {
67 if err := dedup.Start(); err != nil {
70 defer dedup.Stop()
74 case <-dedup.UpdateCh():
[all …]
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Diters.py58 if dedup:
89 def dedup(self): member in _BaseIter
101 for item in self.iterate(closed=closed, copies=copies, dedup=dedup):
125 def iterate(self, closed=False, copies=False, dedup=False): argument
153 item = next_(dedup=dedup)
158 yield next_(dedup=dedup)
176 def next_(self, dedup=False): argument
183 def _next(self, dedup): argument
195 self._dedup = bool(dedup or self._dedup)
233 _BaseIter.__init__(self, points, loop=loop, dedup=dedup, name=name or _points_)
[all …]
/dports/security/masscan/masscan-1.3.2/src/
H A Dmain-dedup.c108 struct DedupTable *dedup; in dedup_create() local
110 dedup = CALLOC(1, sizeof(*dedup)); in dedup_create()
112 return dedup; in dedup_create()
120 dedup_destroy(struct DedupTable *dedup) in dedup_destroy() argument
122 free(dedup); in dedup_destroy()
185 dedup_is_duplicate_ipv6(struct DedupTable *dedup, in dedup_is_duplicate_ipv6() argument
199 bucket = dedup->entries6[hash]; in dedup_is_duplicate_ipv6()
247 bucket = dedup->entries[hash]; in dedup_is_duplicate_ipv4()
292 dedup_is_duplicate(struct DedupTable *dedup, in dedup_is_duplicate() argument
335 struct DedupTable *dedup; in dedup_selftest() local
[all …]
/dports/graphics/libavif/libavif-0.9.3/src/
H A Dwrite.c208 return dedup; in avifItemPropertyDedupCreate()
215 avifFree(dedup); in avifItemPropertyDedupDestroy()
221 avifRWStreamStart(&dedup->s, &dedup->buffer); in avifItemPropertyDedupStart()
306 if (dedup) { in avifEncoderWriteColorProperties()
314 if (dedup) { in avifEncoderWriteColorProperties()
321 if (dedup) { in avifEncoderWriteColorProperties()
328 if (dedup) { in avifEncoderWriteColorProperties()
339 if (dedup) { in avifEncoderWriteColorProperties()
345 if (dedup) { in avifEncoderWriteColorProperties()
352 if (dedup) { in avifEncoderWriteColorProperties()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact.gen.go25 if len(k.blocks) > 0 && !dedup {
46 if dedup {
245 if dedup {
444 if dedup {
643 if dedup {
842 if dedup {
1041 if dedup {
1260 if dedup {
1479 if dedup {
1698 if dedup {
[all …]
H A Dcompact.gen.go.tmpl20 dedup := len(k.merged{{.Name}}Values) != 0
21 if len(k.blocks) > 0 && !dedup {
28 dedup = k.blocks[i].partiallyRead() ||
35 k.merged = k.combine{{.Name}}(dedup)
39 // is true, all the blocks will be decoded, dedup and sorted in in order. If dedup is false,
42 if dedup {
223 if len(k.blocks) > 0 && !dedup {
230 dedup = k.blocks[i].partiallyRead() ||
237 k.merged = k.combine{{.Name}}(dedup)
241 // is true, all the blocks will be decoded, dedup and sorted in in order. If dedup is false,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact.gen.go25 if len(k.blocks) > 0 && !dedup {
46 if dedup {
250 if dedup {
454 if dedup {
658 if dedup {
862 if dedup {
1066 if dedup {
1290 if dedup {
1514 if dedup {
1738 if dedup {
[all …]
H A Dcompact.gen.go.tmpl20 dedup := len(k.merged{{.Name}}Values) != 0
21 if len(k.blocks) > 0 && !dedup {
28 dedup = k.blocks[i].partiallyRead() ||
35 k.merged = k.combine{{.Name}}(dedup)
39 // is true, all the blocks will be decoded, dedup and sorted in in order. If dedup is false,
42 if dedup {
228 if len(k.blocks) > 0 && !dedup {
235 dedup = k.blocks[i].partiallyRead() ||
242 k.merged = k.combine{{.Name}}(dedup)
246 // is true, all the blocks will be decoded, dedup and sorted in in order. If dedup is false,
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact.gen.go25 if len(k.blocks) > 0 && !dedup {
46 if dedup {
250 if dedup {
454 if dedup {
658 if dedup {
862 if dedup {
1066 if dedup {
1290 if dedup {
1514 if dedup {
1738 if dedup {
[all …]
H A Dcompact.gen.go.tmpl20 dedup := len(k.merged{{.Name}}Values) != 0
21 if len(k.blocks) > 0 && !dedup {
28 dedup = k.blocks[i].partiallyRead() ||
35 k.merged = k.combine{{.Name}}(dedup)
39 // is true, all the blocks will be decoded, dedup and sorted in in order. If dedup is false,
42 if dedup {
228 if len(k.blocks) > 0 && !dedup {
235 dedup = k.blocks[i].partiallyRead() ||
242 k.merged = k.combine{{.Name}}(dedup)
246 // is true, all the blocks will be decoded, dedup and sorted in in order. If dedup is false,
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcompact.gen.go20 dedup := len(k.mergedFloatValues) != 0
21 if len(k.blocks) > 0 && !dedup {
35 k.merged = k.combineFloat(dedup)
42 if dedup {
220 if len(k.blocks) > 0 && !dedup {
241 if dedup {
419 if len(k.blocks) > 0 && !dedup {
440 if dedup {
618 if len(k.blocks) > 0 && !dedup {
639 if dedup {
[all …]
H A Dcompact.gen.go.tmpl16 dedup := len(k.merged{{.Name}}Values) != 0
17 if len(k.blocks) > 0 && !dedup {
19 dedup = len(k.blocks[0].tombstones) > 0 || k.blocks[0].partiallyRead()
22 // we need to dedup as there may be duplicate points now
23 for i := 1; !dedup && i < len(k.blocks); i++ {
24 dedup = k.blocks[i].partiallyRead() ||
31 k.merged = k.combine{{.Name}}(dedup)
35 // is true, all the blocks will be decoded, dedup and sorted in in order. If dedup is false,
37 func (k *tsmKeyIterator) combine{{.Name}}(dedup bool) blocks {
38 if dedup {
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/annotations/
H A Devents_processing.ts4 let dedup = [];
10 dedup = map(eventsById, (eventGroup) => {
21 dedup = concat(dedup, events[1]);
22 return dedup;
/dports/devel/texlab/texlab-3.3.0/cargo-crates/string-interner-0.12.2/src/
H A Dinterner.rs54 dedup: HashMap<S, (), ()>, field
67 .field("dedup", &self.dedup) in fmt()
89 dedup: self.dedup.clone(), in clone()
125 dedup: HashMap::default(), in new()
135 dedup: HashMap::with_capacity_and_hasher(cap, ()), in with_capacity()
152 dedup: HashMap::default(), in with_hasher()
162 dedup: HashMap::with_capacity_and_hasher(cap, ()), in with_capacity_and_hasher()
171 self.dedup.len() in len()
190 dedup, in get()
195 dedup in get()
[all …]
/dports/sysutils/modules/modules-4.6.0/script/
H A Dcreatemodule.sh91 dedup() { function
133 added=$(dedup $added $sep)
143 added=$(dedup ${env2[$key]%${env1[$key]}:})
151 added=$(dedup $added $sep)
164 prepended=$(dedup $prepended $presep)
168 appended=$(dedup $appended $appsep)
210 echo -e "prepend-path\t${key}\t"$(dedup ${env2[$key]})
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/doc/
H A Dsm_dedup.md64 EXPORTER TEXT "dedup"
65 PATH "/data/dedup"
70 DEDUP_CONFIG "dedup"
176 EXPORTER TEXT "dedup"
177 PATH "/data/dedup"
181 DEDUP_CONFIG "dedup"
196 $ cat /data/dedup/host.txt
218 PATH "/data/dedup"
223 DEDUP_CONFIG "dedup"
261 EXPORTER TCP "dedup"
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/test/
H A DtestDedup.sh4 ../bin/bam dedup --in testFiles/testDedup.sam --out results/testDedup.sam --noph 2> results/testDed…
14 cat testFiles/testDedup.sam | ../bin/bam dedup --in - --out results/testDedupStdin.sam --noph 2> re…
27 ../bin/bam dedup --in testFiles/testDedup.sam --out results/testDedupIncSec.sam --excludeFlags 0xA0…
40 ../bin/bam dedup --in testFiles/testDedup.sam --out results/testDedupIncSup.sam --excludeFlags 0x30…
53 ../bin/bam dedup --recab --in testFiles/testDedup.sam --out results/testDedupRecab.sam --refFile te…
75 ../bin/bam dedup --in testFiles/testDedup1.sam --out results/testDedup1.sam --noph 2> results/testD…
84 ../bin/bam dedup --recab --in testFiles/testDedup1.sam --out results/testDedup1Recab.sam --refFile …
106 ../bin/bam dedup --in testFiles/testDedup2.sam --out results/testDedup2Force.sam --force --noph 2> …
115 ../bin/bam dedup --in testFiles/testDedup2.sam --out results/testDedup2Exclude.sam --excludeFlags 0…
135 ../bin/bam dedup --recab --in testFiles/testDedup2.sam --force --out results/testDedup2ForceRecab.s…
[all …]
/dports/devel/erlang-rebar3_hex/rebar3_hex-2.5.0/src/
H A Drebar3_hex_info.erl59 display(dedup({Deps, []}), [], State).
75 display(dedup({Deps ++ NewDeps, NewListed}), NewListed, State)
124 dedup({Deps, Listed}) -> function
126 dedup(Deps, [name(Dep) || Dep <- Current]).
128 dedup([], _) -> []; function
129 dedup([Dep|Deps], [Name|DepNames]) -> function
131 true -> dedup(Deps, DepNames);
132 false -> [Dep | dedup(Deps, DepNames)]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/shenandoah/
H A DTestStringDedup.java151 int dedup = 0; in verifyDedepString() local
165 dedup++; in verifyDedepString()
169 System.out.println("Dedup: " + dedup + "/" + total + " unique: " + (total - dedup)); in verifyDedepString()
170 return (total - dedup); in verifyDedepString()
/dports/devel/git-lfs/git-lfs-3.0.2/t/
H A Dt-dedup.sh18 result=$(git lfs dedup 2>&1) && true
42 result=$(git lfs dedup 2>&1) && true
66 result=$(git lfs dedup --test 2>&1) && true
77 result=$(git lfs dedup --test 2>&1) && true
99 result=$(git lfs dedup 2>&1) && true

12345678910>>...115