Home
last modified time | relevance | path

Searched refs:MAX_SIZE (Results 1 – 25 of 1932) sorted by relevance

12345678910>>...78

/dports/cad/atlc/atlc-4.6.1/tests/
H A Ddefs.h27 #define MAX_SIZE 40 macro
43 char mhz[MAX_SIZE]; /* Speed in MHz. Note its a string */
44 char cpus[MAX_SIZE]; /* Number of CPUs running */
46 char sysname[MAX_SIZE]; /* System name - got by uname */
47 char nodename[MAX_SIZE]; /* nodename - got via uname */
48 char release[MAX_SIZE]; /* Got via uname, but often wrong */
49 char version[MAX_SIZE]; /* Version of the OS. Sometimes wrong. */
58 char speedup[MAX_SIZE]; /* t1/t2 */
59 char eff[MAX_SIZE]; /* The efficiency - t1/(t2*cpus) */
60 char L1data[MAX_SIZE]; /* Size of level 1 data cache in kb */
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/checkasm/
H A Dopusdsp.c34 #define MAX_SIZE (960) macro
39 LOCAL_ALIGNED(16, float, data0, [MAX_SIZE + 1024]); in test_postfilter()
40 LOCAL_ALIGNED(16, float, data1, [MAX_SIZE + 1024]); in test_postfilter()
54 randomize_float(data0, MAX_SIZE + 1024); in test_postfilter()
57 call_ref(data0 + offset, period, gains, MAX_SIZE); in test_postfilter()
58 call_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter()
62 bench_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter()
74 randomize_float(src, MAX_SIZE); in test_deemphasis()
76 coeff0 = call_ref(dst0, src, coeff0, MAX_SIZE); in test_deemphasis()
77 coeff1 = call_new(dst1, src, coeff1, MAX_SIZE); in test_deemphasis()
[all …]
H A Daudiodsp.c32 #define MAX_SIZE (32 * 128) macro
59 LOCAL_ALIGNED(32, int16_t, v1, [MAX_SIZE]); in checkasm_check_audiodsp()
60 LOCAL_ALIGNED(32, int16_t, v2, [MAX_SIZE]); in checkasm_check_audiodsp()
83 bench_new(v1, v2, MAX_SIZE); in checkasm_check_audiodsp()
104 randomize_int(src, MAX_SIZE, 32, 32); in checkasm_check_audiodsp()
113 bench_new(dst1, src, min, max, MAX_SIZE); in checkasm_check_audiodsp()
117 LOCAL_ALIGNED(32, float, src, [MAX_SIZE]); in checkasm_check_audiodsp()
118 LOCAL_ALIGNED(32, float, dst0, [MAX_SIZE]); in checkasm_check_audiodsp()
119 LOCAL_ALIGNED(32, float, dst1, [MAX_SIZE]); in checkasm_check_audiodsp()
132 randomize_float(src, MAX_SIZE); in checkasm_check_audiodsp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/checkasm/
H A Dopusdsp.c32 #define MAX_SIZE (960) macro
37 LOCAL_ALIGNED(16, float, data0, [MAX_SIZE + 1024]); in test_postfilter()
38 LOCAL_ALIGNED(16, float, data1, [MAX_SIZE + 1024]); in test_postfilter()
52 randomize_float(data0, MAX_SIZE + 1024); in test_postfilter()
55 call_ref(data0 + offset, period, gains, MAX_SIZE); in test_postfilter()
56 call_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter()
60 bench_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter()
72 randomize_float(src, MAX_SIZE); in test_deemphasis()
74 coeff0 = call_ref(dst0, src, coeff0, MAX_SIZE); in test_deemphasis()
75 coeff1 = call_new(dst1, src, coeff1, MAX_SIZE); in test_deemphasis()
[all …]
H A Daudiodsp.c31 #define MAX_SIZE (32 * 128) macro
58 LOCAL_ALIGNED(32, int16_t, v1, [MAX_SIZE]); in checkasm_check_audiodsp()
59 LOCAL_ALIGNED(32, int16_t, v2, [MAX_SIZE]); in checkasm_check_audiodsp()
82 bench_new(v1, v2, MAX_SIZE); in checkasm_check_audiodsp()
103 randomize_int(src, MAX_SIZE, 32, 32); in checkasm_check_audiodsp()
112 bench_new(dst1, src, min, max, MAX_SIZE); in checkasm_check_audiodsp()
116 LOCAL_ALIGNED(32, float, src, [MAX_SIZE]); in checkasm_check_audiodsp()
117 LOCAL_ALIGNED(32, float, dst0, [MAX_SIZE]); in checkasm_check_audiodsp()
118 LOCAL_ALIGNED(32, float, dst1, [MAX_SIZE]); in checkasm_check_audiodsp()
131 randomize_float(src, MAX_SIZE); in checkasm_check_audiodsp()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/checkasm/
H A Dopusdsp.c34 #define MAX_SIZE (960) macro
39 LOCAL_ALIGNED(16, float, data0, [MAX_SIZE + 1024]); in test_postfilter()
40 LOCAL_ALIGNED(16, float, data1, [MAX_SIZE + 1024]); in test_postfilter()
54 randomize_float(data0, MAX_SIZE + 1024); in test_postfilter()
57 call_ref(data0 + offset, period, gains, MAX_SIZE); in test_postfilter()
58 call_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter()
62 bench_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter()
74 randomize_float(src, MAX_SIZE); in test_deemphasis()
76 coeff0 = call_ref(dst0, src, coeff0, MAX_SIZE); in test_deemphasis()
77 coeff1 = call_new(dst1, src, coeff1, MAX_SIZE); in test_deemphasis()
[all …]
H A Daudiodsp.c32 #define MAX_SIZE (32 * 128) macro
59 LOCAL_ALIGNED(32, int16_t, v1, [MAX_SIZE]); in checkasm_check_audiodsp()
60 LOCAL_ALIGNED(32, int16_t, v2, [MAX_SIZE]); in checkasm_check_audiodsp()
83 bench_new(v1, v2, MAX_SIZE); in checkasm_check_audiodsp()
104 randomize_int(src, MAX_SIZE, 32, 32); in checkasm_check_audiodsp()
113 bench_new(dst1, src, min, max, MAX_SIZE); in checkasm_check_audiodsp()
117 LOCAL_ALIGNED(32, float, src, [MAX_SIZE]); in checkasm_check_audiodsp()
118 LOCAL_ALIGNED(32, float, dst0, [MAX_SIZE]); in checkasm_check_audiodsp()
119 LOCAL_ALIGNED(32, float, dst1, [MAX_SIZE]); in checkasm_check_audiodsp()
132 randomize_float(src, MAX_SIZE); in checkasm_check_audiodsp()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Ddepth-level-clamp.c40 #define MAX_SIZE 64 macro
48 config.window_width = (MAX_SIZE*2+PAD*3);
117 piglit_draw_rect_tex(x, y, MAX_SIZE, MAX_SIZE, in piglit_display()
119 y += MAX_SIZE + PAD; in piglit_display()
127 x = PAD + MAX_SIZE + PAD; in piglit_display()
132 piglit_draw_rect_tex(x, y, MAX_SIZE, MAX_SIZE, in piglit_display()
134 y += MAX_SIZE + PAD; in piglit_display()
149 y + MAX_SIZE / 2, in piglit_display()
152 pass = piglit_probe_pixel_rgb(x + MAX_SIZE + PAD + MAX_SIZE / 2, in piglit_display()
153 y + MAX_SIZE / 2, in piglit_display()
[all …]
H A Dlodclamp-between.c37 #define MAX_SIZE 32 macro
109 for (level = 0, dim = MAX_SIZE; dim > 0; level++, dim /= 2) { in piglit_display()
120 for (level = 0, dim = MAX_SIZE; dim > 1; level++, dim /= 2) { in piglit_display()
125 piglit_draw_rect_tex(x, y, MAX_SIZE, MAX_SIZE, in piglit_display()
128 y += MAX_SIZE + PAD; in piglit_display()
133 for (level = 0, dim = MAX_SIZE; dim > 1; level++, dim /= 2) { in piglit_display()
142 pass = piglit_probe_pixel_rgb(x + MAX_SIZE / 2, in piglit_display()
143 y + MAX_SIZE / 2, in piglit_display()
146 y += MAX_SIZE + PAD; in piglit_display()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DDDNS.h182 char CurrentFqdn[MAX_SIZE]; // Current FQDN
183 char DnsSuffix[MAX_SIZE]; // DNS suffix
184 char CurrentIPv4[MAX_SIZE]; // Current IPv4 address
185 char CurrentIPv6[MAX_SIZE]; // Current IPv6 address
194 char AzureCertHash[MAX_SIZE]; // Azure Server certificate hash
211 wchar_t ErrStr_IPv4[MAX_SIZE];
212 wchar_t ErrStr_IPv6[MAX_SIZE];
214 char CurrentFqdn[MAX_SIZE]; // Current FQDN
215 char DnsSuffix[MAX_SIZE]; // DNS suffix
216 char CurrentIPv4[MAX_SIZE]; // Current IPv4 address
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DDDNS.h182 char CurrentFqdn[MAX_SIZE]; // Current FQDN
183 char DnsSuffix[MAX_SIZE]; // DNS suffix
184 char CurrentIPv4[MAX_SIZE]; // Current IPv4 address
185 char CurrentIPv6[MAX_SIZE]; // Current IPv6 address
194 char AzureCertHash[MAX_SIZE]; // Azure Server certificate hash
211 wchar_t ErrStr_IPv4[MAX_SIZE];
212 wchar_t ErrStr_IPv6[MAX_SIZE];
214 char CurrentFqdn[MAX_SIZE]; // Current FQDN
215 char DnsSuffix[MAX_SIZE]; // DNS suffix
216 char CurrentIPv4[MAX_SIZE]; // Current IPv4 address
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DDDNS.h90 char CurrentFqdn[MAX_SIZE]; // Current FQDN
91 char DnsSuffix[MAX_SIZE]; // DNS suffix
92 char CurrentIPv4[MAX_SIZE]; // Current IPv4 address
93 char CurrentIPv6[MAX_SIZE]; // Current IPv6 address
102 char AzureCertHash[MAX_SIZE]; // Azure Server certificate hash
119 wchar_t ErrStr_IPv4[MAX_SIZE];
120 wchar_t ErrStr_IPv6[MAX_SIZE];
122 char CurrentFqdn[MAX_SIZE]; // Current FQDN
123 char DnsSuffix[MAX_SIZE]; // DNS suffix
124 char CurrentIPv4[MAX_SIZE]; // Current IPv4 address
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Drput_local_comp.c12 #define MAX_SIZE 65536 macro
31 MPI_Alloc_mem(MAX_SIZE * sizeof(int), MPI_INFO_NULL, &buf); in main()
32 MPI_Alloc_mem(MAX_SIZE * sizeof(int), MPI_INFO_NULL, &winbuf); in main()
75 for (j = 0; j < MAX_SIZE; j++) { in main()
79 MPI_Rput(buf, MAX_SIZE, MPI_INT, 0, 0, MAX_SIZE, MPI_INT, window, &put_req); in main()
84 buf[MAX_SIZE - 1] = 0; in main()
85 buf[MAX_SIZE / 2] = 0; in main()
98 if (val1 != rank + MAX_SIZE - 1 + i) { in main()
100 rank + MAX_SIZE - 1 + i); in main()
103 if (val2 != rank + MAX_SIZE / 2 + i) { in main()
[all …]
H A Dracc_local_comp.c12 #define MAX_SIZE 65536 macro
31 MPI_Alloc_mem(MAX_SIZE * sizeof(int), MPI_INFO_NULL, &buf); in main()
32 MPI_Alloc_mem(MAX_SIZE * sizeof(int), MPI_INFO_NULL, &winbuf); in main()
76 for (j = 0; j < MAX_SIZE; j++) { in main()
80 MPI_Raccumulate(buf, MAX_SIZE, MPI_INT, 0, 0, MAX_SIZE, MPI_INT, MPI_REPLACE, window, in main()
86 buf[MAX_SIZE - 1] = 0; in main()
87 buf[MAX_SIZE / 2] = 0; in main()
101 if (val1 != rank + MAX_SIZE - 1 + i) { in main()
103 val1, rank + MAX_SIZE - 1 + i); in main()
106 if (val2 != rank + MAX_SIZE / 2 + i) { in main()
[all …]
/dports/cad/atlc/atlc-4.6.1/
H A DREADME.help21 char mhz[MAX_SIZE]; /* Speed in MHz. Note its a string */
22 char cpus[MAX_SIZE]; /* Number of CPUs running */
24 char sysname[MAX_SIZE]; /* System name - got by uname */
25 char nodename[MAX_SIZE]; /* nodename - got via uname */
26 char release[MAX_SIZE]; /* Got via uname, but often wrong */
27 char version[MAX_SIZE]; /* Version of the OS. Sometimes wrong. */
28 char machine[MAX_SIZE]; /* Machine name */
29 char cpu_type[MAX_SIZE*3]; /* The CPU type */
37 char speedup[MAX_SIZE]; /* t1/t2 */
38 char eff[MAX_SIZE]; /* The efficiency - t1/(t2*cpus) */
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/checkasm/
H A Daudiodsp.c31 #define MAX_SIZE (32 * 128) macro
58 LOCAL_ALIGNED(32, int16_t, v1, [MAX_SIZE]); in checkasm_check_audiodsp()
59 LOCAL_ALIGNED(32, int16_t, v2, [MAX_SIZE]); in checkasm_check_audiodsp()
82 bench_new(v1, v2, MAX_SIZE); in checkasm_check_audiodsp()
103 randomize_int(src, MAX_SIZE, 32, 32); in checkasm_check_audiodsp()
112 bench_new(dst1, src, min, max, MAX_SIZE); in checkasm_check_audiodsp()
116 LOCAL_ALIGNED(32, float, src, [MAX_SIZE]); in checkasm_check_audiodsp()
117 LOCAL_ALIGNED(32, float, dst0, [MAX_SIZE]); in checkasm_check_audiodsp()
118 LOCAL_ALIGNED(32, float, dst1, [MAX_SIZE]); in checkasm_check_audiodsp()
131 randomize_float(src, MAX_SIZE); in checkasm_check_audiodsp()
[all …]
/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DBoardConst.h47 template<unsigned MAX_SIZE>
48 static const MoveInfo<MAX_SIZE>&
78 template<unsigned MAX_SIZE>
83 template<unsigned MAX_SIZE>
220 template<unsigned MAX_SIZE>
225 template<unsigned MAX_SIZE>
234 template<unsigned MAX_SIZE>
235 inline const MoveInfo<MAX_SIZE>&
243 template<unsigned MAX_SIZE>
275 template<unsigned MAX_SIZE>
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/f77/coll/
H A Dvw_inplacef.f12 integer MAX_SIZE
13 parameter (MAX_SIZE=1024)
14 integer rbuf(MAX_SIZE)
15 integer rdispls(MAX_SIZE), rcounts(MAX_SIZE), rtypes(MAX_SIZE)
30 if (size .gt. MAX_SIZE) then
31 print *, ' At most ', MAX_SIZE, ' processes allowed'
35 do i=1,MAX_SIZE
51 do i=1,MAX_SIZE
77 do i=1,MAX_SIZE
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/coll/
H A Dvw_inplacef90.f9012 integer MAX_SIZE variable
13 parameter (MAX_SIZE=1024)
14 integer rbuf(MAX_SIZE)
15 integer rdispls(MAX_SIZE), rcounts(MAX_SIZE), rtypes(MAX_SIZE)
30 if (size .gt. MAX_SIZE) then
31 print *, ' At most ', MAX_SIZE, ' processes allowed'
35 do i=1,MAX_SIZE
51 do i=1,MAX_SIZE
77 do i=1,MAX_SIZE
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/coll/
H A Dvw_inplacef08.f9013 integer MAX_SIZE variable
14 parameter (MAX_SIZE=1024)
15 integer rbuf(MAX_SIZE)
16 integer rdispls(MAX_SIZE), rcounts(MAX_SIZE)
17 TYPE(MPI_Datatype) rtypes(MAX_SIZE)
33 if (size .gt. MAX_SIZE) then
34 print *, ' At most ', MAX_SIZE, ' processes allowed'
38 do i=1,MAX_SIZE
54 do i=1,MAX_SIZE
80 do i=1,MAX_SIZE
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmbmatrix.h269 max_vector_size = MAX_SIZE
1182 template<class Val, class BV, unsigned MAX_SIZE>
1192 template<class Val, class BV, unsigned MAX_SIZE>
1211 template<class Val, class BV, unsigned MAX_SIZE>
1222 template<class Val, class BV, unsigned MAX_SIZE>
1255 template<class Val, class BV, unsigned MAX_SIZE>
1274 template<class Val, class BV, unsigned MAX_SIZE>
1289 template<class Val, class BV, unsigned MAX_SIZE>
1303 template<class Val, class BV, unsigned MAX_SIZE>
1331 template<class Val, class BV, unsigned MAX_SIZE>
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmbmatrix.h269 max_vector_size = MAX_SIZE
1182 template<class Val, class BV, unsigned MAX_SIZE>
1192 template<class Val, class BV, unsigned MAX_SIZE>
1211 template<class Val, class BV, unsigned MAX_SIZE>
1222 template<class Val, class BV, unsigned MAX_SIZE>
1255 template<class Val, class BV, unsigned MAX_SIZE>
1274 template<class Val, class BV, unsigned MAX_SIZE>
1289 template<class Val, class BV, unsigned MAX_SIZE>
1303 template<class Val, class BV, unsigned MAX_SIZE>
1331 template<class Val, class BV, unsigned MAX_SIZE>
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/utp/
H A Dpacketbuffer.cpp27 buffer = pool->get(MAX_SIZE); in PacketBuffer()
52 size = (buffer->get() + MAX_SIZE) - header; in setHeader()
62 if (to_read > MAX_SIZE - Header::size()) in fillData()
63 to_read = MAX_SIZE - Header::size(); in fillData()
66 payload = (buffer->get() + MAX_SIZE) - to_read; in fillData()
76 if (data_size > MAX_SIZE) in fillData()
77 data_size = MAX_SIZE; in fillData()
79 payload = (buffer->get() + MAX_SIZE) - data_size; in fillData()
88 header = extension = payload = (buffer->get() + MAX_SIZE) - amount; in fillDummyData()
/dports/net/mpich2/mpich2-1.5/test/mpi/f77/coll/
H A Dvw_inplacef.f15 integer MAX_SIZE variable
16 parameter (MAX_SIZE=1024)
17 integer rbuf(MAX_SIZE)
18 integer rdispls(MAX_SIZE), rcounts(MAX_SIZE), rtypes(MAX_SIZE)
27 do i=1,MAX_SIZE
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dfixed_queue.h34 template<class T, uint MAX_SIZE = 10>
41 FixedQueue<T, MAX_SIZE>() : _topIndex(0) {
42 _data.reserve(MAX_SIZE);
53 size_type freeSize() const { return MAX_SIZE - size(); } in freeSize()
82 if (_data.size() == MAX_SIZE && _topIndex > 0) { in compact()
83 if (_topIndex < MAX_SIZE) in compact()
84 Common::copy(&_data[_topIndex], &_data[0] + MAX_SIZE, &_data[0]); in compact()
94 assert(size() < MAX_SIZE); in push()

12345678910>>...78