Home
last modified time | relevance | path

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

/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/llvm-project/mlir/tools/mlir-cuda-runner/
Dcuda-runtime-wrappers.cpp110 extern "C" void *mgpuMemAlloc(uint64_t sizeBytes, CUstream /*stream*/) { in mgpuMemAlloc()
124 extern "C" void mgpuMemHostRegister(void *ptr, uint64_t sizeBytes) { in mgpuMemHostRegister()
140 auto sizeBytes = denseStrides.front() * elementSizeBytes; in mgpuMemHostRegisterMemRef() local
/external/llvm-project/mlir/tools/mlir-rocm-runner/
Drocm-runtime-wrappers.cpp111 extern "C" void *mgpuMemAlloc(uint64_t sizeBytes, hipStream_t /*stream*/) { in mgpuMemAlloc()
125 extern "C" void mgpuMemHostRegister(void *ptr, uint64_t sizeBytes) { in mgpuMemHostRegister()
141 auto sizeBytes = denseStrides.front() * elementSizeBytes; in mgpuMemHostRegisterMemRef() 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.h65 size_t sizeBytes; variable
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/audio/
DSilenceSkippingAudioProcessorTest.java292 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp508 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local
516 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local
DvktImageTranscodingSupportTests.cpp495 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
DvktImageCompressionTranscodingSupport.cpp1979 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData() local
1994 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertLaunchFuncToLLVMCalls.cpp215 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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp52 deUint32 sizeBytes; member
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_framework_legalize_to_llvm.cc83 Value sizeBytes; in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertLaunchFuncToRuntimeCalls.cpp361 Value sizeBytes; in matchAndRewrite() local
/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/golang-protobuf/proto/
Dtable_marshal.go1262 func sizeBytes(ptr pointer, tagsize int) int { func
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2008 Value sizeBytes; in rewrite() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp324 VkExtent3D get2DImageExtentWithSize (const VkDeviceSize sizeBytes, const deUint32 pixelSize) in get2DImageExtentWithSize()