/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMDecoder.java | 206 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 D | KMCosePairNegIntegerTag.java | 57 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 D | KMCosePairSimpleValueTag.java | 35 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 D | KMCosePairIntegerTag.java | 51 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 D | KMCosePairTextStringTag.java | 38 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 D | KMCosePairCoseKeyTag.java | 36 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 D | KMCosePairByteBlobTag.java | 52 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 D | KMSemanticTag.java | 29 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 D | KMDecoder.java | 206 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 D | KMCosePairIntegerTag.java | 51 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 D | KMCosePairNegIntegerTag.java | 57 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 D | KMCosePairSimpleValueTag.java | 35 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 D | KMCosePairCoseKeyTag.java | 36 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 D | KMCosePairTextStringTag.java | 38 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 D | KMCosePairByteBlobTag.java | 52 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 D | vktRobustnessUtil.cpp | 152 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 D | SparseTranspose.h | 33 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 D | CompressedStorage.h | 113 const Scalar* valuePtr() const { return m_values; } in valuePtr() function 114 Scalar* valuePtr() { return m_values; } in valuePtr() function
|
H A D | SparseBlock.h | 219 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 D | GRPCVehicleHardwareUnitTest.cpp | 321 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 D | GRPCVehicleHardwareUnitTest.cpp | 321 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 D | Optional.hpp | 156 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 D | Optional.hpp | 153 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 D | SparseLU_SupernodalMatrix.h | 90 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 D | vktSSBOLayoutCase.cpp | 1057 int colNumber, const void *valuePtr) in generateImmMatrixSrc() 1092 … const 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
|