Home
last modified time | relevance | path

Searched defs:hsize (Results 1 – 14 of 14) sorted by relevance

/minix3/crypto/external/bsd/libsaslc/dist/test/hash_tests/
H A Dtest_hash.c75 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 Dulfs_quota2.h102 #define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry)) argument
103 #define qindex2off(hsize, idx) \ argument
/minix3/sys/ufs/ufs/
H A Dquota2.h100 #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 Dmdtest.c59 size_t hsize; member
H A Devp.c326 EVP_Digest(const void *data, size_t dsize, void *hash, unsigned int *hsize, in EVP_Digest()
/minix3/external/bsd/tcpdump/dist/
H A Dprint-tipc.c163 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 Dcompress.c197 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 Dhash.c220 unsigned hsize, in new_hash() argument
H A Dprotocol.c112 unsigned hsize) in omapi_protocol_send_intro()
/minix3/bin/ksh/
H A Dhistory.c50 static int hsize; variable
/minix3/external/bsd/bind/dist/lib/dns/
H A Drrl.c288 int old_bins, new_bins, hsize; in expand_rrl_hash() local
/minix3/lib/libintl/
H A Dgettext.c473 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 Dparse.c1307 int tsize=1, lsize=1, hsize = 0; local
/minix3/external/bsd/tmux/dist/
H A Dtmux.h712 u_int hsize; member