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

  /external/elfcopy/
hash.c 8 Elf32_Word nbuckets,
12 hash_data->d_size += nbuckets;
16 ((Elf32_Word *)hash_data->d_buf)[0] = nbuckets;
25 Elf32_Word nbuckets = *buckets++; local
26 Elf32_Word *chains = ++buckets + nbuckets;
28 unsigned long bucket = elf_hash(symbol) % nbuckets;
58 Elf32_Word nbuckets = *hash_data++; local
60 Elf32_Word *chains = hash_data + nbuckets;
64 index = buckets[elf_hash(symname) % nbuckets];
hash.h 9 Elf32_Word nbuckets,
  /build/tools/apriori/
hash.c 14 Elf32_Word nbuckets = *hash_data++; local
16 Elf32_Word *chains = hash_data + nbuckets;
18 index = buckets[elf_hash(symname) % nbuckets];
  /build/tools/lsd/
hash.c 15 Elf32_Word nbuckets = *hash_data++; local
17 Elf32_Word *chains = hash_data + nbuckets;
19 index = buckets[elf_hash(symname) % nbuckets];

Completed in 1186 milliseconds