Home
last modified time | relevance | path

Searched refs:output_end (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/audio/sdl_mixer/SDL_mixer-1.2.12/
H A Dmusic_mad.c45 mp3_mad->output_end = 0;
180 out = mp3_mad->output_buffer + mp3_mad->output_end;
214 mp3_mad->output_end = out - mp3_mad->output_buffer;
233 if (mp3_mad->output_end == mp3_mad->output_begin) {
236 mp3_mad->output_end = 0;
251 mp3_mad->cvt.len = mp3_mad->output_end;
253 mp3_mad->output_end = (int)(mp3_mad->output_end * mp3_mad->cvt.len_ratio);
259 num_bytes = mp3_mad->output_end - mp3_mad->output_begin;
297 mp3_mad->output_end = 0;
/dports/devel/srecord/srecord-1.64/etc/
H A Dpage-list.awk20 function output_end() function
47 output_end(); function
56 output_end(); function
85 output_end(); function
/dports/devel/aegis/aegis-4.25.D510/etc/
H A Dpage-list.awk19 function output_end() function
46 output_end(); function
55 output_end(); function
84 output_end(); function
/dports/devel/fstrcmp/fstrcmp-0.7.D001/etc/
H A Dpage-list.awk20 function output_end() function
47 output_end(); function
56 output_end(); function
85 output_end(); function
/dports/devel/cook/cook-2.30/etc/
H A Dpage-list.awk20 function output_end() function
47 output_end(); function
56 output_end(); function
85 output_end(); function
/dports/japanese/eblook/eblook-1.6.1/
H A Dbmp_in.c128 unsigned char *output, *output_pointer, *output_end; local
191 output_end = output + output_length;
296 while(bmp_pointer < bmp_end && output_pointer < output_end) {
318 if (output_pointer > output_end) goto failed;
320 if (output_pointer > output_end) goto failed;
322 if (output_pointer > output_end) goto failed;
331 if (output_pointer > output_end) goto failed;
333 if (output_pointer > output_end) goto failed;
335 if (output_pointer > output_end) goto failed;
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.cc109 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial()
115 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial()
129 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial()
133 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial()
144 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial()
190 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode()
237 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.cc109 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial()
115 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial()
129 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial()
133 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial()
144 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial()
190 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode()
237 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.cc111 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial()
117 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial()
131 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial()
135 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial()
146 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial()
192 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode()
239 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.cc109 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial()
115 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial()
129 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial()
133 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial()
144 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial()
190 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode()
237 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.cc111 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial()
117 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial()
131 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial()
135 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial()
146 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial()
192 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode()
239 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/transport/
H A Dbin_decoder.cc111 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial()
117 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial()
131 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial()
135 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial()
146 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial()
192 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode()
239 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A Dcreate_jit_stubs42 my $output_end = "";
60 $output_end .= $1 . "\n";
73 print $output_end;
/dports/audio/musicpd/mpd-0.23.6/src/encoder/plugins/
H A DLameEncoderPlugin.cxx40 unsigned char *output_begin = nullptr, *output_end = nullptr; member in LameEncoder
174 assert(output_begin == output_end); in Write()
194 output_end = dest + bytes_out; in Write()
201 assert(begin <= output_end); in Read()
202 const size_t remainning = output_end - begin; in Read()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmsrledec.c132 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
139 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
157 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
172 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
176 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
206 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmsrledec.c134 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
141 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
159 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
174 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
178 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
208 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmsrledec.c132 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
139 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
157 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
172 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
176 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
206 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmsrledec.c132 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
139 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
157 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
172 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
176 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
206 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmsrledec.c132 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
139 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
157 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
172 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
176 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
206 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmsrledec.c134 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
141 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
159 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
174 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
178 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
208 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmsrledec.c132 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
139 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
157 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
172 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
176 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
206 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/sysdev/
H A Dudbg_memcons.c26 char *output_end; member
38 .output_end = &memcons_output[CONFIG_PPC_MEMCONS_OUTPUT_SIZE],
51 if (new_output_pos >= memcons.output_end) in memcons_putc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/sysdev/
H A Dudbg_memcons.c26 char *output_end; member
38 .output_end = &memcons_output[CONFIG_PPC_MEMCONS_OUTPUT_SIZE],
51 if (new_output_pos >= memcons.output_end) in memcons_putc()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/sysdev/
H A Dudbg_memcons.c26 char *output_end; member
38 .output_end = &memcons_output[CONFIG_PPC_MEMCONS_OUTPUT_SIZE],
51 if (new_output_pos >= memcons.output_end) in memcons_putc()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/dev/
H A Dgen_debug.c154 void *output = _output, *output_end = _output + output_size; in intel_debug_write_identifiers() local
170 output_end - (output + sizeof(driver_desc)), in intel_debug_write_identifiers()
183 assert(output < output_end); in intel_debug_write_identifiers()
193 assert(output < output_end); in intel_debug_write_identifiers()

12345678