Searched refs:hashsize (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/swig-12/Source/DOH/
H A Dhash.c30 int hashsize; member in struct:Hash
114 for (i = 0; i < h->hashsize; i++) {
124 h->hashsize = 0;
139 for (i = 0; i < h->hashsize; i++) {
157 if (h->nitems < 2 * h->hashsize)
161 oldsize = h->hashsize;
181 h->hashsize = newsize;
217 hv = (Hashval(k)) % h->hashsize;
259 int hv = Hashval(ko) % ho->hashsize;
293 hv = Hashval(k) % h->hashsize;
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmultiif.h35 struct Curl_multi *Curl_multi_handle(int hashsize, int chashsize);
H A Dmulti.c253 static struct curl_hash *sh_init(int hashsize) argument
255 return Curl_hash_alloc(hashsize, hash_fd, fd_key_compare,
285 struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */ argument
299 multi->sockhash = sh_init(hashsize);
/macosx-10.10/Heimdal-398.1.2/lib/otp/
H A Dotp_parse.c92 unsigned char *res = malloc(alg->hashsize);
97 ret = (unsigned)(res[alg->hashsize - 1]) |
98 ((res[alg->hashsize - 2] & 0x03) << 8);
H A Dotp.h62 int hashsize; member in struct:__anon672
/macosx-10.10/ncurses-44/xcodescripts/
H A Dbootstrap_headers.sh16 # hashsize.h
18 > "$BUILT_PRODUCTS_DIR"/hashsize.h
/macosx-10.10/ksh-23/ksh/src/lib/libast/hash/
H A Dhashsize.c38 hashsize(register Hash_table_t* tab, int size) function
H A Dhashlook.c278 hashsize(tab, tab->size << 1);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbt.c69 unsigned int hashsize; member in struct:dns_rbt
257 rbt->hashsize = 0;
298 rbt->hashsize * sizeof(dns_rbtnode_t *));
800 for (hnode = rbt->hashtable[hash % rbt->hashsize];
1499 hash = HASHVAL(node) % rbt->hashsize;
1509 rbt->hashsize = RBT_HASH_SIZE;
1510 bytes = rbt->hashsize * sizeof(dns_rbtnode_t *);
1529 oldsize = rbt->hashsize;
1531 rbt->hashsize = rbt->hashsize *
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_subr.c309 long hashsize; local
315 for (hashsize = 1; hashsize <= elements; hashsize <<= 1)
317 hashsize >>= 1;
319 hashsize * sizeof(*hashtbl), type, M_WAITOK|M_ZERO);
321 for (i = 0; i < hashsize; i++)
323 *hashmask = hashsize - 1;
/macosx-10.10/cups-408/cups/cups/
H A Darray.c60 int hashsize, /* Size of hash */ member in struct:_cups_array_s
346 if (a->hashsize)
475 if (hash < 0 || hash >= a->hashsize)
765 a->hashsize = hsize;
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dhash.h196 extern void hashsize(Hash_table_t*, int);
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_hash.c45 #include <hashsize.h>
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dm88k-dis.c535 unsigned int hashvalue, hashsize;
539 hashsize = sizeof (instructions) / sizeof (INSTAB);
541 hashentries = xmalloc (hashsize * sizeof (struct HASHTAB));
546 for (i = 0; i < hashsize; i++)
534 unsigned int hashvalue, hashsize; local
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c3012 unsigned int hashsize, hashlog;
3030 hashsize = 1 << hashlog;
3032 symdefsize = hashsize * 8;
3086 H_PUT_32 (abfd, hashsize, temp);
3115 hash = ecoff_armap_hash (*map[i].name, &rehash, hashsize, hashlog);
3121 for (srch = (hash + rehash) & (hashsize - 1);
3123 srch = (srch + rehash) & (hashsize - 1))
3004 unsigned int hashsize, hashlog; local
H A Delflink.c3198 size_t hashsize = 0;
3596 hashsize = extsymcount * sizeof (struct elf_link_hash_entry *);
3597 old_tab = bfd_malloc (tabsize + entsize + hashsize);
3617 old_ent = (char *) old_hash + hashsize;
3619 memcpy (old_hash, sym_hash, hashsize);
4280 old_ent = (char *) old_hash + hashsize;
4286 memcpy (sym_hash, old_hash, hashsize);
3189 size_t hashsize = 0; local
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-util.el471 (defun gnus-make-hashtable (&optional hashsize)
472 (make-vector (if hashsize (max (gnus-create-hash-size hashsize) 256) 256) 0))
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dnet.py1588 hashsize = pcbi.ipi_hashmask + 1
1589 out_string += "hash size is " + str(int(hashsize)) + "\n"
1598 while (i < hashsize):
1629 while (i < hashsize):
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c2335 uintptr_t hashsize = (buf->dtb_size >> 3) / sizeof (uintptr_t); local
2337 if ((uintptr_t)agb - hashsize * sizeof (dtrace_aggkey_t *) <
2338 (uintptr_t)tomax || hashsize == 0) {
2351 if (hashsize > (DTRACE_AGGHASHSIZE_SLEW << 3))
2352 hashsize -= DTRACE_AGGHASHSIZE_SLEW;
2354 agb->dtagb_hashsize = hashsize;
12448 size_t hashsize, maxper, min_size, chunksize = dstate->dtds_chunksize; local
12473 hashsize = size / (dstate->dtds_chunksize + sizeof (dtrace_dynhash_t));
12475 if (hashsize != 1 && (hashsize
[all...]
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_synch.c1544 unsigned long hashsize = pthhash + 1; local
1554 for(i= 0; i < hashsize; i++) {
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile69 hashlook.c hashscan.c hashsize.c hashview.c hashwalk.c \
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses3237 #include <hashsize.h>
H A Dllib-lncursest3328 #include <hashsize.h>
H A Dllib-lncursesw4016 #include <hashsize.h>

Completed in 446 milliseconds