/external/autotest/client/bin/result_tools/ |
D | utils_lib.py | 94 def get_size_string(size_bytes): argument 104 if size_bytes == 0: 107 i = int(math.log(size_bytes, 1024)) 109 s = size_bytes / p
|
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/ |
D | protobufwireadaptertest.cc | 81 unsigned char* size_bytes; in ExpectReadPreamble() local 82 util::PoloUtil::IntToBigEndianBytes(message_size, size_bytes); in ExpectReadPreamble() 86 std::vector<uint8_t>(size_bytes, size_bytes + 4)); in ExpectReadPreamble() 93 unsigned char* size_bytes; in ExpectSend() local 94 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes); in ExpectSend() 98 memcpy(buffer, size_bytes, 4); in ExpectSend()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | echo_control_mobile_impl.cc | 264 size_t size_bytes) { in SetEchoPath() argument 271 if (size_bytes != echo_path_size_bytes()) { in SetEchoPath() 277 external_echo_path_ = new unsigned char[size_bytes]; in SetEchoPath() 279 memcpy(external_echo_path_, echo_path, size_bytes); in SetEchoPath() 286 size_t size_bytes) const { in GetEchoPath() 291 if (size_bytes != echo_path_size_bytes()) { in GetEchoPath() 301 int32_t err = WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes); in GetEchoPath()
|
D | echo_control_mobile_impl.h | 52 int SetEchoPath(const void* echo_path, size_t size_bytes) override; 53 int GetEchoPath(void* echo_path, size_t size_bytes) const override;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_binding_tables.c | 94 if (prog_data->binding_table.size_bytes == 0) { in brw_upload_binding_table() 116 .size_bytes / 4); in brw_upload_binding_table() 119 prog_data->binding_table.size_bytes, in brw_upload_binding_table() 125 prog_data->binding_table.size_bytes); in brw_upload_binding_table() 134 reserve_hw_bt_space(brw, prog_data->binding_table.size_bytes); in brw_upload_binding_table()
|
D | gen7_vs_state.c | 56 ((prog_data->binding_table.size_bytes / 4) << in upload_vs_state()
|
D | gen7_cs_state.c | 60 prog_data->binding_table.size_bytes, in brw_upload_cs_state() 148 prog_data->binding_table.size_bytes); in brw_upload_cs_state()
|
D | gen8_vs_state.c | 57 ((prog_data->binding_table.size_bytes / 4) << in upload_vs_state()
|
D | gen8_hs_state.c | 46 SET_FIELD(prog_data->binding_table.size_bytes / 4, in gen8_upload_hs_state()
|
D | gen8_ds_state.c | 52 SET_FIELD(prog_data->binding_table.size_bytes / 4, in gen8_upload_ds_state()
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | echo_control_mobile.h | 175 size_t size_bytes); 194 size_t size_bytes);
|
D | echo_control_mobile.c | 517 size_t size_bytes) in WebRtcAecm_InitEchoPath() argument 528 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_InitEchoPath() 545 size_t size_bytes) in WebRtcAecm_GetEchoPath() argument 556 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_GetEchoPath() 566 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes); in WebRtcAecm_GetEchoPath()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | media_optimization.cc | 63 EncodedFrameSample(size_t size_bytes, in EncodedFrameSample() 66 : size_bytes(size_bytes), in EncodedFrameSample() 70 size_t size_bytes; member 348 encoded_frame_samples_.back().size_bytes += encoded_length; in UpdateWithEncodedData() 503 framesize_sum += it->size_bytes; in UpdateSentBitrate()
|
/external/autotest/client/cros/audio/ |
D | audio_data.py | 29 size_bytes=4), 33 size_bytes=2))
|
/external/libtextclassifier/util/utf8/ |
D | unilib-icu.cc | 31 icu::StringPiece(text.data(), text.size_bytes())); in ParseInt32() 84 icu::StringPiece(input.data(), input.size_bytes())))); in Matcher() 249 icu::StringPiece(text.data(), text.size_bytes()))), in BreakIterator() 278 regex.data(), regex.size_bytes())), in CreateRegexPattern()
|
D | unicodetext.cc | 129 int UnicodeText::size_bytes() const { return repr_.size_; } in size_bytes() function in libtextclassifier2::UnicodeText 192 bool UnicodeText::empty() const { return size_bytes() == 0; } in empty()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | screenshare_layers.cc | 41 void ScreenshareLayersVP9::LayerFrameEncoded(unsigned int size_bytes, in LayerFrameEncoded() argument 44 bits_used_[layer_id] += size_bytes * 8; in LayerFrameEncoded()
|
D | screenshare_layers.h | 28 void LayerFrameEncoded(unsigned int size_bytes, uint8_t layer_id);
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/ |
D | protobufwireadapter.cc | 402 uint8_t* size_bytes; in SendOuterMessage() local 403 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes); in SendOuterMessage() 408 std::copy(size_bytes, size_bytes + 4, iter); in SendOuterMessage() 410 delete[] size_bytes; in SendOuterMessage()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | nack.cc | 94 size_t size_bytes = in Create() local 96 size_t header_length = ((size_bytes + 3) / 4) - 1; // As 32bit words - 1 in Create()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-dig.c | 42 long nr_incore(void *ptr, unsigned long size_bytes) in nr_incore() argument 46 long vec_len = size_bytes / PAGE_SIZE; in nr_incore() 53 incore_ret = mincore(ptr, size_bytes, vec); in nr_incore()
|
D | mpx-mm.h | 8 extern long nr_incore(void *ptr, unsigned long size_bytes);
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 72 int(const void* echo_path, size_t size_bytes)); 74 int(void* echo_path, size_t size_bytes));
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility.cc | 471 size_t size_bytes, in RtcpParseCommonHeader() argument 474 if (size_bytes < RtcpCommonHeader::kHeaderSizeBytes) { in RtcpParseCommonHeader() 475 LOG(LS_WARNING) << "Too little data (" << size_bytes << " byte" in RtcpParseCommonHeader() 476 << (size_bytes != 1 ? "s" : "") in RtcpParseCommonHeader() 496 if (size_bytes < packet_size_words * 4) { in RtcpParseCommonHeader() 497 LOG(LS_WARNING) << "Buffer too small (" << size_bytes in RtcpParseCommonHeader()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_transfer_manager.h | 63 int64 size_bytes);
|