HomeSort by relevance Sort by last modified time
    Searched refs:hash_bucket (Results 1 - 3 of 3) sorted by null

  /external/kmod/shared/
hash.c 33 struct hash_bucket { struct
44 struct hash_bucket buckets[];
54 n_buckets * sizeof(struct hash_bucket));
69 struct hash_bucket *bucket, *bucket_end;
151 struct hash_bucket *bucket = hash->buckets + pos;
194 struct hash_bucket *bucket = hash->buckets + pos;
239 const struct hash_bucket *bucket = hash->buckets + pos;
258 struct hash_bucket *bucket = hash->buckets + pos;
310 const struct hash_bucket *b = iter->hash->buckets + iter->bucket;
  /external/freetype/src/base/
fthash.c 106 hash_bucket( FT_Hashkey key, function
153 nbp = hash_bucket( (*bp)->key, hash );
240 FT_Hashnode* bp = hash_bucket( key, hash );
305 FT_Hashnode* np = hash_bucket( key, hash );
  /external/dnsmasq/src/
cache.c 137 static struct crec **hash_bucket(char *name) function
161 struct crec **up = hash_bucket(cache_get_name(crecp));
276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
508 for (up = hash_bucket(name), crecp = *up; crecp; crecp = next)
    [all...]

Completed in 106 milliseconds