Searched defs:hsize (Results 1 – 14 of 14) sorted by relevance
/minix3/crypto/external/bsd/libsaslc/dist/test/hash_tests/ |
H A D | test_hash.c | 75 hash(const char *cp, size_t hsize, size_t hinit, size_t shift) in hash() 88 no_collision(size_t hsize, size_t hinit, size_t shift) in no_collision()
|
/minix3/sys/ufs/lfs/ |
H A D | ulfs_quota2.h | 102 #define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry)) argument 103 #define qindex2off(hsize, idx) \ argument
|
/minix3/sys/ufs/ufs/ |
H A D | quota2.h | 100 #define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry)) argument 101 #define qindex2off(hsize, idx) \ argument
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | mdtest.c | 59 size_t hsize; member
|
H A D | evp.c | 326 EVP_Digest(const void *data, size_t dsize, void *hash, unsigned int *hsize, in EVP_Digest()
|
/minix3/external/bsd/tcpdump/dist/ |
H A D | print-tipc.c | 163 u_int hsize; in print_payload() local 228 u_int hsize; in print_internal() local 296 u_int hsize; in print_link_conf() local
|
/minix3/minix/commands/compress/ |
H A D | compress.c | 197 code_int hsize = HSIZE; /* for dynamic table sizing */ variable 1502 void cl_hash(hsize) /* reset code table */ argument
|
/minix3/external/bsd/dhcp/dist/omapip/ |
H A D | hash.c | 220 unsigned hsize, in new_hash() argument
|
H A D | protocol.c | 112 unsigned hsize) in omapi_protocol_send_intro()
|
/minix3/bin/ksh/ |
H A D | history.c | 50 static int hsize; variable
|
/minix3/external/bsd/bind/dist/lib/dns/ |
H A D | rrl.c | 288 int old_bins, new_bins, hsize; in expand_rrl_hash() local
|
/minix3/lib/libintl/ |
H A D | gettext.c | 473 insert_to_hash(uint32_t *htable, uint32_t hsize, const char *str, uint32_t ref) in insert_to_hash()
|
/minix3/external/bsd/dhcp/dist/common/ |
H A D | parse.c | 1307 int tsize=1, lsize=1, hsize = 0; local
|
/minix3/external/bsd/tmux/dist/ |
H A D | tmux.h | 712 u_int hsize; member
|