Home
last modified time | relevance | path

Searched refs:buffer_mode (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-2684.c76 char pad, int width, int preci, int buffer_mode) in prtfld() argument
89 int buffer_mode; in _vfnprintf() local
92 buffer_mode = (op->mode & __MODE_BUF); in _vfnprintf()
96 if (buffer_mode == _IONBF) in _vfnprintf()
241 buffer_mode); in _vfnprintf()
253 if (*fmt == '\n' && buffer_mode == _IOLBF) in _vfnprintf()
258 op->mode |= buffer_mode; in _vfnprintf()
259 if (buffer_mode == _IONBF) in _vfnprintf()
261 if (buffer_mode == _IOLBF) in _vfnprintf()
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dpretransfer.cc36 bool buffer_mode = false; in procWord() local
57 if(!buffer_mode) in procWord()
59 buffer_mode = true; in procWord()
68 if(buffer_mode) in procWord()
70 buffer_mode = false; in procWord()
76 if(buffer_mode) in procWord()
97 buffer_mode = true; in procWord()
/dports/devel/dev86/dev86-0.16.20/libc/stdio/
H A Dprintf.c137 prtfld(op, buf, ljustf, sign, pad, width, preci, buffer_mode) in prtfld() argument
145 int buffer_mode;
200 if( ch == '\n' && buffer_mode == _IOLBF ) fflush(op);
217 int buffer_mode; local
220 buffer_mode = (op->mode&__MODE_BUF);
227 if( buffer_mode == _IONBF ) fflush(op);
344 sign, pad, width, preci, buffer_mode);
371 if( *fmt == '\n' && buffer_mode == _IOLBF ) fflush(op);
375 op->mode |= buffer_mode;
376 if( buffer_mode == _IONBF ) fflush(op);
[all …]
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dnxo_file.c100 file->buffer_mode = BUFFER_EMPTY; in nxo_file_new()
373 file->buffer_mode = BUFFER_EMPTY; in nxo_file_close()
649 file->buffer_mode = BUFFER_EMPTY; in nxo_file_read()
670 file->buffer_mode = BUFFER_EMPTY; in nxo_file_read()
787 file->buffer_mode = BUFFER_READ; in nxo_file_read()
824 file->buffer_mode = BUFFER_EMPTY; in nxo_file_read()
974 file->buffer_mode = BUFFER_READ; in nxo_file_readline()
1017 file->buffer_mode = BUFFER_EMPTY; in nxo_file_readline()
1255 file->buffer_mode = BUFFER_EMPTY; in nxo_file_write()
1593 file->buffer_mode = BUFFER_EMPTY; in nxo_file_buffer_size_set()
[all …]
/dports/lang/polyml/polyml-5.8.2/basis/
H A DSTREAM_IO.sml46 val setBufferMode : outstream * IO.buffer_mode -> unit
47 val getBufferMode : outstream -> IO.buffer_mode
48 val mkOutstream : writer * IO.buffer_mode -> outstream
49 val getWriter : outstream -> writer * IO.buffer_mode
H A DIO.sml29 datatype buffer_mode = NO_BUF | LINE_BUF | BLOCK_BUF type
39 datatype buffer_mode = NO_BUF | LINE_BUF | BLOCK_BUF type
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dport.h87 …_t port, fd_t fd, scm_obj_t name, int direction, int file_options, int buffer_mode, scm_obj_t tran…
88 …(scm_port_t port, scm_obj_t name, int direction, int file_options, int buffer_mode, scm_obj_t tran…
90 void port_open_socket(scm_port_t port, fd_t fd, scm_obj_t socket, int buffer_mode, scm_obj_t transc…
94 void port_open_temp_file(scm_port_t port, scm_obj_t name, int buffer_mode, scm_obj_t transcoder);
H A Dobject_factory.h58 …t* heap, fd_t fd, scm_obj_t name, int direction, int file_options, int buffer_mode, scm_obj_t tran…
59 …ect_heap_t* heap, scm_obj_t name, int direction, int file_options, int buffer_mode, scm_obj_t tran…
64 scm_port_t make_temp_file_port(object_heap_t* heap, scm_obj_t name, int buffer_mode, scm_o…
H A Dport.cpp535 switch (port->buffer_mode) { in init_port_buffer()
615 port->buffer_mode = buffer_mode; in port_open_std()
661 port->buffer_mode = buffer_mode; in port_open_file()
711 port_open_temp_file(scm_port_t port, scm_obj_t name, int buffer_mode, scm_obj_t transcoder) in port_open_temp_file() argument
725 port->buffer_mode = buffer_mode; in port_open_temp_file()
756 port->buffer_mode = SCM_PORT_BUFFER_MODE_NONE; in port_open_bytevector()
784 port->buffer_mode = SCM_PORT_BUFFER_MODE_BLOCK; in port_make_socket_port()
809 port->buffer_mode = SCM_PORT_BUFFER_MODE_BLOCK; in port_make_custom_port()
846 textual->buffer_mode = binary->buffer_mode; in port_make_transcoded_port()
1920 if (port->buffer_mode == SCM_PORT_BUFFER_MODE_LINE) { in port_put_byte()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c76 static int buffer_mode = -1; variable
77 module_param(buffer_mode, int, 0444);
78 MODULE_PARM_DESC(buffer_mode,
1286 switch (cam->buffer_mode) { in mcam_setup_vb2()
1721 if (cam->buffer_mode == B_DMA_sg) in mccic_irq()
1738 if (cam->buffer_mode == B_DMA_sg) in mccic_irq()
1843 if (buffer_mode >= 0) in mccic_register()
1844 cam->buffer_mode = buffer_mode; in mccic_register()
1848 cam->buffer_mode = B_vmalloc; in mccic_register()
1853 cam->buffer_mode); in mccic_register()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c76 static int buffer_mode = -1; variable
77 module_param(buffer_mode, int, 0444);
78 MODULE_PARM_DESC(buffer_mode,
1286 switch (cam->buffer_mode) { in mcam_setup_vb2()
1721 if (cam->buffer_mode == B_DMA_sg) in mccic_irq()
1738 if (cam->buffer_mode == B_DMA_sg) in mccic_irq()
1843 if (buffer_mode >= 0) in mccic_register()
1844 cam->buffer_mode = buffer_mode; in mccic_register()
1848 cam->buffer_mode = B_vmalloc; in mccic_register()
1853 cam->buffer_mode); in mccic_register()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c76 static int buffer_mode = -1; variable
77 module_param(buffer_mode, int, 0444);
78 MODULE_PARM_DESC(buffer_mode,
1286 switch (cam->buffer_mode) { in mcam_setup_vb2()
1721 if (cam->buffer_mode == B_DMA_sg) in mccic_irq()
1738 if (cam->buffer_mode == B_DMA_sg) in mccic_irq()
1843 if (buffer_mode >= 0) in mccic_register()
1844 cam->buffer_mode = buffer_mode; in mccic_register()
1848 cam->buffer_mode = B_vmalloc; in mccic_register()
1853 cam->buffer_mode); in mccic_register()
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/plugins/elements/
H A Dgstfilesink.c86 static const GEnumValue buffer_mode[] = { in gst_file_sink_buffer_mode_get_type() local
97 g_enum_register_static ("GstFileSinkBufferMode", buffer_mode); in gst_file_sink_buffer_mode_get_type()
259 filesink->buffer_mode = DEFAULT_BUFFER_MODE; in gst_file_sink_init()
325 sink->buffer_mode = g_value_get_enum (value); in gst_file_sink_set_property()
350 g_value_set_enum (value, sink->buffer_mode); in gst_file_sink_get_property()
385 if (sink->buffer_mode != GST_FILE_SINK_BUFFER_MODE_UNBUFFERED) { in gst_file_sink_open_file()
H A Dgstfilesink.h81 gint buffer_mode; member
/dports/editors/jedit/installer/macros/Java/
H A DJava_File_Save.bsh45 String buffer_mode = buffer.getMode().toString();
46 if (buffer_mode.equals("java") || buffer_mode.equals(jEdit.getProperty("buffer.defaultMode","")))
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_transform_feedback/
H A Dapi-errors.c131 GLenum buffer_mode; member
266 test->buffer_mode == GL_INTERLEAVED_ATTRIBS in do_test()
269 varyings, test->buffer_mode); in do_test()
/dports/net-im/prosody/prosody-0.11.13/core/
H A Dloggingmanager.lua178 if sink_config.buffer_mode ~= false then
179 logfile:setvbuf(sink_config.buffer_mode or "line");
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DAVPlayerPrivate.cpp89 , buffer_mode(BufferPackets) in Private()
638 if (buffer_mode == BufferTime) in updateBufferValue()
640 else if (buffer_mode == BufferBytes) in updateBufferValue()
647 buf->setBufferMode(buffer_mode); in updateBufferValue()
H A DAVPlayerPrivate.h124 BufferMode buffer_mode; variable
/dports/devel/directfb/DirectFB-1.4.17/src/misc/
H A Dconf.h83 int buffer_mode; /* default buffer mode for member
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/include/libonyx/
H A Dnxo_file_l.h95 } buffer_mode; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dprogram_cache_unittest.cc49 GLenum buffer_mode) { in SaySuccessfullyCached() argument
60 buffer_mode, in SaySuccessfullyCached()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dprogram_cache_unittest.cc49 GLenum buffer_mode) { in SaySuccessfullyCached() argument
60 buffer_mode, in SaySuccessfullyCached()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_directfb2.c118 static int buffer_mode = 1; variable
178 buffer_mode = 1 + vo_doublebuffering; // honor -double switch in preinit()
204 buffer_mode = get_mode(&mode_str); in preinit()
691 if (buffer_mode > 2) { in config()
700 if (buffer_mode > 1) { in config()
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglstate_shaders.cpp656 GLint buffer_mode = GL_INTERLEAVED_ATTRIBS; in dumpTransformFeedback() local
657 glGetProgramiv(program, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, &buffer_mode); in dumpTransformFeedback()
681 switch (buffer_mode) { in dumpTransformFeedback()
697 if (buffer_mode == GL_INTERLEAVED_ATTRIBS) { in dumpTransformFeedback()
713 if (slot == 0 || buffer_mode != GL_INTERLEAVED_ATTRIBS) { in dumpTransformFeedback()

12345678910