Home
last modified time | relevance | path

Searched refs:tsz (Results 1 – 25 of 1520) sorted by relevance

12345678910>>...61

/dports/devel/upp/upp/examples/PainterExamples/
H A DRadialMaskBlending.cpp6 Size tsz = GetTextSize(txt, Roman(40).Italic()); in RadialMaskBlending() local
9 sw.Move(0, 0).Line(tsz.cx + 20, 0) in RadialMaskBlending()
10 .Line(tsz.cx + 20, tsz.cx + tsz.cy + 20).Line(0, tsz.cx + tsz.cy + 20) in RadialMaskBlending()
11 .Fill(tsz.cx / 2, tsz.cy + tsz.cx / 2, White(), tsz.cx / 2, Black()); in RadialMaskBlending()
13 for(int y = 0; y < tsz.cx; y += tsz.cy) in RadialMaskBlending()
19 sw.Move(0, 0).Line(tsz.cx + 20, 0) in RadialMaskBlending()
20 .Line(tsz.cx + 20, tsz.cx + tsz.cy + 20).Line(0, tsz.cx + tsz.cy + 20) in RadialMaskBlending()
21 .Fill(tsz.cx / 2, tsz.cy + tsz.cx / 2, Black(), tsz.cx / 2, White()); in RadialMaskBlending()
23 for(int y = 0; y < tsz.cx; y += tsz.cy) in RadialMaskBlending()
H A DMaskBlending.cpp6 Size tsz = GetTextSize(txt, Roman(50).Italic()); in MaskBlending() local
9 sw.Move(0, 0).Line(tsz.cx + 20, 0).Line(tsz.cx + 20, tsz.cy + 20).Line(0, tsz.cy + 20) in MaskBlending()
10 .Fill(0, 0, White(), tsz.cx, 0, Black()); in MaskBlending()
16 sw.Move(0, 0).Line(tsz.cx + 20, 0).Line(tsz.cx + 20, tsz.cy + 20).Line(0, tsz.cy + 20) in MaskBlending()
17 .Fill(0, 0, Black(), tsz.cx, 0, White()); in MaskBlending()
/dports/security/vault/vault-1.8.2/vendor/github.com/mholt/archiver/
H A Dtarsz.go33 err := tsz.CheckExt(destination)
37 tsz.wrapWriter()
45 tsz.wrapReader()
51 tsz.wrapReader()
58 tsz.wrapWriter()
59 return tsz.Tar.Create(out)
65 tsz.wrapReader()
66 return tsz.Tar.Open(in, size)
73 tsz.wrapReader()
77 func (tsz *TarSz) wrapWriter() {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/mholt/archiver/
H A Dtarsz.go33 err := tsz.CheckExt(destination)
37 tsz.wrapWriter()
45 tsz.wrapReader()
51 tsz.wrapReader()
58 tsz.wrapWriter()
59 return tsz.Tar.Create(out)
65 tsz.wrapReader()
66 return tsz.Tar.Open(in, size)
73 tsz.wrapReader()
77 func (tsz *TarSz) wrapWriter() {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/mholt/archiver/
H A Dtarsz.go33 err := tsz.CheckExt(destination)
37 tsz.wrapWriter()
45 tsz.wrapReader()
51 tsz.wrapReader()
58 tsz.wrapWriter()
59 return tsz.Tar.Create(out)
65 tsz.wrapReader()
66 return tsz.Tar.Open(in, size)
73 tsz.wrapReader()
77 func (tsz *TarSz) wrapWriter() {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/mholt/archiver/
H A Dtarsz.go33 err := tsz.CheckExt(destination)
37 tsz.wrapWriter()
45 tsz.wrapReader()
51 tsz.wrapReader()
58 tsz.wrapWriter()
59 return tsz.Tar.Create(out)
65 tsz.wrapReader()
66 return tsz.Tar.Open(in, size)
73 tsz.wrapReader()
77 func (tsz *TarSz) wrapWriter() {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mholt/archiver/v3/
H A Dtarsz.go33 err := tsz.CheckExt(destination)
37 tsz.wrapWriter()
45 tsz.wrapReader()
51 tsz.wrapReader()
58 tsz.wrapWriter()
59 return tsz.Tar.Create(out)
65 tsz.wrapReader()
66 return tsz.Tar.Open(in, size)
73 tsz.wrapReader()
77 func (tsz *TarSz) wrapWriter() {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mholt/archiver/v3/
H A Dtarsz.go33 err := tsz.CheckExt(destination)
37 tsz.wrapWriter()
45 tsz.wrapReader()
51 tsz.wrapReader()
58 tsz.wrapWriter()
59 return tsz.Tar.Create(out)
65 tsz.wrapReader()
66 return tsz.Tar.Open(in, size)
73 tsz.wrapReader()
77 func (tsz *TarSz) wrapWriter() {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/mholt/archiver/
H A Dtarsz.go33 err := tsz.CheckExt(destination)
37 tsz.wrapWriter()
45 tsz.wrapReader()
51 tsz.wrapReader()
58 tsz.wrapWriter()
59 return tsz.Tar.Create(out)
65 tsz.wrapReader()
66 return tsz.Tar.Open(in, size)
73 tsz.wrapReader()
77 func (tsz *TarSz) wrapWriter() {
[all …]
/dports/databases/slony1v2/slony1-2.2.10/clustertest/regression/testdatestyles/
H A Dinit_data.sql1 insert into table1(ts, tsz, ds) values ('2006-01-01', '2006-06-01', '2007-01-01');
2 insert into table1(ts, tsz, ds) values ('infinity', 'infinity', now());
3 insert into table1(ts, tsz, ds) values ('-infinity', '-infinity', now());
9 insert into table1 (ts, tsz, ds) values (now(), '2007-03-12 11:05:32.913154 edt', now());
10 insert into table1 (ts, tsz, ds) values (now(), '2007-03-12 10:05:32.913154 est', now());
11 insert into table1 (ts, tsz, ds) values (now(), '2007-03-14 17:39:28.595669 edt', now());
12 insert into table1 (ts, tsz, ds) values (now(), '2007-03-14 16:39:28.595669 est', now());
13 insert into table1 (ts, tsz, ds) values (now(), '2007-03-28 14:45:55.75936 edt', now());
14 insert into table1 (ts, tsz, ds) values (now(), '2007-03-28 13:45:55.75936 est', now());
15 insert into table1 (ts, tsz, ds) values (now(), '2007-03-29 13:35:19.960505 edt', now());
[all …]
/dports/databases/slony1v2/slony1-2.2.10/tests/testdatestyles/
H A Dinit_data.sql1 insert into table1(ts, tsz, ds) values ('2006-01-01', '2006-06-01', '2007-01-01');
2 insert into table1(ts, tsz, ds) values ('infinity', 'infinity', now());
3 insert into table1(ts, tsz, ds) values ('-infinity', '-infinity', now());
9 insert into table1 (ts, tsz, ds) values (now(), '2007-03-12 11:05:32.913154 edt', now());
10 insert into table1 (ts, tsz, ds) values (now(), '2007-03-12 10:05:32.913154 est', now());
11 insert into table1 (ts, tsz, ds) values (now(), '2007-03-14 17:39:28.595669 edt', now());
12 insert into table1 (ts, tsz, ds) values (now(), '2007-03-14 16:39:28.595669 est', now());
13 insert into table1 (ts, tsz, ds) values (now(), '2007-03-28 14:45:55.75936 edt', now());
14 insert into table1 (ts, tsz, ds) values (now(), '2007-03-28 13:45:55.75936 est', now());
15 insert into table1 (ts, tsz, ds) values (now(), '2007-03-29 13:35:19.960505 edt', now());
[all …]
/dports/devel/upp/upp/uppsrc/Draw/
H A DMify.cpp12 ImageBuffer ib(tsz); in Minify()
49 ASSERT(t == b + tsz.cx); in Minify()
55 RGBA *e = t + tsz.cx; in Minify()
63 Buffer<f32x4> b(tsz.cx); in Minify()
66 if(y >= tsz.cy) in Minify()
73 Buffer<f32x4> div(tsz.cx); in Minify()
74 Buffer<f32x4> b(tsz.cx); in Minify()
88 ImageBuffer ib(tsz);
130 if(y >= tsz.cy)
137 Buffer<int> div(tsz.cx);
[all …]
/dports/multimedia/vlc/vlc-3.0.16/extras/package/win32/NSIS/languages/
H A DHungarianExtra.nsh2 ${LangFileString} Name_Section01 "Médialejátszó (szükséges)"
8 ${LangFileString} Name_Section05 "Lemezek lejátszása"
17 "Maga a médialejátszó"
27 "DVD és CD lejátszásának bejegyzése"
31 …"Bejegyzések a helyi menübe (Lejátszás a VLC médialejátszóval és Hozzáadás a VLC lejátszólistájáho…
39 "A VLC médialejátszó és minden összetevőjének eltávolítása"
43 ${LangFileString} ShellAssociation_Play "Lejátszás"
44 ${LangFileString} ContextMenuEntry_PlayWith "Lejátszás a VLC médialejátszóval"
53 ${LangFileString} Action_OnArrivalDVD "DVD film lejátszása"
54 ${LangFileString} Action_OnArrivalAudioCD "Hang CD lejátszása"
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/proc/
H A Dkcore.c318 size_t tsz; in read_kcore() local
359 buffer += tsz; in read_kcore()
360 buflen -= tsz; in read_kcore()
361 *fpos += tsz; in read_kcore()
400 tsz)) { in read_kcore()
409 *fpos += tsz; in read_kcore()
458 *fpos += tsz; in read_kcore()
467 tsz = buflen; in read_kcore()
514 tsz)) { in read_kcore()
533 *fpos += tsz; in read_kcore()
[all …]
H A Dvmcore.c224 size_t tsz; in vmcoredd_copy_dumps() local
239 dst += tsz; in vmcoredd_copy_dumps()
260 size_t tsz; in vmcoredd_mmap_dumps() local
269 tsz)) { in vmcoredd_mmap_dumps()
276 dst += tsz; in vmcoredd_mmap_dumps()
299 size_t tsz; in __read_vmcore() local
318 acc += tsz; in __read_vmcore()
350 acc += tsz; in __read_vmcore()
367 acc += tsz; in __read_vmcore()
581 len += tsz; in mmap_vmcore()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/proc/
H A Dkcore.c318 size_t tsz; in read_kcore() local
359 buffer += tsz; in read_kcore()
360 buflen -= tsz; in read_kcore()
361 *fpos += tsz; in read_kcore()
400 tsz)) { in read_kcore()
409 *fpos += tsz; in read_kcore()
458 *fpos += tsz; in read_kcore()
467 tsz = buflen; in read_kcore()
514 tsz)) { in read_kcore()
533 *fpos += tsz; in read_kcore()
[all …]
H A Dvmcore.c224 size_t tsz; in vmcoredd_copy_dumps() local
239 dst += tsz; in vmcoredd_copy_dumps()
260 size_t tsz; in vmcoredd_mmap_dumps() local
269 tsz)) { in vmcoredd_mmap_dumps()
276 dst += tsz; in vmcoredd_mmap_dumps()
299 size_t tsz; in __read_vmcore() local
318 acc += tsz; in __read_vmcore()
350 acc += tsz; in __read_vmcore()
367 acc += tsz; in __read_vmcore()
581 len += tsz; in mmap_vmcore()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/proc/
H A Dkcore.c318 size_t tsz; in read_kcore() local
359 buffer += tsz; in read_kcore()
360 buflen -= tsz; in read_kcore()
361 *fpos += tsz; in read_kcore()
400 tsz)) { in read_kcore()
409 *fpos += tsz; in read_kcore()
458 *fpos += tsz; in read_kcore()
467 tsz = buflen; in read_kcore()
514 tsz)) { in read_kcore()
533 *fpos += tsz; in read_kcore()
[all …]
H A Dvmcore.c224 size_t tsz; in vmcoredd_copy_dumps() local
239 dst += tsz; in vmcoredd_copy_dumps()
260 size_t tsz; in vmcoredd_mmap_dumps() local
269 tsz)) { in vmcoredd_mmap_dumps()
276 dst += tsz; in vmcoredd_mmap_dumps()
299 size_t tsz; in __read_vmcore() local
318 acc += tsz; in __read_vmcore()
350 acc += tsz; in __read_vmcore()
367 acc += tsz; in __read_vmcore()
581 len += tsz; in mmap_vmcore()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c54 ssize_t z, dsz, hsz, tsz; local
94 tdt = edt; tsz = 0;
103 tsz = edt - tdt;
107 tsz = dsz;
108 tdt -= tsz;
110 dsz -= tsz;
117 z = vcsizeu(hsz) + hsz + vcsizeu(tsz) + tsz + vcsizeu(dsz) + dsz;
125 vcioputu(&io, tsz);
126 vcioputs(&io, tdt, tsz);
160 if((tsz = vciogetu(&io)) < 0 || tsz > vciomore(&io))
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c54 ssize_t z, dsz, hsz, tsz; local
94 tdt = edt; tsz = 0;
103 tsz = edt - tdt;
107 tsz = dsz;
108 tdt -= tsz;
110 dsz -= tsz;
117 z = vcsizeu(hsz) + hsz + vcsizeu(tsz) + tsz + vcsizeu(dsz) + dsz;
125 vcioputu(&io, tsz);
126 vcioputs(&io, tdt, tsz);
160 if((tsz = vciogetu(&io)) < 0 || tsz > vciomore(&io))
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c54 ssize_t z, dsz, hsz, tsz; local
94 tdt = edt; tsz = 0;
103 tsz = edt - tdt;
107 tsz = dsz;
108 tdt -= tsz;
110 dsz -= tsz;
117 z = vcsizeu(hsz) + hsz + vcsizeu(tsz) + tsz + vcsizeu(dsz) + dsz;
125 vcioputu(&io, tsz);
126 vcioputs(&io, tdt, tsz);
160 if((tsz = vciogetu(&io)) < 0 || tsz > vciomore(&io))
[all …]
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/github.com/tsenart/go-tsz/
H A DREADME.md1 # go-tsz
3 * Package tsz implement time-series compression http://www.vldb.org/pvldb/vol8/p1816-teller.pdf in …
5 …//img.shields.io/badge/branch-master-lightgray.svg)](https://github.com/tsenart/go-tsz/tree/master)
6 …atus](https://secure.travis-ci.org/tsenart/go-tsz.svg?branch=master)](https://travis-ci.org/tsenar…
7 …://coveralls.io/repos/tsenart/go-tsz/badge.svg?branch=master&service=github)](https://coveralls.io…
8 …goreportcard.com/badge/github.com/tsenart/go-tsz)](https://goreportcard.com/report/github.com/tsen…
9 …GoDoc](https://godoc.org/github.com/tsenart/go-tsz?status.svg)](http://godoc.org/github.com/tsenar…
13 Package tsz is a fork of [github.com/dgryski/go-tsz](https://github.com/dgryski/go-tsz) that implem…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dbtree_cmp.i37 size_t len, usz, tsz; in __wt_lex_compare() local
41 tsz = tree_item->size; in __wt_lex_compare()
42 len = WT_MIN(usz, tsz); in __wt_lex_compare()
105 return ((usz == tsz) ? 0 : (usz < tsz) ? -1 : 1); in __wt_lex_compare()
141 size_t len, usz, tsz; in __wt_lex_compare_skip() local
145 tsz = tree_item->size; in __wt_lex_compare_skip()
213 return ((usz == tsz) ? 0 : (usz < tsz) ? -1 : 1); in __wt_lex_compare_skip()
249 size_t len, usz, tsz; in __wt_lex_compare_short() local
253 tsz = tree_item->size; in __wt_lex_compare_short()
254 len = WT_MIN(usz, tsz); in __wt_lex_compare_short()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dhashmap.h159 tsz(initial_size), in hashmap()
175 tsz(m.tsz), in hashmap()
178 tab (m.tsz) in hashmap()
268 h0 = (h0 + 1) % tsz; in resize()
286 if (sz > tsz*ld) resize(); in put()
317 if (sz > tsz*ld) resize(); in put()
348 if (sz > tsz*ld) resize(); in put()
492 h0 = (h0 + 1) % tsz; in find()
524 h0 = (h0 + 1) % tsz; in find()
558 h0 = (h0 + 1) % tsz; in find()
[all …]

12345678910>>...61