Home
last modified time | relevance | path

Searched defs:sizeBytes (Results 1 – 25 of 38) sorted by relevance

12

/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/
DIoUtils.java25 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
32 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/
DIoUtils.java29 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
36 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
/external/arm-trusted-firmware/include/drivers/arm/cryptocell/713/
Dcc_pal_types.h70 #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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DBaseDescriptor.java42 int sizeBytes; field in BaseDescriptor
/external/arm-trusted-firmware/include/drivers/arm/cryptocell/712/
Dcc_pal_types.h38 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) (((sizeBytes) + CC_32BIT_WORD_SIZE - 1)/CC_32BIT_WOR… argument
/external/webrtc/modules/video_coding/
Dpacket.h66 size_t sizeBytes; variable
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp471 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local
479 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local
DvktImageTranscodingSupportTests.cpp500 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
DvktImageCompressionTranscodingSupport.cpp2007 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData() local
2022 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/
DSilenceSkippingAudioProcessorTest.java314 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/audio/
DSilenceSkippingAudioProcessorTest.java314 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_framework_legalize_to_llvm.cc122 Value sizeBytes; in matchAndRewrite() local
491 Value sizeBytes; in matchAndRewrite() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DSnappyCompressorOutputStream.java212 …private void writeLiteralBlockWithSize(int tagByte, int sizeBytes, int len, LZ77Compressor.Literal… in writeLiteralBlockWithSize()
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
DKMUtils.java367 public static void subtract(byte[] buf, short op1, short op2, short result, byte sizeBytes) { in subtract()
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
DKMUtils.java367 public static void subtract(byte[] buf, short op1, short op2, short result, byte sizeBytes) { in subtract()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java754 final int sizeBytes; field in ShadowParcel.ByteBuffer.FakeEncodedItem
768 FakeEncodedItem(int sizeBytes, Object value) { in FakeEncodedItem()
931 int sizeBytes = INT_SIZE_BYTES + (nullTerminatedChars * 2); in writeString() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp52 deUint32 sizeBytes; member
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dfirebaseml.v1beta2.json352 "sizeBytes": { object
559 "sizeBytes": { object
Dremotebuildexecution.v2.json150 "sizeBytes": { object
196 "sizeBytes": { object
370 "sizeBytes": { object
828 "sizeBytes": { object
2488 "sizeBytes": { object
Dbigtableadmin.v1.json155 "sizeBytes": { object
Dremotebuildexecution.v1alpha.json620 "sizeBytes": { object
2052 "sizeBytes": { object
Dremotebuildexecution.v1.json495 "sizeBytes": { object
1938 "sizeBytes": { object
/external/brotli/java/org/brotli/dec/
DDecode.java354 int sizeBytes = BitReader.readFewBits(s, 2); in decodeMetaBlockLength() local
/external/deqp/modules/glshared/
DglsLongStressCase.cpp673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp407 VkDeviceSize sizeBytes = 0; member

12