Home
last modified time | relevance | path

Searched defs:byte_count (Results 1 – 25 of 46) sorted by relevance

12

/third_party/alsa-utils/axfer/
Dcontainer-raw.c20 uint64_t *byte_count) in raw_builder_pre_process()
31 uint64_t *byte_count) in raw_parser_pre_process()
Dcontainer-riff-wave.c125 unsigned int byte_count; member
130 uint64_t *byte_count) in parse_riff_chunk_header()
148 uint64_t *byte_count) in parse_riff_chunk()
329 uint64_t byte_count; in parse_riff_wave_format() local
347 uint64_t *byte_count) in wave_parser_pre_process()
399 uint64_t byte_count, bool be) in build_riff_chunk_header()
461 uint64_t byte_count, bool be) in build_wave_data_subchunk()
468 uint64_t byte_count) in write_riff_chunk_for_wave()
514 uint64_t *byte_count) in wave_builder_pre_process()
Dcontainer.c43 unsigned int byte_count) in container_recursive_read()
73 unsigned int byte_count) in container_recursive_write()
288 uint64_t byte_count = 0; in container_context_pre_process() local
365 unsigned int byte_count; in container_context_process_frames() local
Dcontainer-au.c74 uint64_t *byte_count) in au_parser_pre_process()
127 uint64_t byte_count) in build_container_header()
138 uint64_t byte_count) in write_container_header()
153 uint64_t *byte_count) in au_builder_pre_process()
Dcontainer-voc.c314 uint32_t byte_count; member
560 uint64_t *byte_count) in voc_parser_pre_process()
617 uint64_t byte_count) in write_v120_format_block()
662 uint64_t byte_count) in write_v110_format_block()
682 uint64_t byte_count) in write_data_blocks()
719 uint64_t *byte_count) in voc_builder_pre_process()
775 static int write_data_size(struct container_context *cntr, uint64_t byte_count) in write_data_size()
/third_party/curl/lib/
Dsmb.h129 unsigned short byte_count; member
149 unsigned short byte_count; member
158 unsigned short byte_count; member
177 unsigned short byte_count; member
208 unsigned short byte_count; member
224 unsigned short byte_count; member
232 unsigned short byte_count; member
237 unsigned short byte_count; member
Dsmb.c454 size_t byte_count = sizeof(lm) + sizeof(nt); in smb_send_setup() local
501 size_t byte_count = strlen(conn->host.name) + strlen(smbc->share); in smb_send_tree_connect() local
526 size_t byte_count; in smb_send_open() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dchrome_subsetter.cc60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); in TestChromeSubsetter() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dchrome_subsetter.cc60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); in TestChromeSubsetter() local
/third_party/boost/boost/multiprecision/cpp_int/
Dserialize.hpp54 std::size_t byte_count; in do_serialize() local
86 std::size_t byte_count = limb_count * sizeof(limb_type); in do_serialize() local
109 std::size_t byte_count; in do_serialize() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c145 struct pipe_resource *src, unsigned byte_count, in si_cp_dma_prepare()
216 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_clear_buffer() local
354 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_copy_buffer() local
/third_party/boost/libs/compute/perf/
Dperf.hpp104 const size_t byte_count = count * sizeof(T); in perf_rate() local
/third_party/grpc/include/grpcpp/impl/codegen/
Dproto_buffer_reader.h131 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
Dproto_buffer_writer.h149 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_hw_context.c107 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in evergreen_cp_dma_clear_buffer() local
Dr600_hw_context.c527 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in r600_cp_dma_copy_buffer() local
/third_party/boost/libs/crc/test/
Dcrc_test.cpp261 std::size_t byte_count in basic_crc32()
278 std::size_t byte_count in optimal_crc32()
313 std::size_t byte_count in quick_crc32()
Dcrc_test2.cpp486 unsigned crc_f1( const void * buffer, std::size_t byte_count ) in crc_f1()
534 unsigned crc_f2( const void * buffer, std::size_t byte_count ) in crc_f2()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc64 int byte_count = 0; in SaveFile() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc64 int byte_count = 0; in SaveFile() local
/third_party/expat/tests/
Dstructdata.c58 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char); in xmlstrdup() local
/third_party/skia/third_party/externals/expat/expat/tests/
Dstructdata.c58 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char); in xmlstrdup() local
/third_party/boost/boost/
Dcrc.hpp1867 std::size_t byte_count in process_bytes()
2095 std::size_t byte_count in process_bytes()
2224 std::size_t byte_count in crc()
2286 std::size_t byte_count, in augmented_crc()
/third_party/boost/boost/uuid/detail/
Dsha1.hpp128 inline void sha1::process_bytes(void const* buffer, std::size_t byte_count) in process_bytes()
/third_party/flutter/skia/src/core/
DSkMD5.cpp239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned()

12