| /third_party/alsa-utils/axfer/ |
| H A D | container-raw.c | 16 raw_builder_pre_process(struct container_context *cntr ATTRIBUTE_UNUSED, snd_pcm_format_t *format ATTRIBUTE_UNUSED, unsigned int *samples_per_frame ATTRIBUTE_UNUSED, unsigned int *frames_per_second ATTRIBUTE_UNUSED, uint64_t *byte_count) raw_builder_pre_process() argument 27 raw_parser_pre_process(struct container_context *cntr, snd_pcm_format_t *format ATTRIBUTE_UNUSED, unsigned int *samples_per_frame ATTRIBUTE_UNUSED, unsigned int *frames_per_second ATTRIBUTE_UNUSED, uint64_t *byte_count) raw_parser_pre_process() argument
|
| H A D | container-au.c | 70 au_parser_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) au_parser_pre_process() argument 124 build_container_header(struct builder_state *state, struct container_header *header, unsigned int frames_per_second, uint64_t byte_count) build_container_header() argument 137 write_container_header(struct container_context *cntr, uint64_t byte_count) write_container_header() argument 149 au_builder_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) au_builder_pre_process() argument
|
| H A D | container.c | 288 uint64_t byte_count = 0; in container_context_pre_process() local 42 container_recursive_read(struct container_context *cntr, void *buf, unsigned int byte_count) container_recursive_read() argument 72 container_recursive_write(struct container_context *cntr, void *buf, unsigned int byte_count) container_recursive_write() argument 365 unsigned int byte_count; container_context_process_frames() local [all...] |
| H A D | container-riff-wave.c | 125 unsigned int byte_count; member 329 uint64_t byte_count; in parse_riff_wave_format() local 128 parse_riff_chunk_header(struct parser_state *state, struct riff_chunk *chunk, uint64_t *byte_count) parse_riff_chunk_header() argument 147 parse_riff_chunk(struct container_context *cntr, uint64_t *byte_count) parse_riff_chunk() argument 343 wave_parser_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) wave_parser_pre_process() argument 398 build_riff_chunk_header(struct riff_chunk *chunk, uint64_t byte_count, bool be) build_riff_chunk_header() argument 460 build_wave_data_subchunk(struct wave_data_subchunk *subchunk, uint64_t byte_count, bool be) build_wave_data_subchunk() argument 467 write_riff_chunk_for_wave(struct container_context *cntr, uint64_t byte_count) write_riff_chunk_for_wave() argument 510 wave_builder_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) wave_builder_pre_process() argument [all...] |
| H A D | container-voc.c | 314 uint32_t byte_count; member 556 voc_parser_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) voc_parser_pre_process() argument 614 write_v120_format_block(struct container_context *cntr, struct block_v120_format *block, unsigned int frames_per_second, uint64_t byte_count) write_v120_format_block() argument 659 write_v110_format_block(struct container_context *cntr, struct block_v110_data *block, unsigned int frames_per_second, uint64_t byte_count) write_v110_format_block() argument 680 write_data_blocks(struct container_context *cntr, unsigned int frames_per_second, uint64_t byte_count) write_data_blocks() argument 715 voc_builder_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) voc_builder_pre_process() argument 775 write_data_size(struct container_context *cntr, uint64_t byte_count) write_data_size() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | chrome_subsetter.cc | 60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); in TestChromeSubsetter() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_hw_context.c | 107 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in evergreen_cp_dma_clear_buffer() local
|
| H A D | r600_hw_context.c | 526 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in r600_cp_dma_copy_buffer() local
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| H A D | structdata.c | 58 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char); in xmlstrdup() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
| H A D | chrome_subsetter.cc | 64 int byte_count = 0; in SaveFile() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_cp_dma.c | 220 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_clear_buffer() local 362 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_copy_buffer() local 145 si_cp_dma_prepare(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, unsigned byte_count, uint64_t remaining_size, unsigned user_flags, enum si_coherency coher, bool *is_first, unsigned *packet_flags) si_cp_dma_prepare() argument [all...] |
| /third_party/node/deps/v8/tools/v8windbg/src/ |
| H A D | v8-debug-helper-interop.cc | 32 Read(uintptr_t address, void* destination, size_t byte_count) Read() argument
|
| /third_party/mesa3d/src/intel/ds/ |
| H A D | intel_pps_driver.cc | 187 parse_perf_records(const std::vector<uint8_t> &data, const size_t byte_count) parse_perf_records() argument
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | bio_ssl.c | 31 size_t byte_count; member
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | time-smoother_2.c | 134 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count) { in pa_smoother_2_put() argument 261 int64_t pa_smoother_2_get_delay(pa_smoother_2 *s, pa_usec_t time_stamp, uint64_t byte_count) { in pa_smoother_2_get_delay() argument
|
| /third_party/openssl/ssl/ |
| H A D | bio_ssl.c | 31 size_t byte_count; member
|
| /third_party/backends/backend/ |
| H A D | gt68xx_high.h | 264 SANE_Int byte_count; /**< Bytes transmitted in this line */ member
|
| H A D | gt68xx_low.c | 895 size_t byte_count = 0; in gt68xx_device_read() local
|
| H A D | mustek_usb_low.c | 2611 usb_low_read_rows (ma1017 * chip, SANE_Byte * data, SANE_Word byte_count) in usb_low_read_rows() argument
|
| H A D | test.c | 1439 size_t byte_count = 0; in reader_process() local
|
| /third_party/f2fs-tools/lib/ |
| H A D | libf2fs_io.c | 310 dcache_update_rw(int fd, void *buf, off64_t offset, size_t byte_count, bool is_write) dcache_update_rw() argument
|
| /third_party/skia/src/core/ |
| H A D | SkMD5.cpp | 239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() argument
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jmemmgr.c | 756 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 775 file_offset, byte_count); in do_sarray_io() local 779 file_offset, byte_count); in do_sarray_io() local 789 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 808 file_offset, byte_count); in do_barray_io() local 812 file_offset, byte_count); in do_barray_io() local [all...] |
| /third_party/skia/third_party/externals/piex/src/ |
| H A D | tiff_parser.cc | 502 const size_t byte_count = in ParseDirectory() local
|
| /third_party/libsnd/src/ |
| H A D | common.c | 992 int byte_count = 0, count = 0 ; in psf_binheader_readf() local [all...] |