/external/arm-trusted-firmware/include/drivers/arm/cryptocell/713/ |
D | cc_pal_types.h | 70 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) ((sizeBytes)/CC_32BIT_WORD_SIZE + (((sizeBytes) & (… argument 78 #define ROUNDUP_BYTES_TO_32BIT_WORD(sizeBytes) (CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) * CC_32BIT_… argument
|
/external/webrtc/modules/video_coding/ |
D | session_info.cc | 179 length += (*it).sizeBytes; in SessionLength() 195 offset += (*it).sizeBytes; in InsertBuffer() 213 while (nalu_ptr < packet_buffer + packet.sizeBytes) { in InsertBuffer() 222 while (nalu_ptr < packet_buffer + packet.sizeBytes) { in InsertBuffer() 229 packet.sizeBytes = required_length; in InsertBuffer() 230 return packet.sizeBytes; in InsertBuffer() 233 packet_it, packet.sizeBytes + in InsertBuffer() 236 packet.sizeBytes = in InsertBuffer() 237 Insert(packet_buffer, packet.sizeBytes, packet.insertStartCode, in InsertBuffer() 239 return packet.sizeBytes; in InsertBuffer() [all …]
|
D | packet.cc | 23 sizeBytes(0), in VCMPacket() 43 sizeBytes(size), in VCMPacket()
|
D | frame_buffer.cc | 77 RTC_DCHECK(!(NULL == packet.dataPtr && packet.sizeBytes > 0)); in InsertPacket() 97 size() + packet.sizeBytes + in InsertPacket() 128 if (packet.sizeBytes > 0) in InsertPacket()
|
D | session_info_unittest.cc | 27 packet_.sizeBytes = packet_buffer_size(); in SetUp() 118 packet_.sizeBytes = packet_buffer_size(); in TEST_F() 140 packet_.sizeBytes = 0; in TEST_F() 313 packet_.sizeBytes = 0; in TEST_F()
|
D | decoding_state_unittest.cc | 190 packet.sizeBytes = 0; in TEST() 197 packet.sizeBytes = 1400; in TEST() 205 packet.sizeBytes = 0; in TEST() 468 packet.sizeBytes = sizeof(data); in TEST() 512 packet.sizeBytes = sizeof(data); in TEST() 568 packet.sizeBytes = sizeof(data); in TEST()
|
D | packet.h | 66 size_t sizeBytes; variable
|
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/ |
D | IoUtils.java | 25 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local 26 byte[] result = new byte[sizeBytes]; in readTlsVariableLengthByteVector() 32 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local 33 int elementCount = sizeBytes / 2; in readTlsVariableLengthUnsignedShortVector()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/ |
D | IoUtils.java | 29 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local 30 byte[] result = new byte[sizeBytes]; in readTlsVariableLengthByteVector() 36 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local 37 int elementCount = sizeBytes / 2; in readTlsVariableLengthUnsignedShortVector()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | BaseDescriptor.java | 42 int sizeBytes; field in BaseDescriptor 54 + sizeBytes; in getSize() 62 return sizeBytes; in getSizeBytes() 78 sizeBytes = i; in parse()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
D | UDataInfo.java | 157 byte[] sizeBytes = shortToBytes(size); in getByteArray() 160 b[0] = sizeBytes[0]; in getByteArray() 161 b[1] = sizeBytes[1]; in getByteArray()
|
/external/arm-trusted-firmware/include/drivers/arm/cryptocell/712/ |
D | cc_pal_types.h | 38 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) (((sizeBytes) + CC_32BIT_WORD_SIZE - 1)/CC_32BIT_WOR… argument
|
/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
D | rocm_tracer.cc | 124 oss << ", sizeBytes=" << data->args.hipMemcpyDtoH.sizeBytes; in DumpApiCallbackData() 127 oss << ", sizeBytes=" << data->args.hipMemcpyDtoHAsync.sizeBytes; in DumpApiCallbackData() 130 oss << ", sizeBytes=" << data->args.hipMemcpyHtoD.sizeBytes; in DumpApiCallbackData() 133 oss << ", sizeBytes=" << data->args.hipMemcpyHtoDAsync.sizeBytes; in DumpApiCallbackData() 136 oss << ", sizeBytes=" << data->args.hipMemcpyDtoD.sizeBytes; in DumpApiCallbackData() 139 oss << ", sizeBytes=" << data->args.hipMemcpyDtoDAsync.sizeBytes; in DumpApiCallbackData() 142 oss << ", sizeBytes=" << data->args.hipMemcpyAsync.sizeBytes; in DumpApiCallbackData() 584 event.memcpy_info.num_bytes = data->args.hipMemcpyDtoH.sizeBytes; in AddNormalMemcpyEventUponApiExit() 591 event.memcpy_info.num_bytes = data->args.hipMemcpyDtoHAsync.sizeBytes; in AddNormalMemcpyEventUponApiExit() 597 event.memcpy_info.num_bytes = data->args.hipMemcpyHtoD.sizeBytes; in AddNormalMemcpyEventUponApiExit() [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowParcel.java | 693 item.sizeBytes, in UnreliableBehaviorError() 754 final int sizeBytes; field in ShadowParcel.ByteBuffer.FakeEncodedItem 768 FakeEncodedItem(int sizeBytes, Object value) { in FakeEncodedItem() argument 769 this.sizeBytes = sizeBytes; in FakeEncodedItem() 931 int sizeBytes = INT_SIZE_BYTES + (nullTerminatedChars * 2); in writeString() local 932 writeValue(sizeBytes, s); in writeString() 1069 oos.writeInt(item.sizeBytes); in toByteArray() 1158 int endPosition = dataPosition + item.sizeBytes; in checkConsistentReadAndIncrementPosition() 1175 dataPosition = Math.min(dataSize, dataPosition + item.sizeBytes); in checkConsistentReadAndIncrementPosition() 1283 int endPosition = dataPosition + item.sizeBytes; in writeItem()
|
/external/golang-protobuf/encoding/protodelim/ |
D | protodelim.go | 29 sizeBytes := protowire.AppendVarint(nil, uint64(len(msgBytes))) 30 sizeWritten, err := w.Write(sizeBytes)
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
D | SilenceSkippingAudioProcessorTest.java | 314 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer() argument 315 ByteBuffer inputBuffer = ByteBuffer.allocate(sizeBytes).order(ByteOrder.nativeOrder()); in getNextInputBuffer() 318 buffer.limit(min(buffer.position() + sizeBytes / 2, limit)); in getNextInputBuffer()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
D | SilenceSkippingAudioProcessorTest.java | 314 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer() argument 315 ByteBuffer inputBuffer = ByteBuffer.allocate(sizeBytes).order(ByteOrder.nativeOrder()); in getNextInputBuffer() 318 buffer.limit(min(buffer.position() + sizeBytes / 2, limit)); in getNextInputBuffer()
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
D | BundleCallReceiver.java | 76 byte[] sizeBytes = ByteBuffer.allocate(4).putInt(responseBytes.length).array(); in prepareResponse() 77 System.arraycopy(sizeBytes, /* srcPos= */ 0, response, /* destPos= */ 1, /* length= */ 4); in prepareResponse()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/ |
D | SnappyCompressorOutputStream.java | 212 …private void writeLiteralBlockWithSize(int tagByte, int sizeBytes, int len, LZ77Compressor.Literal… in writeLiteralBlockWithSize() argument 215 writeLittleEndian(sizeBytes, len - 1); in writeLiteralBlockWithSize()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 471 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local 473 return sizeBytes; in getCompressedImageSizeInBytes() 479 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local 481 return sizeBytes; in getUncompressedImageSizeInBytes()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | tf_framework_legalize_to_llvm.cc | 122 Value sizeBytes; in matchAndRewrite() local 125 sizes, strides, sizeBytes); in matchAndRewrite() 491 Value sizeBytes; in matchAndRewrite() local 493 strides, sizeBytes); in matchAndRewrite()
|
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMUtils.java | 367 public static void subtract(byte[] buf, short op1, short op2, short result, byte sizeBytes) { in subtract() argument 369 byte index = (byte) (sizeBytes - 1); in subtract()
|
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMUtils.java | 367 public static void subtract(byte[] buf, short op1, short op2, short result, byte sizeBytes) { in subtract() argument 369 byte index = (byte) (sizeBytes - 1); in subtract()
|
/external/webrtc/modules/video_coding/test/ |
D | stream_generator.cc | 65 packet.sizeBytes = size; in GeneratePacket()
|
/external/brotli/csharp/org/brotli/dec/ |
D | Decode.cs | 80 int sizeBytes = Org.Brotli.Dec.BitReader.ReadBits(br, 2); in DecodeMetaBlockLength() 81 if (sizeBytes == 0) in DecodeMetaBlockLength() 85 for (int i = 0; i < sizeBytes; i++) in DecodeMetaBlockLength() 88 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) in DecodeMetaBlockLength()
|