/third_party/alsa-utils/axfer/ |
D | container-raw.c | 20 uint64_t *byte_count) in raw_builder_pre_process() 31 uint64_t *byte_count) in raw_parser_pre_process()
|
D | container-riff-wave.c | 125 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()
|
D | container.c | 43 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
|
D | container-au.c | 74 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()
|
D | container-voc.c | 314 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/ |
D | smb.h | 129 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
|
D | smb.c | 454 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/ |
D | chrome_subsetter.cc | 60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); in TestChromeSubsetter() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | chrome_subsetter.cc | 60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); in TestChromeSubsetter() local
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | serialize.hpp | 54 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/ |
D | si_cp_dma.c | 145 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/ |
D | perf.hpp | 104 const size_t byte_count = count * sizeof(T); in perf_rate() local
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_reader.h | 131 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
|
D | proto_buffer_writer.h | 149 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_hw_context.c | 107 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in evergreen_cp_dma_clear_buffer() local
|
D | r600_hw_context.c | 527 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in r600_cp_dma_copy_buffer() local
|
/third_party/boost/libs/crc/test/ |
D | crc_test.cpp | 261 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()
|
D | crc_test2.cpp | 486 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/ |
D | chrome_subsetter.cc | 64 int byte_count = 0; in SaveFile() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
D | chrome_subsetter.cc | 64 int byte_count = 0; in SaveFile() local
|
/third_party/expat/tests/ |
D | structdata.c | 58 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char); in xmlstrdup() local
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | structdata.c | 58 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char); in xmlstrdup() local
|
/third_party/boost/boost/ |
D | crc.hpp | 1867 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/ |
D | sha1.hpp | 128 inline void sha1::process_bytes(void const* buffer, std::size_t byte_count) in process_bytes()
|
/third_party/flutter/skia/src/core/ |
D | SkMD5.cpp | 239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned()
|