Searched refs:keyp (Results 1 – 3 of 3) sorted by relevance
17 const char *p, *keyp; in symhash() local22 keyp = key; in symhash()23 size = strlen(keyp); in symhash()24 for ( p = keyp; (p - keyp) < size; p++ ) in symhash()
31 static inline int avtab_hash(struct avtab_key *keyp, u16 mask) in avtab_hash() argument33 return ((keyp->target_class + (keyp->target_type << 2) + in avtab_hash()34 (keyp->source_type << 9)) & mask); in avtab_hash()
309 struct vhd_image *image, **parentp, *parent, *keyp, key; in vhd_util_scan_pretty_print_images() local324 keyp = &key; in vhd_util_scan_pretty_print_images()326 parentp = bsearch(&keyp, scan.images, scan.cur, in vhd_util_scan_pretty_print_images()
Completed in 13 milliseconds