Home
last modified time | relevance | path

Searched defs:outOffset (Results 1 – 25 of 40) sorted by relevance

12

/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMRsaOAEPEncoding.java109 byte[] inBuff, short inOffset, short inLength, byte[] outBuff, short outOffset) in doFinal()
136 byte[] inBuff, short inOffset, short inLength, byte[] outBuff, short outOffset) in update()
147 short outOffset) { in maskGenerationFunction1()
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMRsaOAEPEncoding.java109 byte[] inBuff, short inOffset, short inLength, byte[] outBuff, short outOffset) in doFinal()
136 byte[] inBuff, short inOffset, short inLength, byte[] outBuff, short outOffset) in update()
147 short outOffset) { in maskGenerationFunction1()
/external/armnn/src/backends/reference/workloads/
DSpaceToBatchNd.cpp79 unsigned int outOffset = GetOffset(outputShape, in SpaceToBatchNd() local
101 unsigned int outOffset = GetOffset(outputShape, in SpaceToBatchNd() local
DSpaceToDepth.cpp83 unsigned int outOffset = GetOffset(outputShape, in SpaceToDepth() local
DBatchToSpaceNd.cpp91 … unsigned int outOffset = Offset(outputShape, outBatch, outH, outW, c, dataLayout); in BatchToSpaceNd() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DL2NormalizationTestImpl.cpp34 int32_t outOffset, in L2NormalizationTestImpl()
117 int32_t outOffset, in L2NormalizationEpsilonTestCommon()
179 int32_t outOffset, in L2Normalization1dTestCommon()
265 int32_t outOffset, in L2Normalization2dTestCommon()
326 int32_t outOffset, in L2Normalization3dTestCommon()
407 int32_t outOffset, in L2Normalization4dTestCommon()
/external/libese/ready_se/google/weaver/Applet/src/com/android/weaver/core/
DCoreSlots.java61 byte[] outValue, short outOffset) { in read()
150 public byte read(byte[] keyBuffer, short keyOffset, byte[] outBuffer, short outOffset) { in read()
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DStringUtils.java519 int outOffset = 0; in capitalize() local
559 int outOffset = 0; in uncapitalize() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/crypto/
DAesFlushingCipher.java78 public void update(byte[] in, int inOffset, int length, byte[] out, int outOffset) { in update()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/crypto/
DAesFlushingCipher.java78 public void update(byte[] in, int inOffset, int length, byte[] out, int outOffset) { in update()
/external/google-smali/third_party/dexlib2/src/main/java/com/android/tools/smali/util/
DHex.java261 int outOffset, int bpl, int addressLength) { in dump()
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DCarrierLock.java234 public short get(byte[] lockOut, short outOffset) { in get()
/external/cronet/tot/third_party/icu/source/tools/icuswap/
Dicuswap.cpp323 uint32_t nameOffset, inOffset, outOffset, length; member
/external/cronet/stable/third_party/icu/source/tools/icuswap/
Dicuswap.cpp323 uint32_t nameOffset, inOffset, outOffset, length; member
/external/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp323 uint32_t nameOffset, inOffset, outOffset, length; member
/external/pytorch/android/pytorch_android_torchvision/src/main/cpp/
Dpytorch_vision_jni.cpp27 jint outOffset, in imageYUV420CenterCropToFloatBuffer()
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java264 int outOffset = outOffsets[0] + outOffsets[1]; in TestTimeZoneRoundTrip() local
873 int outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java267 int outOffset = outOffsets[0] + outOffsets[1]; in TestTimeZoneRoundTrip() local
876 int outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/swiftshader/tests/VulkanBenchmarks/
DComputeBenchmarks.cpp136 size_t outOffset = numElements; in initialize() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java158 static native void chacha20_encrypt_decrypt(byte[] in, int inOffset, byte[] out, int outOffset, in chacha20_encrypt_decrypt()
210 static native int ECDH_compute_key(byte[] out, int outOffset, NativeRef.EVP_PKEY publicKeyRef, in ECDH_compute_key()
289 static native int EVP_PKEY_encrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_encrypt()
295 static native int EVP_PKEY_decrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_decrypt()
325 static native int EVP_CipherUpdate(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset, in EVP_CipherUpdate()
328 static native int EVP_CipherFinal_ex(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset) in EVP_CipherFinal_ex()
365 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_seal()
373 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_open()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java152 static native void chacha20_encrypt_decrypt(byte[] in, int inOffset, byte[] out, int outOffset, in chacha20_encrypt_decrypt()
201 static native int ECDH_compute_key(byte[] out, int outOffset, NativeRef.EVP_PKEY publicKeyRef, in ECDH_compute_key()
278 static native int EVP_PKEY_encrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_encrypt()
284 static native int EVP_PKEY_decrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_decrypt()
313 static native int EVP_CipherUpdate(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset, in EVP_CipherUpdate()
316 static native int EVP_CipherFinal_ex(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset) in EVP_CipherFinal_ex()
352 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_seal()
360 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_open()
/external/cronet/stable/third_party/icu/source/test/intltest/
Dtzfmttst.cpp324 int32_t outOffset = outRaw + outDst; in TestTimeZoneRoundTrip() local
1056 int32_t outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp327 int32_t outOffset = outRaw + outDst; in TestTimeZoneRoundTrip() local
1063 int32_t outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/cronet/tot/third_party/icu/source/test/intltest/
Dtzfmttst.cpp324 int32_t outOffset = outRaw + outDst; in TestTimeZoneRoundTrip() local
1056 int32_t outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/skia/src/codec/
DSkXmp.cpp412 bool SkXmpImpl::getContainerGainmapLocation(size_t* outOffset, size_t* outSize) const { in getContainerGainmapLocation()

12