Home
last modified time | relevance | path

Searched refs:keyOut (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DSizedMRUCache.h56 bool getAt(size_t index, const Key **keyOut, const Value **valueOut) in getAt() argument
62 *keyOut = &it->first; in getAt()
DBlobCache.cpp211 bool BlobCache::getAt(size_t index, const BlobCache::Key **keyOut, BlobCache::Value *valueOut) in getAt() argument
214 bool result = mBlobCache.getAt(index, keyOut, &valueBuf); in getAt()
DBlobCache.h117 const BlobCache::Key **keyOut,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DAlgorithmTests.c700 static TPM2B_KDF_TEST_KEY keyOut; in TestKDFa() local
705 keyOut.t.size = CryptKDFa(KDF_TEST_ALG, &c_kdfTestKeyIn.b, &c_kdfTestLabel.b, in TestKDFa()
707 TEST_KDF_KEY_SIZE * 8, keyOut.t.buffer, in TestKDFa()
709 if ( keyOut.t.size != TEST_KDF_KEY_SIZE in TestKDFa()
710 || !MemoryEqual(keyOut.t.buffer, c_kdfTestKeyOut.t.buffer, in TestKDFa()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java1384 … private boolean getCollationKey(String norm, String line, String s, Output<CollationKey> keyOut) {
1386 keyOut.value = key;
1503 Output<CollationKey> keyOut = new Output<CollationKey>();
1505 if (!getCollationKey(norm, fileLine, s, keyOut)) {
1508 key = keyOut.value;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java1387 … private boolean getCollationKey(String norm, String line, String s, Output<CollationKey> keyOut) {
1389 keyOut.value = key;
1506 Output<CollationKey> keyOut = new Output<CollationKey>();
1508 if (!getCollationKey(norm, fileLine, s, keyOut)) {
1511 key = keyOut.value;