Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 25 of 5538) sorted by relevance

12345678910>>...222

/dports/multimedia/handbrake/ffmpeg-4.4/tests/ref/fate/
H A Dimgutils57 …2 32 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 0, total_size: 4608
58 …0 0 0, plane_sizes: 6144 0 0 0, plane_offsets: 0 0 0, total_size: 6144
59 …0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 0, total_size: 9216
60 …0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 0, total_size: 9216
61 …2 32 0, plane_sizes: 3072 1536 1536 0, plane_offsets: 3072 1536 0, total_size: 6144
62 …4 64 0, plane_sizes: 3072 3072 3072 0, plane_offsets: 3072 3072 0, total_size: 9216
63 …6 16 0, plane_sizes: 3072 192 192 0, plane_offsets: 3072 192 0, total_size: 3456
64 …6 16 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 0, total_size: 4608
65 …0 0 0, plane_sizes: 3072 1024 0 0, plane_offsets: 3072 0 0, total_size: 4096
66 … 0 0 0, plane_sizes: 384 0 0 0, plane_offsets: 0 0 0, total_size: 384
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/ref/fate/
H A Dimgutils57 …2 32 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 0, total_size: 4608
58 …0 0 0, plane_sizes: 6144 0 0 0, plane_offsets: 0 0 0, total_size: 6144
59 …0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 0, total_size: 9216
60 …0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 0, total_size: 9216
61 …2 32 0, plane_sizes: 3072 1536 1536 0, plane_offsets: 3072 1536 0, total_size: 6144
62 …4 64 0, plane_sizes: 3072 3072 3072 0, plane_offsets: 3072 3072 0, total_size: 9216
63 …6 16 0, plane_sizes: 3072 192 192 0, plane_offsets: 3072 192 0, total_size: 3456
64 …6 16 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 0, total_size: 4608
65 …0 0 0, plane_sizes: 3072 1024 0 0, plane_offsets: 3072 0 0, total_size: 4096
66 … 0 0 0, plane_sizes: 384 0 0 0, plane_offsets: 0 0 0, total_size: 384
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/ref/fate/
H A Dimgutils57 …2 32 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 0, total_size: 4608
58 …0 0 0, plane_sizes: 6144 0 0 0, plane_offsets: 0 0 0, total_size: 6144
59 …0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 0, total_size: 9216
60 …0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 0, total_size: 9216
61 …2 32 0, plane_sizes: 3072 1536 1536 0, plane_offsets: 3072 1536 0, total_size: 6144
62 …4 64 0, plane_sizes: 3072 3072 3072 0, plane_offsets: 3072 3072 0, total_size: 9216
63 …6 16 0, plane_sizes: 3072 192 192 0, plane_offsets: 3072 192 0, total_size: 3456
64 …6 16 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 0, total_size: 4608
65 …0 0 0, plane_sizes: 3072 1024 0 0, plane_offsets: 3072 0 0, total_size: 4096
66 … 0 0 0, plane_sizes: 384 0 0 0, plane_offsets: 0 0 0, total_size: 384
[all …]
/dports/devel/p5-Devel-Size/Devel-Size-0.83/t/
H A Drecurse.t33 my $ptr_size = total_size($array) - total_size( [] ) - total_size(1) * 2;
54 is (total_size($hash),
55 total_size( { a => undef } ) + total_size(1) - total_size($undef),
68 my $hash_size = total_size($hash) - total_size(1);
73 my $pvnv_size = total_size(\$hash->{a}) - total_size([]);
75 my $ref_size = total_size(\\1) - total_size(1);
121 is (total_size($hash->{a}), total_size([]), '[] vs. []');
136 is (total_size([0..$size]), total_size( $hash->{a} ), "hash element vs. array");
140 isnt (total_size(\[0..$size]), total_size( \$hash->{a} ), "[0..size] vs PVNV");
189 my $scalar_size = total_size(1) * (1+$size) + total_size($undef) * 1 + $ptr_size
[all …]
H A Dbasic.t16 ['no', total_size(1 == 0)],
17 ['yes', total_size(1 == 1)],
47 cmp_ok(total_size($x), '<', total_size($y), 'total_size() of strings');
52 my $size_1 = total_size(\@x);
53 my $size_2 = total_size(\@y);
81 cmp_ok(total_size(\@ary1), '<', total_size(\@ary2),
89 is (total_size($c1), total_size($c2), 'circular references');
97 cmp_ok(total_size(\&total_size), '>', 0, 'total_size(\&total_size) > 0');
119 is(total_size($a), total_size([]),
145 my $one = total_size([keys %h]);
[all …]
H A Dcode.t33 my $whack_size = total_size(\&whack);
34 my $zwapp_size = total_size(\&zwapp);
35 my $swoosh_size = total_size(\&swoosh);
36 my $crunch_size = total_size(\&crunch);
52 my $anon_size = total_size(sub {});
73 my $short_pvop = total_size(sub {goto GLIT});
85 my $before_size = total_size(\&bloop);
87 my $after_size = total_size(\&bloop);
127 $crunch_size = total_size(\&crunch);
128 my $two_lex_size = total_size(\&two_lex);
[all …]
/dports/databases/galera26/galera-release_26.4.10/galera/tests/
H A Dkey_set_check.cpp63 total_size = GU_ALIGN(total_size, alignment); in test_ver()
80 total_size = GU_ALIGN(total_size, alignment); in test_ver()
82 total_size = GU_ALIGN(total_size, alignment); in test_ver()
92 total_size = GU_ALIGN(total_size, alignment); in test_ver()
103 total_size = GU_ALIGN(total_size, alignment); in test_ver()
116 total_size = GU_ALIGN(total_size, alignment); in test_ver()
174 total_size = GU_ALIGN(total_size, alignment); in test_ver()
176 total_size = GU_ALIGN(total_size, alignment); in test_ver()
188 total_size = GU_ALIGN(total_size, alignment); in test_ver()
263 total_size = GU_ALIGN(total_size, alignment); in test_ver()
[all …]
/dports/databases/galera/galera-release_25.3.35/galera/tests/
H A Dkey_set_check.cpp63 total_size = GU_ALIGN(total_size, alignment); in test_ver()
80 total_size = GU_ALIGN(total_size, alignment); in test_ver()
82 total_size = GU_ALIGN(total_size, alignment); in test_ver()
92 total_size = GU_ALIGN(total_size, alignment); in test_ver()
103 total_size = GU_ALIGN(total_size, alignment); in test_ver()
116 total_size = GU_ALIGN(total_size, alignment); in test_ver()
165 total_size = GU_ALIGN(total_size, alignment); in test_ver()
167 total_size = GU_ALIGN(total_size, alignment); in test_ver()
179 total_size = GU_ALIGN(total_size, alignment); in test_ver()
219 total_size = GU_ALIGN(total_size, alignment); in test_ver()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfb_sys_fops.c22 unsigned long total_size; in fb_sys_read() local
29 if (total_size == 0) in fb_sys_read()
32 if (p >= total_size) in fb_sys_read()
35 if (count >= total_size) in fb_sys_read()
36 count = total_size; in fb_sys_read()
39 count = total_size - p; in fb_sys_read()
62 unsigned long total_size; in fb_sys_write() local
69 if (total_size == 0) in fb_sys_write()
72 if (p > total_size) in fb_sys_write()
77 count = total_size; in fb_sys_write()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfb_sys_fops.c22 unsigned long total_size; in fb_sys_read() local
29 if (total_size == 0) in fb_sys_read()
32 if (p >= total_size) in fb_sys_read()
35 if (count >= total_size) in fb_sys_read()
36 count = total_size; in fb_sys_read()
39 count = total_size - p; in fb_sys_read()
62 unsigned long total_size; in fb_sys_write() local
69 if (total_size == 0) in fb_sys_write()
72 if (p > total_size) in fb_sys_write()
77 count = total_size; in fb_sys_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfb_sys_fops.c22 unsigned long total_size; in fb_sys_read() local
29 if (total_size == 0) in fb_sys_read()
32 if (p >= total_size) in fb_sys_read()
35 if (count >= total_size) in fb_sys_read()
36 count = total_size; in fb_sys_read()
39 count = total_size - p; in fb_sys_read()
62 unsigned long total_size; in fb_sys_write() local
69 if (total_size == 0) in fb_sys_write()
72 if (p > total_size) in fb_sys_write()
77 count = total_size; in fb_sys_write()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/IMdkit/lib/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/xim/lib/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
60 memset(reply, 0, total_size); in _Xi18nGeometryCallback()
71 total_size); in _Xi18nGeometryCallback()
85 register int total_size; in _Xi18nPreeditStartCallback() local
101 memset(reply, 0, total_size); in _Xi18nPreeditStartCallback()
124 register int total_size; in _Xi18nPreeditDrawCallback() local
195 register int total_size; in _Xi18nPreeditCaretCallback() local
240 register int total_size; in _Xi18nPreeditDoneCallback() local
281 register int total_size; in _Xi18nStatusStartCallback() local
414 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/services/xim/IMdkit/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
85 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
125 register int total_size; in _Xi18nPreeditDrawCallback() local
196 register int total_size; in _Xi18nPreeditCaretCallback() local
241 register int total_size; in _Xi18nPreeditDoneCallback() local
282 register int total_size; in _Xi18nStatusStartCallback() local
323 register int total_size = 0; in _Xi18nStatusDrawCallback() local
417 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/chinese/gcin/gcin-2.9.0/IMdkit/lib/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/chinese/gcin-gtk3/gcin-2.9.0/IMdkit/lib/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/chinese/gcin-qt5/gcin-2.9.0/IMdkit/lib/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/textproc/scim/scim-1.4.9/modules/FrontEnd/IMdkit/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/vietnamese/x-unikey/x-unikey-1.0.4/src/IMdkit/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/japanese/im-ja/im-ja-1.5/src/xim/IMdkit/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/korean/nabi/nabi-f08d7d3/IMdkit/
H A Di18nClbk.c43 register int total_size; in _Xi18nGeometryCallback() local
61 memset (reply, 0, total_size); in _Xi18nGeometryCallback()
86 register int total_size; in _Xi18nPreeditStartCallback() local
103 memset (reply, 0, total_size); in _Xi18nPreeditStartCallback()
126 register int total_size; in _Xi18nPreeditDrawCallback() local
198 register int total_size; in _Xi18nPreeditCaretCallback() local
244 register int total_size; in _Xi18nPreeditDoneCallback() local
286 register int total_size; in _Xi18nStatusStartCallback() local
328 register int total_size = 0; in _Xi18nStatusDrawCallback() local
423 register int total_size; in _Xi18nStatusDoneCallback() local
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/mpl/src/sock/
H A Dmpl_sock.c20 ssize_t total_size, tmp; in MPL_large_writev() local
25 total_size = 0; in MPL_large_writev()
41 total_size = 0; in MPL_large_writev()
58 total_size += tmp; in MPL_large_writev()
59 return total_size; in MPL_large_writev()
61 total_size += tmp; in MPL_large_writev()
64 return total_size; in MPL_large_writev()
70 ssize_t total_size, tmp; in MPL_large_readv() local
75 total_size = 0; in MPL_large_readv()
91 total_size = 0; in MPL_large_readv()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/mpl/src/sock/
H A Dmpl_sock.c20 ssize_t total_size, tmp; in MPL_large_writev() local
25 total_size = 0; in MPL_large_writev()
41 total_size = 0; in MPL_large_writev()
58 total_size += tmp; in MPL_large_writev()
59 return total_size; in MPL_large_writev()
61 total_size += tmp; in MPL_large_writev()
64 return total_size; in MPL_large_writev()
70 ssize_t total_size, tmp; in MPL_large_readv() local
75 total_size = 0; in MPL_large_readv()
91 total_size = 0; in MPL_large_readv()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/mpl/src/sock/
H A Dmpl_sock.c20 ssize_t total_size, tmp; in MPL_large_writev() local
25 total_size = 0; in MPL_large_writev()
41 total_size = 0; in MPL_large_writev()
58 total_size += tmp; in MPL_large_writev()
59 return total_size; in MPL_large_writev()
61 total_size += tmp; in MPL_large_writev()
64 return total_size; in MPL_large_writev()
70 ssize_t total_size, tmp; in MPL_large_readv() local
75 total_size = 0; in MPL_large_readv()
91 total_size = 0; in MPL_large_readv()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpl/src/sock/
H A Dmpl_sock.c20 ssize_t total_size, tmp; in MPL_large_writev() local
25 total_size = 0; in MPL_large_writev()
41 total_size = 0; in MPL_large_writev()
58 total_size += tmp; in MPL_large_writev()
59 return total_size; in MPL_large_writev()
61 total_size += tmp; in MPL_large_writev()
64 return total_size; in MPL_large_writev()
70 ssize_t total_size, tmp; in MPL_large_readv() local
75 total_size = 0; in MPL_large_readv()
91 total_size = 0; in MPL_large_readv()
[all …]

12345678910>>...222