Home
last modified time | relevance | path

Searched refs:tmp_buf_size (Results 1 – 25 of 120) sorted by relevance

12345

/dports/security/snort3/snort3-3.1.19.0/src/utils/
H A Djs_normalizer.cc38 tmp_buf_size(0), in JSNormalizer()
41 …n, out, js_ident_ctx, max_template_nesting, max_bracket_depth, tmp_buf, tmp_buf_size, tmp_cap_size) in JSNormalizer()
49 tmp_buf_size = 0; in ~JSNormalizer()
74 "tmp buffer[%zu]: %.*s\n", tmp_buf_size, static_cast<int>(tmp_buf_size), tmp_buf); in normalize()
79 ->pubsetbuf(tmp_buf, tmp_buf_size) in normalize()
/dports/net/mpich2/mpich2-1.5/src/mpi/coll/
H A Discatter.c95 int tmp_buf_size = 0; in MPIR_Iscatter_intra() local
145 tmp_buf_size = (ss->nbytes*comm_size)/2; in MPIR_Iscatter_intra()
155 tmp_buf_size = ss->nbytes*comm_size; in MPIR_Iscatter_intra()
287 MPIR_Pack_size_impl(sendcount*comm_size, sendtype, &tmp_buf_size); in MPIR_Iscatter_intra()
311 tmp_buf_size, &position); in MPIR_Iscatter_intra()
318 tmp_buf_size, &position); in MPIR_Iscatter_intra()
327 tmp_buf_size, &position); in MPIR_Iscatter_intra()
334 tmp_buf_size, &position); in MPIR_Iscatter_intra()
338 tmp_buf_size, &position); in MPIR_Iscatter_intra()
343 MPIR_Pack_size_impl(recvcount*(comm_size/2), recvtype, &tmp_buf_size); in MPIR_Iscatter_intra()
[all …]
H A Dscatter.c69 int tmp_buf_size = 0; in MPIR_Scatter_intra() local
124 tmp_buf_size = (nbytes*comm_size)/2; in MPIR_Scatter_intra()
134 tmp_buf_size = nbytes*comm_size; in MPIR_Scatter_intra()
262 MPIR_Pack_size_impl(sendcnt*comm_size, sendtype, &tmp_buf_size); in MPIR_Scatter_intra()
286 tmp_buf_size, &position); in MPIR_Scatter_intra()
293 tmp_buf_size, &position); in MPIR_Scatter_intra()
302 tmp_buf_size, &position); in MPIR_Scatter_intra()
309 tmp_buf_size, &position); in MPIR_Scatter_intra()
313 tmp_buf_size, &position); in MPIR_Scatter_intra()
318 MPIR_Pack_size_impl(recvcnt*(comm_size/2), recvtype, &tmp_buf_size); in MPIR_Scatter_intra()
[all …]
H A Digather.c59 int tmp_buf_size, missing; in MPIR_Igather_binomial() local
114 tmp_buf_size = (mask - missing); in MPIR_Igather_binomial()
118 if (nbytes < MPIR_PARAM_GATHER_VSMALL_MSG_SIZE) tmp_buf_size++; in MPIR_Igather_binomial()
120 tmp_buf_size *= nbytes; in MPIR_Igather_binomial()
124 tmp_buf_size = 0; in MPIR_Igather_binomial()
126 if (tmp_buf_size) { in MPIR_Igather_binomial()
137 else if (tmp_buf_size && (nbytes < MPIR_PARAM_GATHER_VSMALL_MSG_SIZE)) { in MPIR_Igather_binomial()
224 if (!tmp_buf_size) { in MPIR_Igather_binomial()
286 MPIR_Pack_size_impl(recvcount*comm_size, recvtype, &tmp_buf_size); in MPIR_Igather_binomial()
295 tmp_buf_size, &position); in MPIR_Igather_binomial()
[all …]
H A Dgather.c70 int tmp_buf_size, missing; in MPIR_Gather_intra() local
137 tmp_buf_size = (mask - missing); in MPIR_Gather_intra()
141 if (nbytes < MPIR_PARAM_GATHER_VSMALL_MSG_SIZE) tmp_buf_size++; in MPIR_Gather_intra()
143 tmp_buf_size *= nbytes; in MPIR_Gather_intra()
147 tmp_buf_size = 0; in MPIR_Gather_intra()
149 if (tmp_buf_size) { in MPIR_Gather_intra()
162 else if (tmp_buf_size && (nbytes < MPIR_PARAM_GATHER_VSMALL_MSG_SIZE)) in MPIR_Gather_intra()
275 if (!tmp_buf_size) in MPIR_Gather_intra()
348 MPIR_Pack_size_impl(recvcnt*comm_size, recvtype, &tmp_buf_size); in MPIR_Gather_intra()
358 tmp_buf_size, &position); in MPIR_Gather_intra()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/igather/
H A Digather_intra_sched_binomial.c38 int tmp_buf_size, missing; in MPIR_Igather_intra_sched_binomial() local
81 tmp_buf_size = (mask - missing); in MPIR_Igather_intra_sched_binomial()
86 tmp_buf_size++; in MPIR_Igather_intra_sched_binomial()
88 tmp_buf_size *= nbytes; in MPIR_Igather_intra_sched_binomial()
92 tmp_buf_size = 0; in MPIR_Igather_intra_sched_binomial()
94 if (tmp_buf_size) { in MPIR_Igather_intra_sched_binomial()
95 MPIR_SCHED_CHKPMEM_MALLOC(tmp_buf, void *, tmp_buf_size, mpi_errno, "tmp_buf", in MPIR_Igather_intra_sched_binomial()
106 } else if (tmp_buf_size && (nbytes < MPIR_CVAR_GATHER_VSMALL_MSG_SIZE)) { in MPIR_Igather_intra_sched_binomial()
192 if (!tmp_buf_size) { in MPIR_Igather_intra_sched_binomial()
/dports/science/octopus/octopus-10.5/src/math/
H A Dfft_inc.F90140 integer(8) :: tmp_buf_size local
157 call clfftGetTmpBufSize(fft_array(slot)%cl_plan_bw, tmp_buf_size, cl_status)
160 if(tmp_buf_size > 0) then
161 call accel_create_buffer(tmp_buf, ACCEL_MEM_READ_WRITE, TYPE_BYTE, int(tmp_buf_size, 4))
164 if(tmp_buf_size > 0) then
178 if(tmp_buf_size > 0) call accel_release_buffer(tmp_buf)
323 integer(8) :: tmp_buf_size local
340 call clfftGetTmpBufSize(fft_array(slot)%cl_plan_bw, tmp_buf_size, cl_status)
343 if(tmp_buf_size > 0) then
347 if(tmp_buf_size > 0) then
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/gather/
H A Dgather_intra_binomial.c52 MPI_Aint tmp_buf_size; in MPIR_Gather_intra_binomial() local
95 tmp_buf_size = (mask - missing); in MPIR_Gather_intra_binomial()
100 tmp_buf_size++; in MPIR_Gather_intra_binomial()
102 tmp_buf_size *= nbytes; in MPIR_Gather_intra_binomial()
106 tmp_buf_size = 0; in MPIR_Gather_intra_binomial()
108 if (tmp_buf_size) { in MPIR_Gather_intra_binomial()
109 MPIR_CHKLMEM_MALLOC(tmp_buf, void *, tmp_buf_size, mpi_errno, "tmp_buf", MPL_MEM_BUFFER); in MPIR_Gather_intra_binomial()
119 } else if (tmp_buf_size && (nbytes < MPIR_CVAR_GATHER_VSMALL_MSG_SIZE)) { in MPIR_Gather_intra_binomial()
234 if (!tmp_buf_size) { in MPIR_Gather_intra_binomial()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dtak_parser.c64 int tmp_buf_size = FFMIN(TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local
68 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse()
70 consumed += tmp_buf_size; in tak_parse()
71 buf += tmp_buf_size; in tak_parse()
72 buf_size -= tmp_buf_size; in tak_parse()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dtak_parser.c60 int tmp_buf_size = FFMIN(2 * TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local
64 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse()
66 consumed += tmp_buf_size; in tak_parse()
67 buf += tmp_buf_size; in tak_parse()
68 buf_size -= tmp_buf_size; in tak_parse()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dtak_parser.c63 int tmp_buf_size = FFMIN(TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local
67 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse()
69 consumed += tmp_buf_size; in tak_parse()
70 buf += tmp_buf_size; in tak_parse()
71 buf_size -= tmp_buf_size; in tak_parse()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dtak_parser.c64 int tmp_buf_size = FFMIN(TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local
68 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse()
70 consumed += tmp_buf_size; in tak_parse()
71 buf += tmp_buf_size; in tak_parse()
72 buf_size -= tmp_buf_size; in tak_parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dtak_parser.c64 int tmp_buf_size = FFMIN(TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local
68 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse()
70 consumed += tmp_buf_size; in tak_parse()
71 buf += tmp_buf_size; in tak_parse()
72 buf_size -= tmp_buf_size; in tak_parse()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dtak_parser.c60 int tmp_buf_size = FFMIN(2 * TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local
64 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse()
66 consumed += tmp_buf_size; in tak_parse()
67 buf += tmp_buf_size; in tak_parse()
68 buf_size -= tmp_buf_size; in tak_parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dtak_parser.c64 int tmp_buf_size = FFMIN(TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local
68 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse()
70 consumed += tmp_buf_size; in tak_parse()
71 buf += tmp_buf_size; in tak_parse()
72 buf_size -= tmp_buf_size; in tak_parse()
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A Dink_hrtime.cc155 const unsigned int tmp_buf_size = 32; in squid_timestamp_to_buf() local
156 char tmp_buf[tmp_buf_size]; in squid_timestamp_to_buf()
159 char *ts_s = int64_to_str(tmp_buf, tmp_buf_size - 4, timestamp_sec, &num_chars_s, 0, '0'); in squid_timestamp_to_buf()
164 tmp_buf[tmp_buf_size - 5] = '.'; in squid_timestamp_to_buf()
167 char ATS_UNUSED *ts_ms = int64_to_str(&tmp_buf[tmp_buf_size - 4], 4, ms, &num_chars_ms, 4, '0'); in squid_timestamp_to_buf()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/scatter/
H A Dscatter_intra_binomial.c39 int tmp_buf_size = 0; in MPIR_Scatter_intra_binomial() local
73 tmp_buf_size = (nbytes * comm_size) / 2; in MPIR_Scatter_intra_binomial()
74 MPIR_CHKLMEM_MALLOC(tmp_buf, void *, tmp_buf_size, mpi_errno, "tmp_buf", MPL_MEM_BUFFER); in MPIR_Scatter_intra_binomial()
83 tmp_buf_size = nbytes * comm_size; in MPIR_Scatter_intra_binomial()
84 MPIR_CHKLMEM_MALLOC(tmp_buf, void *, tmp_buf_size, mpi_errno, "tmp_buf", in MPIR_Scatter_intra_binomial()
132 mpi_errno = MPIC_Recv(tmp_buf, tmp_buf_size, MPI_BYTE, src, in MPIR_Scatter_intra_binomial()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A D20031201-2.c18 unsigned tmp_buf_size = 0; in H5T_conv_vlen() local
25 && tmp_buf_size < in H5T_conv_vlen()
31 tmp_buf_size = in H5T_conv_vlen()

12345