/external/webrtc/webrtc/base/ |
D | win32regkey.cc | 104 DWORD byte_count) { in SetValue() argument 108 const_cast<uint8_t*>(value), byte_count); in SetValue() 114 DWORD byte_count) { in SetValueMultiSZ() argument 118 const_cast<uint8_t*>(value), byte_count); in SetValueMultiSZ() 145 DWORD byte_count = 0; in GetValue() local 148 REG_BINARY, buffer.accept(), &byte_count); in GetValue() 150 ASSERT(byte_count == sizeof(*value)); in GetValue() 151 if (byte_count == sizeof(*value)) { in GetValue() 164 DWORD byte_count = 0; in GetValue() local 167 REG_BINARY, buffer.accept(), &byte_count); in GetValue() [all …]
|
D | win32regkey.h | 107 DWORD byte_count) const; 112 DWORD byte_count, 136 DWORD* byte_count) const; 141 DWORD* byte_count, 186 DWORD byte_count); 192 DWORD byte_count); 237 DWORD* byte_count); 302 DWORD* byte_count) const; 314 DWORD byte_count = 0); 321 DWORD* byte_count = NULL); [all …]
|
D | bitbuffer.cc | 76 BitBuffer::BitBuffer(const uint8_t* bytes, size_t byte_count) in BitBuffer() argument 77 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer() 144 bool BitBuffer::ConsumeBytes(size_t byte_count) { in ConsumeBytes() argument 145 return ConsumeBits(byte_count * 8); in ConsumeBytes() 221 BitBufferWriter::BitBufferWriter(uint8_t* bytes, size_t byte_count) in BitBufferWriter() argument 222 : BitBuffer(bytes, byte_count), writable_bytes_(bytes) { in BitBufferWriter()
|
D | bitbuffer.h | 30 BitBuffer(const uint8_t* bytes, size_t byte_count); 70 bool ConsumeBytes(size_t byte_count); 97 BitBufferWriter(uint8_t* bytes, size_t byte_count);
|
/external/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 209 unsigned short byte_count; member 225 unsigned short byte_count; member 233 unsigned short byte_count; member 238 unsigned short byte_count; member
|
D | smb.c | 440 size_t byte_count = sizeof(lm) + sizeof(nt); in smb_send_setup() local 441 byte_count += strlen(smbc->user) + strlen(smbc->domain); in smb_send_setup() 442 byte_count += strlen(OS) + strlen(CLIENTNAME) + 4; /* 4 null chars */ in smb_send_setup() 443 if(byte_count > sizeof(msg.bytes)) in smb_send_setup() 473 byte_count = p - msg.bytes; in smb_send_setup() 474 msg.byte_count = smb_swap16((unsigned short)byte_count); in smb_send_setup() 477 sizeof(msg) - sizeof(msg.bytes) + byte_count); in smb_send_setup() 486 size_t byte_count = strlen(conn->host.name) + strlen(smbc->share); in smb_send_tree_connect() local 487 byte_count += strlen(SERVICENAME) + 5; /* 2 nulls and 3 backslashes */ in smb_send_tree_connect() 488 if(byte_count > sizeof(msg.bytes)) in smb_send_tree_connect() [all …]
|
/external/tcpdump/tests/ |
D | of10_s4810-vvvv.out | 422 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000012, packet_count 0, byte_count 0 430 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000013, packet_count 0, byte_count 0 438 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000014, packet_count 0, byte_count 0 446 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000015, packet_count 0, byte_count 0 454 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000016, packet_count 0, byte_count 0 462 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000017, packet_count 0, byte_count 0 470 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000018, packet_count 0, byte_count 0 478 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000019, packet_count 0, byte_count 0 486 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001a, packet_count 0, byte_count 0 498 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001b, packet_count 0, byte_count 0 [all …]
|
D | of10_p3295-vv.out | 512 …00f, priority 43207, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 519 …00d, priority 43209, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 525 …014, priority 43202, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 529 …015, priority 43201, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 536 …00e, priority 43208, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 544 …00c, priority 43210, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 550 … priority 43203, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 13, byte_count 1323 555 …riority 54321, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 100, byte_count 10027 562 …002, priority 54320, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 567 …003, priority 54319, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 [all …]
|
/external/image_io/src/base/ |
D | byte_buffer.cc | 15 size_t byte_count = byte_data.GetByteCount(); in WriteBytes() local 16 if (!byte_count) { in WriteBytes() 21 for (size_t index = 0; index < byte_count; ++index) { in WriteBytes() 27 memcpy(pos, byte_data.GetValue().c_str(), byte_count); in WriteBytes() 29 return byte_count; in WriteBytes()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_cp_dma.c | 156 struct pipe_resource *src, unsigned byte_count, in si_cp_dma_prepare() argument 202 byte_count == remaining_size) in si_cp_dma_prepare() 260 unsigned byte_count = MIN2(dma_clear_size, cp_dma_max_byte_count(sctx)); in si_clear_buffer() local 263 si_cp_dma_prepare(sctx, dst, NULL, byte_count, dma_clear_size, 0, in si_clear_buffer() 267 si_emit_cp_dma(sctx, va, value, byte_count, dma_flags, coher); in si_clear_buffer() 269 dma_clear_size -= byte_count; in si_clear_buffer() 270 va += byte_count; in si_clear_buffer() 458 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_copy_buffer() local 460 si_cp_dma_prepare(sctx, dst, src, byte_count, in si_copy_buffer() 465 byte_count, dma_flags, R600_COHERENCY_SHADER); in si_copy_buffer() [all …]
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | h264_sps_parser_unittest.cc | 94 size_t byte_count, bit_offset; in GenerateFakeSps() local 95 writer.GetCurrentOffset(&byte_count, &bit_offset); in GenerateFakeSps() 97 byte_count++; in GenerateFakeSps() 104 for (size_t i = 0; i < byte_count;) { in GenerateFakeSps() 107 if (i < byte_count - 3 && rbsp[i] == 0 && rbsp[i + 1] == 0) { in GenerateFakeSps()
|
/external/libxaac/decoder/ |
D | ixheaacd_aacpluscheck.c | 92 WORD32 byte_count; in ixheaacd_check_for_sbr_payload() local 99 byte_count = ptr_stream_sbr->size_payload; in ixheaacd_check_for_sbr_payload() 106 if (byte_count > 0 && sub_d(byte_count, MAXSBRBYTES) <= 0) { in ixheaacd_check_for_sbr_payload() 116 for (i = byte_count - 2; i >= 0; i--) { in ixheaacd_check_for_sbr_payload()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_hw_context.c | 109 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in evergreen_cp_dma_clear_buffer() local 122 if (size == byte_count) { in evergreen_cp_dma_clear_buffer() 136 radeon_emit(cs, byte_count); /* COMMAND [29:22] | BYTE_COUNT [20:0] */ in evergreen_cp_dma_clear_buffer() 141 size -= byte_count; in evergreen_cp_dma_clear_buffer() 142 offset += byte_count; in evergreen_cp_dma_clear_buffer()
|
D | r600_hw_context.c | 515 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); in r600_cp_dma_copy_buffer() local 528 if (size == byte_count) { in r600_cp_dma_copy_buffer() 543 radeon_emit(cs, byte_count); /* COMMAND [29:22] | BYTE_COUNT [20:0] */ in r600_cp_dma_copy_buffer() 550 size -= byte_count; in r600_cp_dma_copy_buffer() 551 src_offset += byte_count; in r600_cp_dma_copy_buffer() 552 dst_offset += byte_count; in r600_cp_dma_copy_buffer()
|
/external/image_io/src/jpeg/ |
D | jpeg_segment.cc | 145 void JpegSegment::GetPayloadHexDumpStrings(size_t byte_count, in GetPayloadHexDumpStrings() argument 153 ? byte_count in GetPayloadHexDumpStrings() 154 : std::min(byte_count, GetLength() - 2); in GetPayloadHexDumpStrings() 165 for (size_t index = current_count; index < byte_count; ++index) { in GetPayloadHexDumpStrings()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | chrome_subsetter.cc | 64 int byte_count = 0; in SaveFile() local 73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file); in SaveFile() 77 return buffer_length == byte_count; in SaveFile()
|
/external/expat/tests/ |
D | structdata.c | 63 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char); in xmlstrdup() local 64 XML_Char *dup = malloc(byte_count); in xmlstrdup() 67 memcpy(dup, s, byte_count); in xmlstrdup()
|
/external/sfntly/cpp/src/test/ |
D | chrome_subsetter.cc | 60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); in TestChromeSubsetter() local 61 EXPECT_EQ(byte_count, output_length); in TestChromeSubsetter()
|
/external/libjpeg-turbo/ |
D | jmemmgr.c | 756 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 771 byte_count = rows * bytesperrow; in do_sarray_io() 775 file_offset, byte_count); in do_sarray_io() 779 file_offset, byte_count); in do_sarray_io() 780 file_offset += byte_count; in do_sarray_io() 789 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 804 byte_count = rows * bytesperrow; in do_barray_io() 808 file_offset, byte_count); in do_barray_io() 812 file_offset, byte_count); in do_barray_io() 813 file_offset += byte_count; in do_barray_io()
|
D | jmemsys.h | 126 long byte_count); 129 long byte_count);
|
/external/grpc-grpc/test/core/iomgr/ |
D | udp_server_test.cc | 72 ssize_t byte_count; in Read() local 75 byte_count = in Read() 79 g_number_of_bytes_read += static_cast<int>(byte_count); in Read() 81 gpr_log(GPR_DEBUG, "receive %zu on handler %p", byte_count, this); in Read()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_reader.h | 134 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count() argument
|
D | proto_buffer_writer.h | 149 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count() argument
|
/external/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1275 static void si_cp_dma_prepare(struct radv_cmd_buffer *cmd_buffer, uint64_t byte_count, in si_cp_dma_prepare() argument 1290 if (byte_count == remaining_size) in si_cp_dma_prepare() 1348 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); in si_cp_dma_buffer_copy() local 1350 si_cp_dma_prepare(cmd_buffer, byte_count, in si_cp_dma_buffer_copy() 1355 byte_count, dma_flags); in si_cp_dma_buffer_copy() 1357 size -= byte_count; in si_cp_dma_buffer_copy() 1358 main_src_va += byte_count; in si_cp_dma_buffer_copy() 1359 main_dest_va += byte_count; in si_cp_dma_buffer_copy() 1386 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); in si_cp_dma_clear_buffer() local 1389 si_cp_dma_prepare(cmd_buffer, byte_count, size, &dma_flags); in si_cp_dma_clear_buffer() [all …]
|
/external/u-boot/drivers/ddr/marvell/axp/ |
D | ddr3_sdram.c | 494 u32 chan, byte_count, cs_num, byte; in ddr3_dram_sram_burst() local 498 byte_count = len * 4; in ddr3_dram_sram_burst() 527 channel.desc->byte_cnt = byte_count; in ddr3_dram_sram_burst() 543 for (byte = 0; byte < byte_count; byte += 0x20) in ddr3_dram_sram_burst()
|