Home
last modified time | relevance | path

Searched refs:output_n (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dzmodem.c1269 *output_n = 0; in decode_zdata_bytes()
1357 *output_n = *output_n + 1; in decode_zdata_bytes()
1369 *output_n = *output_n + 1; in decode_zdata_bytes()
1380 *output_n = *output_n + 1; in decode_zdata_bytes()
1414 *output_n = *output_n + 1; in decode_zdata_bytes()
1617 *output_n = *output_n + 1; in encode_byte()
1619 *output_n = *output_n + 1; in encode_byte()
1625 *output_n = *output_n + 1; in encode_byte()
1670 *output_n = *output_n + 1; in encode_zdata_bytes()
1672 *output_n = *output_n + 1; in encode_zdata_bytes()
[all …]
H A Dvt_transfer.c118 void vt_transfer_data(u_char *input, const u_int input_n, u_char *output, u_int *output_n, in vt_transfer_data() argument
134 (*dl_zmodem)(input, input_n, output, output_n, output_max); in vt_transfer_data()
137 if (*output_n > 0) { in vt_transfer_data()
141 fprintf(fp, "OUTPUT %d\n", *output_n); in vt_transfer_data()
142 for (i = 0; i < *output_n; i++) { in vt_transfer_data()
H A Dvt_transfer.h12 void vt_transfer_data(u_char *input, const u_int input_n, u_char *output, u_int *output_n,
H A Dzmodem.h79 unsigned char * output, unsigned int * output_n,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Dav1_convolve_2d_test_util.cc45 int output_n = out_h * MAX_SB_SIZE; in RunCheckOutput() local
46 CONV_BUF_TYPE *output = new CONV_BUF_TYPE[output_n]; in RunCheckOutput()
47 CONV_BUF_TYPE *output2 = new CONV_BUF_TYPE[output_n]; in RunCheckOutput()
71 memset(output, 0, output_n * sizeof(*output)); in RunCheckOutput()
72 memset(output2, 0, output_n * sizeof(*output2)); in RunCheckOutput()
136 int output_n = out_h * MAX_SB_SIZE; in RunCheckOutput() local
137 CONV_BUF_TYPE *output = new CONV_BUF_TYPE[output_n]; in RunCheckOutput()
138 CONV_BUF_TYPE *output2 = new CONV_BUF_TYPE[output_n]; in RunCheckOutput()
161 memset(output, 0, output_n * sizeof(*output)); in RunCheckOutput()
162 memset(output2, 0, output_n * sizeof(*output2)); in RunCheckOutput()
H A Dwarp_filter_test_util.cc110 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
111 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
112 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
117 int32_t *dsta = new int32_t[output_n]; in RunCheckOutput()
118 int32_t *dstb = new int32_t[output_n]; in RunCheckOutput()
287 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
290 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
291 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
296 int32_t *dsta = new int32_t[output_n]; in RunCheckOutput()
297 int32_t *dstb = new int32_t[output_n]; in RunCheckOutput()
H A Dhiprec_convolve_test_util.cc80 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
81 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
82 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
150 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
151 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
152 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dhiprec_convolve_test_util.cc86 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
87 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
88 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
132 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest() local
133 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
134 uint8_t *output2 = new uint8_t[output_n]; in RunSpeedTest()
223 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
224 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
225 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
275 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
[all …]
H A Dwarp_filter_test_util.cc130 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
131 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
135 CONV_BUF_TYPE *dsta = new CONV_BUF_TYPE[output_n]; in RunSpeedTest()
188 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
191 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
192 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
320 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
323 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
384 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
387 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dhiprec_convolve_test_util.cc86 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
87 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
88 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
132 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest() local
133 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
134 uint8_t *output2 = new uint8_t[output_n]; in RunSpeedTest()
223 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
224 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
225 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
275 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
[all …]
H A Dwarp_filter_test_util.cc130 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
131 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
135 CONV_BUF_TYPE *dsta = new CONV_BUF_TYPE[output_n]; in RunSpeedTest()
188 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
191 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
192 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
320 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
323 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
384 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
387 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dhiprec_convolve_test_util.cc86 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
87 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
88 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
132 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest() local
133 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
134 uint8_t *output2 = new uint8_t[output_n]; in RunSpeedTest()
223 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
224 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
225 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
275 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
[all …]
H A Dwarp_filter_test_util.cc130 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
131 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
135 CONV_BUF_TYPE *dsta = new CONV_BUF_TYPE[output_n]; in RunSpeedTest()
188 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
191 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
192 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
320 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
323 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
384 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
387 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dhiprec_convolve_test_util.cc86 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
87 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
88 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
132 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest() local
133 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
134 uint8_t *output2 = new uint8_t[output_n]; in RunSpeedTest()
223 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
224 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
225 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
275 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
[all …]
H A Dwarp_filter_test_util.cc130 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
131 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
135 CONV_BUF_TYPE *dsta = new CONV_BUF_TYPE[output_n]; in RunSpeedTest()
188 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
191 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
192 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
320 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
323 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
384 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
387 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
/dports/textproc/groff/groff-1.22.4/contrib/gpinyin/
H A Dgpinyin.pl119 my @output_n = # nroff
151 &finish_pinyin_mode( \@output_n, \@output_t );
169 push @output_n, $outline{'n'};
181 &finish_pinyin_mode( \@output_n, \@output_t );
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A Dwarp_filter_test_util.cc167 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
168 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
260 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
263 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
264 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
270 for (i = 0; i < output_n; ++i) in RunCheckOutput()
457 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
460 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
592 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
595 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A Dwarp_filter_test_util.cc167 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
168 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
260 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
263 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
264 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
270 for (i = 0; i < output_n; ++i) in RunCheckOutput()
457 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
460 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
592 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
595 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dwarp_filter_test_util.cc132 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
133 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
137 CONV_BUF_TYPE *dsta = new CONV_BUF_TYPE[output_n]; in RunSpeedTest()
189 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
192 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
193 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
322 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
325 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
386 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
389 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
H A Dhiprec_convolve_test_util.cc103 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
104 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
105 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
149 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest() local
150 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
151 uint8_t *output2 = new uint8_t[output_n]; in RunSpeedTest()
241 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
242 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
243 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
293 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
[all …]
/dports/multimedia/aom/aom-3.2.0/test/
H A Dwarp_filter_test_util.cc132 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
133 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
137 CONV_BUF_TYPE *dsta = new CONV_BUF_TYPE[output_n]; in RunSpeedTest()
189 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
192 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
193 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
322 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() local
325 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
386 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() local
389 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
[all …]
H A Dhiprec_convolve_test_util.cc103 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
104 uint8_t *output = new uint8_t[output_n]; in RunCheckOutput()
105 uint8_t *output2 = new uint8_t[output_n]; in RunCheckOutput()
149 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest() local
150 uint8_t *output = new uint8_t[output_n]; in RunSpeedTest()
151 uint8_t *output2 = new uint8_t[output_n]; in RunSpeedTest()
239 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() local
240 uint16_t *output = new uint16_t[output_n]; in RunCheckOutput()
241 uint16_t *output2 = new uint16_t[output_n]; in RunCheckOutput()
291 uint16_t *output = new uint16_t[output_n]; in RunSpeedTest()
[all …]
/dports/math/R-cran-RcppRoll/RcppRoll/src/
H A DRcppRoll.cpp136 int output_n = padLeftTimes + ops_n + padRightTimes; in roll_vector_with_fill() local
142 result = static_cast<T>(no_init(output_n)); in roll_vector_with_fill()
144 result = T(output_n, fill.middle()); in roll_vector_with_fill()
168 for (; i < output_n; ++i) in roll_vector_with_fill()
185 int output_n = (x_n - n) / by + 1; in roll_vector_with_nofill() local
187 T result = static_cast<T>(no_init(output_n)); in roll_vector_with_nofill()
191 for (int i = 0; i < output_n; ++i) { in roll_vector_with_nofill()
196 for (int i = 0; i < output_n; ++i) { in roll_vector_with_nofill()
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dgraph.h145 int output_n; member
/dports/graphics/R-cran-rgdal/rgdal/R/
H A Dogr_write.R212 output_diver=driver, output_n=nobj, output_nfields=nf, globalVar

12