Searched refs:keyp (Results 1 – 5 of 5) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | symtab.c | 20 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()
|
D | avtab.c | 56 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/glib/glib/tests/ |
D | cache.c | 83 key_foreach (gpointer valuep, gpointer keyp, gpointer data) in key_foreach() argument 86 gint *key = keyp; in key_foreach() 94 value_foreach (gpointer keyp, gpointer nodep, gpointer data) in value_foreach() argument 97 gint *key = keyp; in value_foreach()
|
/third_party/python/Lib/test/ |
D | test_itertools.py | 805 def gulp(iterable, keyp=None, func=list): argument 806 return [func(g) for k, g in groupby(iterable, keyp)]
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 1081 const void *keyp = in upb_encode_map() local 1087 CHK(upb_encode_scalarfield(e, keyp, entry, key_field, false)); in upb_encode_map()
|