Home
last modified time | relevance | path

Searched refs:write (Results 10676 - 10700 of 10868) sorted by relevance

1...<<421422423424425426427428429430>>...435

/kernel/linux/linux-6.6/sound/pci/
H A Dmaestro3.c1233 /* write to 'mono' word */ in snd_m3_pcm_setup2()
1237 /* write to '8bit' word */ in snd_m3_pcm_setup2()
2034 .write = snd_m3_ac97_write, in snd_m3_mixer()
2094 /* write kernel into code memory.. */ in snd_m3_assp_init()
2115 * write the coefficients for the low pass filter? in snd_m3_assp_init()
/kernel/linux/linux-6.6/sound/pci/riptide/
H A Driptide.c232 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory access for firmware write */
233 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access for firmware write */
234 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access for firmware write */
235 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access for firmware write */
236 #define SEND_GOTO(p,b) sendcmd(p,PARM,GOTO,LONG0(b),RET(0)) /* memory access for firmware write */
870 WRITE_PORT_ULONG(cmdport->data1, cmd); /* write cmd */ in sendcmd()
1949 .write = snd_riptide_codec_write, in snd_riptide_mixer()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fsf.c2367 lat = &zfcp_sdev->latencies.write; in zfcp_fsf_req_trace()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp232 cout << "write " << size << " bytes" << endl; in SampleSaveCapture()
233 pic.write(buffer, size); in SampleSaveCapture()
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_mc.asm18 ; * License along with FFmpeg; if not, write to the Free Software
/third_party/glfw/src/
H A Dx11_window.c117 const ssize_t result = write(_glfw.x11.emptyEventPipe[1], &byte, 1); in writeEmptyEvent()
/third_party/backends/backend/
H A Dcanon-sane.c1971 wres = write (s->tmpfile, &s->inbuffer[nwritten], remain); in read_fb1200()
1974 DBG(1, "error write tmp file: %i, %s\n", errno, in read_fb1200()
H A Dhp3500.c35 If you write modifications of your own for SANE, it is your choice
704 /* create a pipe, fds[0]=read-fd, fds[1]=write-fd */ in sane_start()
1395 * we need to count the 0xaa escapes and write in chunks if the number of in rt_write_sram()
3777 return write (winfo->scanner->pipe_w, data, bytes) == bytes; in writefunc()
/third_party/PyYAML/yaml/
H A D_yaml.pyx1394 emitter.stream.write(value)
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdec.c419 write(fd, buf, bufsz); in dump_shader()
2586 /* NOTE: seems to write same reg multiple times.. not sure if different parts in cp_context_reg_bunch()
2744 * when it tries to write zero registers via pkt0 in dump_commands()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c21 * along with this program; if not, write to the Free Software
1028 if (write(fd, str, strlen(str)) < 0) in write_string_file()
1133 * permission to write in the /var/run directory, rebuild it.
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
H A Dsign.c690 write(fd, sign_hmac_01, sizeof(sign_hmac_01)); in test_cose_sign()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py208 # - GypPathToUniqueOutput translates a gyp path into a ninja path to write
379 """The main entry point for NinjaWriter: write the build rules for a spec.
652 # First write out a rule for the action.
678 # Then write out an edge using the rule.
701 # First write out a rule for the rule action.
744 # write m * n inputs. Collapsing reduces this to m + n.
757 # For each source file, write an edge that generates all the outputs.
1180 # Most targets use no precompiled headers, so only write these if needed.
2840 ninja_file.write(ninja_output.getvalue())
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py208 # - GypPathToUniqueOutput translates a gyp path into a ninja path to write
379 """The main entry point for NinjaWriter: write the build rules for a spec.
652 # First write out a rule for the action.
678 # Then write out an edge using the rule.
701 # First write out a rule for the rule action.
744 # write m * n inputs. Collapsing reduces this to m + n.
757 # For each source file, write an edge that generates all the outputs.
1180 # Most targets use no precompiled headers, so only write these if needed.
2837 ninja_file.write(ninja_output.getvalue())
/third_party/libinput/src/
H A Devdev.c357 i = write(device->fd, ev, sizeof ev); in evdev_device_led_update()
1021 evdev_log_info(device, "will write switch open events\n"); in evdev_read_switch_reliability_prop()
/third_party/lwip/src/netif/ppp/
H A Deap.c1297 len = write(fd, inp + 1, *inp);
/third_party/mksh/
H A Dsh.h1256 #define Twrite "write"
1644 int write; /* pipe to co-process's stdin */ member
1718 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */
1723 #define SHF_ERROR 0x0800 /* read()/write() error */
1732 unsigned char *wp; /* write: current position in buffer */
1738 ssize_t wnleft; /* write: how much space left in buffer */
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c278 /* If socket write MTU is less than encoded frame size, there could be in bt_prepare_encoder_buffer()
279 * up to one write MTU of data left in encoder buffer from previous round. in bt_prepare_encoder_buffer()
284 * than write link MTU. Therefore each encoded frame is sent out completely in bt_prepare_encoder_buffer()
299 * and adjust SCO write size to be equal to last SCO read size. This makes in bt_prepare_encoder_buffer()
300 * write size less or equal to MTU size. Reserving the same number of encoded in bt_prepare_encoder_buffer()
341 written = u->transport->write(u->transport, u->stream_fd, u->encoder_buffer, u->encoder_buffer_used, u->write_link_mtu); in bt_write_buffer()
471 /* allow write side to find out size of last read packet */ in bt_transport_read()
699 pa_log_debug("Got invalid write MTU: %lu, rounding down", u->write_block_size); in transport_config_mtu()
1084 * the write index without conversion. */ in sink_process_msg()
1499 /* We just read something, so we are supposed to write somethin in thread_func()
[all...]
H A Dbluez5-util.c234 t->write = write_cb; in pa_bluetooth_transport_reconfigure()
237 /* reset stream write type hint */ in pa_bluetooth_transport_reconfigure()
886 pa_log_debug("Got EAGAIN on write() after POLLOUT, probably there is a temporary connection loss."); in a2dp_transport_write()
887 /* Drain write buffer */ in a2dp_transport_write()
890 pa_log_error("Failed to write data to socket: %s", pa_cstrerror(errno)); in a2dp_transport_write()
891 /* Report error from write call */ in a2dp_transport_write()
898 pa_log_warn("Wrote memory block to socket only partially! %lu written, discarding pending write size %lu larger than write_mtu %lu", in a2dp_transport_write()
900 /* Drain write buffer */ in a2dp_transport_write()
/third_party/python/Lib/
H A Dargparse.py24 args.log.write('%s' % sum(args.integers))
2607 file.write(message)
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c483 if ((r = write(fd, buf, count)) < 0) in pa_write()
523 /** Similar to pa_loop_read(), but wraps write() */
3387 /* write output string */ in pa_escape()
/third_party/python/Modules/
H A D_cursesmodule.c2180 _Py_IDENTIFIER(write); in _curses_window_putwin()
/third_party/python/Lib/test/
H A Dtest_array.py484 f.write(a)
/third_party/python/Lib/unittest/
H A Dmock.py1744 default because it can be dangerous. With it switched on you can write
2908 handle.write.return_value = None
/third_party/python/Modules/_io/
H A Dtextio.c92 return _unsupported("write"); in textiobase_write()
138 {"write", textiobase_write, METH_VARARGS, textiobase_write_doc},
659 However, any read will first flush the write buffer if itsn't empty.
1060 write contains a newline character.
1503 /* Flush the internal write buffer. This doesn't explicitly flush the
1565 ret = PyObject_CallMethodOneArg(self->buffer, &_Py_ID(write), b); in _textiowrapper_writeflush()
1577 _io.TextIOWrapper.write

Completed in 87 milliseconds

1...<<421422423424425426427428429430>>...435