Home
last modified time | relevance | path

Searched refs:keyp (Results 1 - 8 of 8) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dsymtab.c20 const char *p, *keyp; in symhash() local
25 keyp = (const char *)key; in symhash()
26 size = strlen(keyp); in symhash()
27 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in symhash()
H A Davtab.c56 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask) in avtab_hash() argument
77 mix(keyp->target_class); in avtab_hash()
78 mix(keyp->target_type); in avtab_hash()
79 mix(keyp->source_type); in avtab_hash()
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_query.c14 static int property_idx_cmp(const void *keyp, const void *compare) in property_idx_cmp() argument
16 OSSL_PROPERTY_IDX key = *(const OSSL_PROPERTY_IDX *)keyp; in property_idx_cmp()
/third_party/openssl/crypto/property/
H A Dproperty_query.c14 static int property_idx_cmp(const void *keyp, const void *compare) in property_idx_cmp() argument
16 OSSL_PROPERTY_IDX key = *(const OSSL_PROPERTY_IDX *)keyp; in property_idx_cmp()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-x86_64.pl1722 my $keyp="0(%rsp)"; # one to pass as $key
1723 my $keyend="8(%rsp)"; # &(keyp->rd_key[4*keyp->rounds])
1843 mov $key,$keyp # save key pointer
1872 mov $keyp,$key # restore key
1911 mov $keyp,$key # restore key
1956 mov $keyp,$key # restore key
2039 mov $key,$keyp # save key pointer
2068 mov $keyp,$key # restore key
2132 mov $keyp,
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-x86_64.pl1722 my $keyp="0(%rsp)"; # one to pass as $key
1723 my $keyend="8(%rsp)"; # &(keyp->rd_key[4*keyp->rounds])
1843 mov $key,$keyp # save key pointer
1872 mov $keyp,$key # restore key
1911 mov $keyp,$key # restore key
1956 mov $keyp,$key # restore key
2039 mov $key,$keyp # save key pointer
2068 mov $keyp,$key # restore key
2132 mov $keyp,
[all...]
/third_party/python/Lib/test/
H A Dtest_itertools.py839 def gulp(iterable, keyp=None, func=list):
840 return [func(g) for k, g in groupby(iterable, keyp)]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1081 const void *keyp = in upb_encode_map() local
1087 CHK(upb_encode_scalarfield(e, keyp, entry, key_field, false)); in upb_encode_map()

Completed in 28 milliseconds