HomeSort by: relevance | last modified time | path
    Searched refs:h_hash (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_htree.h 58 uint32_t h_hash; member in struct:ext2fs_htree_entry
98 uint32_t h_hash; member in struct:ext2fs_htree_sort_entry
ext2fs_xattr.h 59 uint32_t h_hash; /* Hash of all attributes */ member in struct:ext2fs_xattr_header
ext2fs_htree.c 111 return ep->h_hash;
130 ep->h_hash = hash;
236 if (entry1->h_hash < entry2->h_hash)
238 if (entry1->h_hash > entry2->h_hash)
299 &sort_info->h_hash, NULL);
320 *split_hash = sort_info[i + 1].h_hash;
325 if (*split_hash == sort_info[i].h_hash)
  /src/tests/lib/libc/hash/
Makefile 17 PROGS+= h_hash
  /src/usr.bin/config/
hash.c 68 u_int h_hash; /* its hash value */ member in struct:hashent
84 * cheap (the h_hash values prevent a strcmp).
131 TAILQ_INSERT_HEAD(&h[p->h_hash & n], p, h_next);
155 hp->h_hash = h;
219 if (hp->h_hash == h && strcmp(hp->h_name, s) == 0)

Completed in 15 milliseconds