Home
last modified time | relevance | path

Searched refs:ckey (Results 1 – 13 of 13) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_symtab.c152 static void cil_complex_symtab_hash(struct cil_complex_symtab_key *ckey, int mask, intptr_t *hash) in cil_complex_symtab_hash() argument
154 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4; in cil_complex_symtab_hash()
168 struct cil_complex_symtab_key *ckey, in cil_complex_symtab_insert() argument
179 node->ckey = ckey; in cil_complex_symtab_insert()
182 cil_complex_symtab_hash(ckey, symtab->mask, &hash); in cil_complex_symtab_insert()
186 if (ckey->key1 == curr->ckey->key1 && in cil_complex_symtab_insert()
187 ckey->key2 == curr->ckey->key2 && in cil_complex_symtab_insert()
188 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert()
189 ckey->key4 == curr->ckey->key4) { in cil_complex_symtab_insert()
194 if (ckey->key1 == curr->ckey->key1 && in cil_complex_symtab_insert()
[all …]
Dcil_symtab.h61 struct cil_complex_symtab_key *ckey; member
85 …_insert(struct cil_complex_symtab *symtab, struct cil_complex_symtab_key *ckey, struct cil_complex…
86 …_search(struct cil_complex_symtab *symtab, struct cil_complex_symtab_key *ckey, struct cil_complex…
/external/vboot_reference/tests/
Dvb21_host_key_tests.c37 const struct vb2_private_key *ckey; in private_key_tests() local
151 TEST_EQ(vb2_private_key_hash(&ckey, VB2_HASH_INVALID), in private_key_tests()
154 TEST_PTR_EQ(ckey, NULL, " key_ptr"); in private_key_tests()
156 TEST_SUCC(vb2_private_key_hash(&ckey, combo->hash_alg), "Hash key"); in private_key_tests()
157 TEST_PTR_NEQ(ckey, NULL, " key_ptr"); in private_key_tests()
158 TEST_EQ(ckey->hash_alg, combo->hash_alg, " hash_alg"); in private_key_tests()
159 TEST_EQ(ckey->sig_alg, VB2_SIG_NONE, " sig_alg"); in private_key_tests()
160 TEST_EQ(memcmp(&ckey->guid, vb2_hash_guid(combo->hash_alg), in private_key_tests()
161 sizeof(ckey->guid)), 0, " guid"); in private_key_tests()
163 TEST_SUCC(vb2_private_key_write(ckey, testfile), "Write hash key"); in private_key_tests()
/external/igt-gpu-tools/tests/
Dkms_legacy_colorkey.c38 struct drm_intel_sprite_colorkey ckey = { in test_plane() local
42 igt_assert(drmCommandWrite(drm_fd, DRM_I915_SET_SPRITE_COLORKEY, &ckey, in test_plane()
43 sizeof(ckey)) == expected_ret); in test_plane()
/external/leveldb/benchmarks/
Ddb_bench_tree_db.cc465 std::string ckey, cvalue; in ReadSequential() local
466 while (cur->get(&ckey, &cvalue, true)) { in ReadSequential()
467 bytes_ += ckey.size() + cvalue.size(); in ReadSequential()
/external/icu/icu4c/source/common/
Dunifiedcache.cpp50 const CacheKeyBase *ckey = (const CacheKeyBase *) key.pointer; in ucache_hashKeys() local
51 return ckey->hashCode(); in ucache_hashKeys()
/external/cronet/third_party/icu/source/common/
Dunifiedcache.cpp50 const CacheKeyBase *ckey = (const CacheKeyBase *) key.pointer; in ucache_hashKeys() local
51 return ckey->hashCode(); in ucache_hashKeys()
/external/python/cpython3/Lib/test/
Dtest_winreg.py194 access=KEY_ALL_ACCESS) as ckey:
195 self.assertTrue(ckey.handle != 0)
/external/libxml2/
Dxmlschemas.c23185 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; in xmlSchemaXPathProcessHistory() local
23206 ckey = (*keySeq)[j]; in xmlSchemaXPathProcessHistory()
23208 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val); in xmlSchemaXPathProcessHistory()
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18166-libtirpc.so.abi3223 …<parameter type-id='type-id-382' name='ckey' filepath='/home/max/src/v6/libtirpc/src/rpc_soc.c' li…
4143 …<parameter type-id='type-id-408' name='ckey' filepath='/home/max/src/v6/libtirpc/src/auth_des.c' l…
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt29184 ##ckey
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h77634 struct drm_intel_sprite_colorkey ckey; member
Dvmlinux.h77634 struct drm_intel_sprite_colorkey ckey; member