/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/ |
D | IoUtils.java | 25 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/ |
D | IoUtils.java | 29 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/ |
D | cuda-runtime-wrappers.cpp | 110 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/ |
D | rocm-runtime-wrappers.cpp | 111 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/ |
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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | BaseDescriptor.java | 42 int sizeBytes; field in BaseDescriptor
|
/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/webrtc/modules/video_coding/ |
D | packet.h | 65 size_t sizeBytes; variable
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
D | SilenceSkippingAudioProcessorTest.java | 292 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 508 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local 516 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local
|
D | vktImageTranscodingSupportTests.cpp | 495 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
|
D | vktImageCompressionTranscodingSupport.cpp | 1979 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData() local 1994 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertLaunchFuncToLLVMCalls.cpp | 215 Value sizeBytes; in matchAndRewrite() local
|
/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()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmWorkgroupMemoryTests.cpp | 52 deUint32 sizeBytes; member
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | tf_framework_legalize_to_llvm.cc | 83 Value sizeBytes; in matchAndRewrite() local
|
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | ConvertLaunchFuncToRuntimeCalls.cpp | 361 Value sizeBytes; in matchAndRewrite() local
|
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 354 int sizeBytes = BitReader.readFewBits(s, 2); in decodeMetaBlockLength() local
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument
|
/external/golang-protobuf/proto/ |
D | table_marshal.go | 1262 func sizeBytes(ptr pointer, tagsize int) int { func
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 2008 Value sizeBytes; in rewrite() local
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 324 VkExtent3D get2DImageExtentWithSize (const VkDeviceSize sizeBytes, const deUint32 pixelSize) in get2DImageExtentWithSize()
|