| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | wavpack.c | 37 static int32_t ft_read_b_buf(void * ft, void * buf, int32_t len) { in ft_read_b_buf() 39 static uint32_t ft_tell(void * ft) { in ft_tell() 41 static int ft_seek_abs(void * ft, uint32_t offset) { in ft_seek_abs() 43 static int ft_seek_rel(void * ft, int32_t offset, int mode) { in ft_seek_rel() 45 static int ft_unreadb(void * ft, int b) { in ft_unreadb() 47 static uint32_t ft_filelength(void * ft) { in ft_filelength() 49 static int ft_is_seekable(void *ft) { in ft_is_seekable() 51 static int32_t ft_write_b_buf(void * ft, void * buf, int32_t len) { in ft_write_b_buf() 62 static int start_read(sox_format_t * ft) in start_read() 84 static size_t read_samples(sox_format_t * ft, sox_sample_t * buf, size_t len) in read_samples() [all …]
|
| H A D | formats_i.c | 26 void lsx_fail_errno(sox_format_t * ft, int sox_errno, const char *fmt, ...) in lsx_fail_errno() 42 void lsx_set_signal_defaults(sox_format_t * ft) in lsx_set_signal_defaults() 54 int lsx_check_read_params(sox_format_t * ft, unsigned channels, in lsx_check_read_params() 96 size_t lsx_readbuf(sox_format_t * ft, void *buf, size_t len) in lsx_readbuf() 106 int lsx_skipbytes(sox_format_t * ft, size_t n) in lsx_skipbytes() 118 int lsx_padbytes(sox_format_t * ft, size_t n) in lsx_padbytes() 130 size_t lsx_writebuf(sox_format_t * ft, void const * buf, size_t len) in lsx_writebuf() 141 sox_uint64_t lsx_filelength(sox_format_t * ft) in lsx_filelength() 149 int lsx_flush(sox_format_t * ft) in lsx_flush() 154 off_t lsx_tell(sox_format_t * ft) in lsx_tell() [all …]
|
| H A D | vox.c | 19 int lsx_vox_start(sox_format_t * ft) in lsx_vox_start() 24 int lsx_ima_start(sox_format_t * ft) in lsx_ima_start() 29 size_t lsx_vox_read(sox_format_t * ft, sox_sample_t *buffer, size_t len) in lsx_vox_read() 34 int lsx_vox_stopread(sox_format_t * ft) in lsx_vox_stopread() 39 size_t lsx_vox_write(sox_format_t * ft, const sox_sample_t *buffer, size_t length) in lsx_vox_write() 44 int lsx_vox_stopwrite(sox_format_t * ft) in lsx_vox_stopwrite()
|
| H A D | prc.c | 71 static int seek(sox_format_t * ft, uint64_t offset) in seek() 116 static int prc_checkheader(sox_format_t * ft, char *head) in prc_checkheader() 122 static int startread(sox_format_t * ft) in startread() 212 static unsigned read_cardinal(sox_format_t * ft) in read_cardinal() 246 static size_t read_samples(sox_format_t * ft, sox_sample_t *buf, size_t samp) in read_samples() 286 static int stopread(sox_format_t * ft) in stopread() 305 static int startwrite(sox_format_t * ft) in startwrite() 329 static void write_cardinal(sox_format_t * ft, unsigned a) in write_cardinal() 360 static size_t write_samples(sox_format_t * ft, const sox_sample_t *buf, size_t nsamp) in write_samples() 389 static int stopwrite(sox_format_t * ft) in stopwrite() [all …]
|
| H A D | flac.c | 60 sox_format_t* ft = (sox_format_t*)ft_data; in decoder_read_callback() local 76 sox_format_t* ft = (sox_format_t*)ft_data; in decoder_seek_callback() local 85 sox_format_t* ft = (sox_format_t*)ft_data; in decoder_tell_callback() local 97 sox_format_t* ft = (sox_format_t*)ft_data; in decoder_length_callback() local 104 sox_format_t* ft = (sox_format_t*)ft_data; in decoder_eof_callback() local 110 sox_format_t * ft = (sox_format_t *) client_data; in decoder_metadata_callback() local 143 sox_format_t * ft = (sox_format_t *) client_data; in decoder_error_callback() local 154 sox_format_t * ft = (sox_format_t *) client_data; in decoder_write_callback() local 214 static int start_read(sox_format_t * const ft) in start_read() 260 static size_t read_samples(sox_format_t * const ft, sox_sample_t * sampleBuffer, size_t const reque… in read_samples() [all …]
|
| H A D | cvsd.c | 172 static void cvsdstartcommon(sox_format_t * ft) in cvsdstartcommon() 211 int lsx_cvsdstartread(sox_format_t * ft) in lsx_cvsdstartread() 239 int lsx_cvsdstartwrite(sox_format_t * ft) in lsx_cvsdstartwrite() 263 int lsx_cvsdstopwrite(sox_format_t * ft) in lsx_cvsdstopwrite() 279 int lsx_cvsdstopread(sox_format_t * ft) in lsx_cvsdstopread() 291 size_t lsx_cvsdread(sox_format_t * ft, sox_sample_t *buf, size_t nsamp) in lsx_cvsdread() 358 size_t lsx_cvsdwrite(sox_format_t * ft, const sox_sample_t *buf, size_t nsamp) in lsx_cvsdwrite() 480 static int dvms_read_header(sox_format_t * ft, struct dvms_header *hdr) in dvms_read_header() 525 static int dvms_write_header(sox_format_t * ft, struct dvms_header *hdr) in dvms_write_header() 568 static void make_dvms_hdr(sox_format_t * ft, struct dvms_header *hdr) in make_dvms_hdr() [all …]
|
| H A D | skelform.c | 39 static int startread(sox_format_t * ft) in startread() 78 static size_t read_samples(sox_format_t * ft, sox_sample_t *buf, size_t len) in read_samples() 111 static int stopread(sox_format_t UNUSED * ft) in stopread() 116 static int startwrite(sox_format_t * ft) in startwrite() 152 static size_t write_samples(sox_format_t * ft, const sox_sample_t *buf, size_t len) in write_samples() 178 static int stopwrite(sox_format_t UNUSED * ft) in stopwrite() 186 static int seek(sox_format_t UNUSED * ft, uint64_t UNUSED offset) in seek()
|
| H A D | lpc10.c | 44 static void write_bits(sox_format_t * ft, INT32 *bits, int len) in write_bits() 99 static int read_bits(sox_format_t * ft, INT32 *bits, int len) in read_bits() 121 static int startread(sox_format_t * ft) in startread() 133 static int startwrite(sox_format_t * ft) in startwrite() 146 static size_t read_samples(sox_format_t * ft, sox_sample_t *buf, size_t len) in read_samples() 171 static size_t write_samples(sox_format_t * ft, const sox_sample_t *buf, size_t len) in write_samples() 195 static int stopread(sox_format_t * ft) in stopread() 204 static int stopwrite(sox_format_t * ft) in stopwrite()
|
| H A D | wav.c | 135 static int wav_ima_adpcm_fmt(sox_format_t *ft, uint32_t len) in wav_ima_adpcm_fmt() 174 static unsigned short ImaAdpcmReadBlock(sox_format_t * ft) in ImaAdpcmReadBlock() 209 static int wav_ms_adpcm_fmt(sox_format_t *ft, uint32_t len) in wav_ms_adpcm_fmt() 276 static unsigned short AdpcmReadBlock(sox_format_t * ft) in AdpcmReadBlock() 311 static int xxxAdpcmWriteBlock(sox_format_t * ft) in xxxAdpcmWriteBlock() 351 static int wav_gsm_fmt(sox_format_t *ft, uint32_t len) in wav_gsm_fmt() 378 static int wavgsminit(sox_format_t * ft) in wavgsminit() 401 static void wavgsmdestroy(sox_format_t * ft) in wavgsmdestroy() 408 static size_t wavgsmread(sox_format_t * ft, sox_sample_t *buf, size_t len) in wavgsmread() 452 static int wavgsmflush(sox_format_t * ft) in wavgsmflush() [all …]
|
| H A D | pulseaudio.c | 15 static int setup(sox_format_t *ft, int is_input) in setup() 83 static int startread(sox_format_t *ft) in startread() 88 static int stopread(sox_format_t * ft) in stopread() 97 static size_t read_samples(sox_format_t *ft, sox_sample_t *buf, size_t nsamp) in read_samples() 118 static int startwrite(sox_format_t * ft) in startwrite() 123 static size_t write_samples(sox_format_t *ft, const sox_sample_t *buf, size_t nsamp) in write_samples() 147 static int stopwrite(sox_format_t * ft) in stopwrite()
|
| H A D | vorbis.c | 67 sox_format_t* ft = (sox_format_t*)ft_data; in callback_read() local 74 sox_format_t* ft = (sox_format_t*)ft_data; in callback_seek() local 90 sox_format_t* ft = (sox_format_t*)ft_data; in callback_tell() local 104 static int startread(sox_format_t * ft) in startread() 194 static size_t read_samples(sox_format_t * ft, sox_sample_t * buf, size_t len) in read_samples() 226 static int stopread(sox_format_t * ft) in stopread() 238 static int oe_write_page(ogg_page * page, sox_format_t * ft) in oe_write_page() 250 static int write_vorbis_header(sox_format_t * ft, vorbis_enc_t * ve) in write_vorbis_header() 294 static int startwrite(sox_format_t * ft) in startwrite() 344 static size_t write_samples(sox_format_t * ft, const sox_sample_t * buf, in write_samples() [all …]
|
| H A D | gsm.c | 53 static int gsmstart_rw(sox_format_t * ft, int w) in gsmstart_rw() 87 static int sox_gsmstartread(sox_format_t * ft) in sox_gsmstartread() 92 static int sox_gsmstartwrite(sox_format_t * ft) in sox_gsmstartwrite() 104 static size_t sox_gsmread(sox_format_t * ft, sox_sample_t *buf, size_t samp) in sox_gsmread() 148 static int gsmflush(sox_format_t * ft) in gsmflush() 183 static size_t sox_gsmwrite(sox_format_t * ft, const sox_sample_t *buf, size_t samp) in sox_gsmwrite() 207 static int sox_gsmstopread(sox_format_t * ft) in sox_gsmstopread() 220 static int sox_gsmstopwrite(sox_format_t * ft) in sox_gsmstopwrite()
|
| H A D | opus.c | 52 sox_format_t* ft = (sox_format_t*)ft_data; in callback_read() local 58 sox_format_t* ft = (sox_format_t*)ft_data; in callback_seek() local 74 sox_format_t* ft = (sox_format_t*)ft_data; in callback_tell() local 88 static int startread(sox_format_t * ft) in startread() 144 static int refill_buffer(sox_format_t * ft) in refill_buffer() 176 static size_t read_samples(sox_format_t * ft, sox_sample_t * buf, size_t len) in read_samples() 208 static int stopread(sox_format_t * ft) in stopread() 218 static int seek(sox_format_t * ft, uint64_t offset) in seek()
|
| H A D | sndfile.c | 79 static void drain_log_buffer(sox_format_t * ft) in drain_log_buffer() 214 sox_format_t *ft = (sox_format_t *)user_data; in vio_get_filelen() local 277 static int start(sox_format_t * ft) in start() 311 static int check_read_params(sox_format_t * ft, unsigned channels, in check_read_params() 341 static int startread(sox_format_t * ft) in startread() 390 static size_t read_samples(sox_format_t * ft, sox_sample_t *buf, size_t len) in read_samples() 400 static int stopread(sox_format_t * ft) in stopread() 410 static int startwrite(sox_format_t * ft) in startwrite() 462 static size_t write_samples(sox_format_t * ft, const sox_sample_t *buf, size_t len) in write_samples() 472 static int stopwrite(sox_format_t * ft) in stopwrite() [all …]
|
| H A D | aiff.c | 39 int lsx_aiffstartread(sox_format_t * ft) in lsx_aiffstartread() 442 static void reportInstrument(sox_format_t * ft) in reportInstrument() 468 static int textChunk(char **text, char *chunkDescription, sox_format_t * ft) in textChunk() 507 static int commentChunk(char **text, char *chunkDescription, sox_format_t * ft) in commentChunk() 566 int lsx_aiffstopread(sox_format_t * ft) in lsx_aiffstopread() 607 int lsx_aiffstartwrite(sox_format_t * ft) in lsx_aiffstartwrite() 625 int lsx_aiffstopwrite(sox_format_t * ft) in lsx_aiffstopwrite() 648 static int aiffwriteheader(sox_format_t * ft, uint64_t nframes) in aiffwriteheader() 804 int lsx_aifcstartwrite(sox_format_t * ft) in lsx_aifcstartwrite() 822 int lsx_aifcstopwrite(sox_format_t * ft) in lsx_aifcstopwrite() [all …]
|
| H A D | amr.h | 63 static size_t decode_1_frame(sox_format_t * ft) in decode_1_frame() 137 static size_t amr_duration_frames(sox_format_t * ft) in amr_duration_frames() 160 static int startread(sox_format_t * ft) in startread() 201 static size_t read_samples(sox_format_t * ft, sox_sample_t * buf, size_t len) in read_samples() 216 static int stopread(sox_format_t * ft) in stopread() 231 static int startwrite(sox_format_t * ft) in startwrite() 269 static sox_bool encode_1_frame(sox_format_t * ft) in encode_1_frame() 280 static size_t write_samples(sox_format_t * ft, const sox_sample_t * buf, size_t len) in write_samples() 297 static int stopwrite(sox_format_t * ft) in stopwrite()
|
| H A D | adpcms.c | 149 static int adpcm_start(sox_format_t * ft, adpcm_io_t * state, sox_encoding_t type) in adpcm_start() 161 int lsx_adpcm_oki_start(sox_format_t * ft, adpcm_io_t * state) in lsx_adpcm_oki_start() 166 int lsx_adpcm_ima_start(sox_format_t * ft, adpcm_io_t * state) in lsx_adpcm_ima_start() 184 size_t lsx_adpcm_read(sox_format_t * ft, adpcm_io_t * state, sox_sample_t * buffer, size_t len) in lsx_adpcm_read() 246 size_t lsx_adpcm_write(sox_format_t * ft, adpcm_io_t * state, const sox_sample_t * buffer, size_t l… in lsx_adpcm_write() 291 void lsx_adpcm_flush(sox_format_t * ft, adpcm_io_t * state) in lsx_adpcm_flush() 317 int lsx_adpcm_stopwrite(sox_format_t * ft, adpcm_io_t * state) in lsx_adpcm_stopwrite()
|
| H A D | smp.c | 75 static int readtrailer(sox_format_t * ft, struct smptrailer *trailer) in readtrailer() 111 static void settrailer(sox_format_t * ft, struct smptrailer *trailer, sox_rate_t rate) in settrailer() 149 static int writetrailer(sox_format_t * ft, struct smptrailer *trailer) in writetrailer() 175 static int sox_smpseek(sox_format_t * ft, uint64_t offset) in sox_smpseek() 207 static int sox_smpstartread(sox_format_t * ft) in sox_smpstartread() 327 static size_t sox_smpread(sox_format_t * ft, sox_sample_t *buf, size_t len) in sox_smpread() 341 static int sox_smpstartwrite(sox_format_t * ft) in sox_smpstartwrite() 372 static size_t sox_smpwrite(sox_format_t * ft, const sox_sample_t *buf, size_t len) in sox_smpwrite() 389 static int sox_smpstopwrite(sox_format_t * ft) in sox_smpstopwrite()
|
| H A D | maud.c | 34 static int startread(sox_format_t * ft) in startread() 195 static int startwrite(sox_format_t * ft) in startwrite() 217 static size_t write_samples(sox_format_t * ft, const sox_sample_t *buf, size_t len) in write_samples() 226 static int stopwrite(sox_format_t * ft) in stopwrite() 246 static void maudwriteheader(sox_format_t * ft) in maudwriteheader()
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | cp1emu.c | 1474 union ieee754sp fd, fr, fs, ft; in fpux_emu() local 1583 union ieee754dp fd, fr, fs, ft; in fpux_emu() local 1705 union ieee754sp fd, fs, ft; in fpu_emu() local 1810 union ieee754sp ft, fs, fd; in fpu_emu() local 1824 union ieee754sp ft, fs, fd; in fpu_emu() local 1863 union ieee754sp fs, ft; in fpu_emu() local 1876 union ieee754sp fs, ft; in fpu_emu() local 1889 union ieee754sp fs, ft; in fpu_emu() local 1902 union ieee754sp fs, ft; in fpu_emu() local 2055 union ieee754sp fs, ft; in fpu_emu() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_cmd.c | 43 struct mlx5_flow_table *ft, in mlx5_cmd_stub_update_root_ft() 51 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_flow_table() 59 struct mlx5_flow_table *ft) in mlx5_cmd_stub_destroy_flow_table() 65 struct mlx5_flow_table *ft, in mlx5_cmd_stub_modify_flow_table() 72 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_flow_group() 80 struct mlx5_flow_table *ft, in mlx5_cmd_stub_destroy_flow_group() 87 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_fte() 95 struct mlx5_flow_table *ft, in mlx5_cmd_stub_update_fte() 104 struct mlx5_flow_table *ft, in mlx5_cmd_stub_delete_fte() 155 struct mlx5_flow_table *ft, u32 underlay_qpn, in mlx5_cmd_update_root_ft() [all …]
|
| /OK3568_Linux_fs/kernel/arch/nds32/math-emu/ |
| H A D | fpuemu.c | 271 void *ft, *fa; local 279 void *ft, *fa, *fb; local 288 void *ft, *fa; local 297 void *ft, *fa, *fb; local 310 void *ft, *fa; local 318 void *ft, *fa, *fb; local 327 void *ft, *fa; local 336 void *ft, *fa, *fb; local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | fcoe_transport.c | 513 struct fcoe_transport *ft = NULL; in fcoe_transport_lookup() local 527 int fcoe_transport_attach(struct fcoe_transport *ft) in fcoe_transport_attach() 560 int fcoe_transport_detach(struct fcoe_transport *ft) in fcoe_transport_detach() 600 struct fcoe_transport *ft = NULL; in fcoe_transport_show() local 623 struct fcoe_transport *ft; in fcoe_transport_exit() local 636 struct fcoe_transport *ft) in fcoe_add_netdev_mapping() 685 struct fcoe_transport *ft = NULL; in fcoe_netdev_map_lookup() local 751 struct fcoe_transport *ft = NULL; in fcoe_ctlr_create_store() local 815 struct fcoe_transport *ft = NULL; in fcoe_ctlr_destroy_store() local 864 struct fcoe_transport *ft = NULL; in fcoe_transport_create() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | fsm.c | 98 struct FsmTimer *ft = from_timer(ft, t, tl); in FsmExpireTimer() local 107 mISDN_FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft) in mISDN_FsmInitTimer() 119 mISDN_FsmDelTimer(struct FsmTimer *ft, int where) in mISDN_FsmDelTimer() 131 mISDN_FsmAddTimer(struct FsmTimer *ft, in mISDN_FsmAddTimer() 159 mISDN_FsmRestartTimer(struct FsmTimer *ft, in mISDN_FsmRestartTimer()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | fs_dr.c | 19 struct mlx5_flow_table *ft, in mlx5_cmd_dr_update_root_ft() 28 struct mlx5_flow_table *ft, in set_miss_action() 63 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_table() 103 struct mlx5_flow_table *ft) in mlx5_cmd_dr_destroy_flow_table() 130 struct mlx5_flow_table *ft, in mlx5_cmd_dr_modify_flow_table() 137 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_group() 171 struct mlx5_flow_table *ft, in mlx5_cmd_dr_destroy_flow_group() 221 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_fte() 601 struct mlx5_flow_table *ft, in mlx5_cmd_dr_update_fte() 610 struct mlx5_flow_table *ft, in mlx5_cmd_dr_delete_fte()
|