Home
last modified time | relevance | path

Searched defs:valuePtr (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMDecoder.java206 short valuePtr = decode(KMCosePairSimpleValueTag.cast(exp).getValuePtr()); in decodeCosePairSimpleValueTag() local
212 short valuePtr = decode(KMCosePairIntegerTag.cast(exp).getValuePtr()); in decodeCosePairIntegerValueTag() local
218 short valuePtr = decode(KMCosePairNegIntegerTag.cast(exp).getValuePtr()); in decodeCosePairNegIntegerTag() local
224 short valuePtr = decode(KMCosePairTextStringTag.cast(exp).getValuePtr()); in decodeCosePairTxtStringTag() local
230 short valuePtr = decode(KMCosePairCoseKeyTag.cast(exp).getValuePtr()); in decodeCosePairCoseKeyTag() local
236 short valuePtr = decode(KMCosePairByteBlobTag.cast(exp).getValuePtr()); in decodeCosePairByteBlobTag() local
567 short valuePtr = decode(KMSemanticTag.cast(exp).getValuePtr()); in decodeSemanticTagValue() local
H A DKMCosePairNegIntegerTag.java57 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
64 public static short instance(short keyPtr, short valuePtr) { in instance()
H A DKMCosePairSimpleValueTag.java35 public static short instance(short keyPtr, short valuePtr) { in instance()
54 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairIntegerTag.java51 public static short instance(short keyPtr, short valuePtr) { in instance()
70 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairTextStringTag.java38 public static short instance(short keyPtr, short valuePtr) { in instance()
58 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairCoseKeyTag.java36 public static short instance(short keyPtr, short valuePtr) { in instance()
56 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairByteBlobTag.java52 public static short instance(short keyPtr, short valuePtr) { in instance()
72 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMSemanticTag.java29 public static short exp(short valuePtr) { in exp()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMDecoder.java206 short valuePtr = decode(KMCosePairSimpleValueTag.cast(exp).getValuePtr()); in decodeCosePairSimpleValueTag() local
212 short valuePtr = decode(KMCosePairIntegerTag.cast(exp).getValuePtr()); in decodeCosePairIntegerValueTag() local
218 short valuePtr = decode(KMCosePairNegIntegerTag.cast(exp).getValuePtr()); in decodeCosePairNegIntegerTag() local
224 short valuePtr = decode(KMCosePairTextStringTag.cast(exp).getValuePtr()); in decodeCosePairTxtStringTag() local
230 short valuePtr = decode(KMCosePairCoseKeyTag.cast(exp).getValuePtr()); in decodeCosePairCoseKeyTag() local
236 short valuePtr = decode(KMCosePairByteBlobTag.cast(exp).getValuePtr()); in decodeCosePairByteBlobTag() local
567 short valuePtr = decode(KMSemanticTag.cast(exp).getValuePtr()); in decodeSemanticTagValue() local
H A DKMCosePairIntegerTag.java51 public static short instance(short keyPtr, short valuePtr) { in instance()
70 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairNegIntegerTag.java57 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
64 public static short instance(short keyPtr, short valuePtr) { in instance()
H A DKMCosePairSimpleValueTag.java35 public static short instance(short keyPtr, short valuePtr) { in instance()
54 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairCoseKeyTag.java36 public static short instance(short keyPtr, short valuePtr) { in instance()
56 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairTextStringTag.java38 public static short instance(short keyPtr, short valuePtr) { in instance()
58 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
H A DKMCosePairByteBlobTag.java52 public static short instance(short keyPtr, short valuePtr) { in instance()
72 short valuePtr = Util.getShort(heap, (short) (ptr + TLV_HEADER_SIZE + 4)); in cast() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp152 bool isValueZero(const void *valuePtr, size_t valueSizeInBytes) in isValueZero()
165 bool isValueWithinBuffer(const void *buffer, VkDeviceSize bufferSize, const void *valuePtr, size_t … in isValueWithinBuffer()
181 bool isValueWithinBufferOrZero(const void *buffer, VkDeviceSize bufferSize, const void *valuePtr, in isValueWithinBufferOrZero()
266 void logValue(std::ostringstream &logMsg, const void *valuePtr, VkFormat valueFormat, size_t valueS… in logValue()
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseTranspose.h33 inline const Scalar* valuePtr() const { return derived().nestedExpression().valuePtr(); } in valuePtr() function
38 inline Scalar* valuePtr() { return derived().nestedExpression().valuePtr(); } in valuePtr() function
H A DCompressedStorage.h113 const Scalar* valuePtr() const { return m_values; } in valuePtr() function
114 Scalar* valuePtr() { return m_values; } in valuePtr() function
H A DSparseBlock.h219 inline const Scalar* valuePtr() const in valuePtr() function
221 inline Scalar* valuePtr() in valuePtr() function
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/test/
H A DGRPCVehicleHardwareUnitTest.cpp321 auto* valuePtr = resultPtr->mutable_value(); in TEST_F() local
397 auto* valuePtr = resultPtr->mutable_value(); in TEST_F() local
411 auto* valuePtr = resultPtr->mutable_value(); in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/test/
H A DGRPCVehicleHardwareUnitTest.cpp321 auto* valuePtr = resultPtr->mutable_value(); in TEST_F() local
397 auto* valuePtr = resultPtr->mutable_value(); in TEST_F() local
411 auto* valuePtr = resultPtr->mutable_value(); in TEST_F() local
/aosp_15_r20/external/armnn/profiling/common/include/
H A DOptional.hpp156 auto valuePtr = reinterpret_cast<const T*>(m_Storage); in value() local
167 auto valuePtr = reinterpret_cast<T*>(m_Storage); in value() local
/aosp_15_r20/external/armnn/include/armnn/
H A DOptional.hpp153 auto valuePtr = reinterpret_cast<const T*>(m_Storage); in value() local
164 auto valuePtr = reinterpret_cast<T*>(m_Storage); in value() local
/aosp_15_r20/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h90 Scalar* valuePtr() { return m_nzval; } in valuePtr() function
92 const Scalar* valuePtr() const in valuePtr() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1057 int colNumber, const void *valuePtr) in generateImmMatrixSrc()
1092const void *valuePtr, const char *resultVar, const char *typeName, const string shaderName) in generateImmMatrixSrc()
1133 void generateImmScalarVectorSrc(std::ostream &src, glu::DataType basicType, const void *valuePtr) in generateImmScalarVectorSrc()
1320 …const void *valuePtr = (const uint8_t *)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath… in generateCompareSrc() local
1427 …const void *valuePtr = (const uint8_t *)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath… in generateWriteSrc() local

123