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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr37101.c19 int hashsize; member in struct:_ClientResource
46 clientTable[client].hashsize++;
/haiku-buildtools/gcc/libcpp/
H A Dpch.c112 size_t hashsize; member in struct:cpp_savedstate
220 /* Calculate the 'hashsize' field of the saved state. */
245 ss->hashsize += NODE_LEN (hn) + 1;
322 ss->hashsize = 0;
332 definedstrs = ss->definedstrs = XNEWVEC (unsigned char, ss->hashsize);
341 z.definition_length = ss->hashsize;
343 || fwrite (ss->definedstrs, ss->hashsize, 1, f) != 1)
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpphash.c92 hashf (name, len, hashsize)
95 int hashsize;
102 return MAKE_POS (r) % hashsize;
/haiku-buildtools/legacy/binutils/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
/haiku-buildtools/binutils/opcodes/
H A Dm88k-dis.c534 unsigned int hashvalue, hashsize;
538 hashsize = sizeof (instructions) / sizeof (INSTAB);
540 hashentries = xmalloc (hashsize * sizeof (struct HASHTAB));
545 for (i = 0; i < hashsize; i++)
533 unsigned int hashvalue, hashsize; local
/haiku-buildtools/legacy/binutils/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.c3099 size_t hashsize = 0;
3497 hashsize = extsymcount * sizeof (struct elf_link_hash_entry *);
3498 old_tab = bfd_malloc (tabsize + entsize + hashsize);
3511 old_ent = (char *) old_hash + hashsize;
3513 memcpy (old_hash, sym_hash, hashsize);
4151 old_ent = (char *) old_hash + hashsize;
4154 memcpy (sym_hash, old_hash, hashsize);
3090 size_t hashsize = 0; local
/haiku-buildtools/binutils/bfd/
H A Decoff.c3052 unsigned int hashsize, hashlog;
3070 hashsize = 1 << hashlog;
3072 symdefsize = hashsize * 8;
3127 H_PUT_32 (abfd, hashsize, temp);
3156 hash = ecoff_armap_hash (*map[i].name, &rehash, hashsize, hashlog);
3162 for (srch = (hash + rehash) & (hashsize - 1);
3164 srch = (srch + rehash) & (hashsize - 1))
3044 unsigned int hashsize, hashlog; local

Completed in 147 milliseconds