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

  /src/external/gpl3/gcc.old/dist/libgomp/
hashtab.h 266 hashval_t hash2; local
273 hash2 = htab_mod_m2 (hash, htab);
276 index += hash2;
336 hashval_t index, hash2, hash = htab_hash (element); local
348 hash2 = htab_mod_m2 (hash, htab);
351 index += hash2;
374 hashval_t index, hash2, hash = htab_hash (element); local
398 hash2 = htab_mod_m2 (hash, htab);
401 index += hash2;
  /src/lib/libc/db/hash/
hash_func.c 51 static uint32_t hash2(const void *, size_t) __attribute__((__unused__));
90 hash2(const void *keyarg, size_t len)
  /src/sys/arch/sandpoint/stand/altboot/
exception.c 44 uint32_t dmiss, dcmp, hash1, hash2; member in struct:cpu_state
90 "DMISS=%08x DCMP=%08x HASH1=%08x HASH2=%08x\n"
94 st->dmiss,st->dcmp,st->hash1,st->hash2,
  /src/external/gpl3/gcc.old/dist/libcpp/
symtab.cc 103 unsigned int hash2; local
124 /* hash2 must be odd, so we're guaranteed to visit every possible
126 hash2 = ((hash * 17) & sizemask) | 1;
131 index = (index + hash2) & sizemask;
196 unsigned int index, hash, hash2; local
203 hash2 = ((hash * 17) & sizemask) | 1;
206 index = (index + hash2) & sizemask;
  /src/usr.bin/config/
hash.c 91 static inline u_int hash2(u_int, const char *, const char *);
186 hash2(u_int h, const char *str1, const char *str2) function
216 h = hash2(0, s, NULL);
271 h = hash2(0, nam1, nam2);
305 h = hash2(0, name1, name2);
333 h = hash2(0, nam1, nam2);
  /src/external/gpl3/binutils/dist/libiberty/
hashtab.c 486 hashval_t hash2; local
493 hash2 = htab_mod_m2 (hash, htab);
496 index += hash2;
587 hashval_t index, hash2; local
600 hash2 = htab_mod_m2 (hash, htab);
604 index += hash2;
637 hashval_t index, hash2; local
662 hash2 = htab_mod_m2 (hash, htab);
666 index += hash2;
854 hash(), hash2(), hash3, and mix() are externally useful functions
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
hashtab.c 486 hashval_t hash2; local
493 hash2 = htab_mod_m2 (hash, htab);
496 index += hash2;
587 hashval_t index, hash2; local
600 hash2 = htab_mod_m2 (hash, htab);
604 index += hash2;
637 hashval_t index, hash2; local
662 hash2 = htab_mod_m2 (hash, htab);
666 index += hash2;
854 hash(), hash2(), hash3, and mix() are externally useful functions
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
hashtab.c 486 hashval_t hash2; local
493 hash2 = htab_mod_m2 (hash, htab);
496 index += hash2;
587 hashval_t index, hash2; local
600 hash2 = htab_mod_m2 (hash, htab);
604 index += hash2;
637 hashval_t index, hash2; local
662 hash2 = htab_mod_m2 (hash, htab);
666 index += hash2;
854 hash(), hash2(), hash3, and mix() are externally useful functions
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hash-table.h 739 hashval_t hash2; local
745 hash2 = hash_table_mod2 (hash, m_size_prime_index);
748 index += hash2;
929 hashval_t hash2 = hash_table_mod2 (hash, m_size_prime_index);
933 index += hash2;
977 hashval_t hash2 = hash_table_mod2 (hash, m_size_prime_index); local
990 index += hash2;
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 432 hash2=`openssl sha1 ${RELEASE}/$1 | sed -e 's#(.*)##' -e 's# *= *#=#'`
434 printf " %-37s%s\n\n %s\n %s\n\n" "$1" "$2" "$hash" "$hash2" \
  /src/external/bsd/unbound/dist/validator/
val_secalgo.c 1385 unsigned char hash2[HASH_LENGTH_MAX*2]; local
1444 if(prefixlen+hashlen > sizeof(hash2)) {
1449 sechash.data = hash2;
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 5941 int hash2 = ((((int) addr) & 0xFFFC00) | (((int) f_offset) >> 2)) local
5943 instr = instHTable[hash2];
5949 instHTable[hash2] = instr;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.cc 5941 int hash2 = ((((int) addr) & 0xFFFC00) | (((int) f_offset) >> 2)) local
5943 instr = instHTable[hash2];
5949 instHTable[hash2] = instr;
  /src/external/bsd/unbound/dist/services/
authzone.c 1845 uint8_t* hash2 = NULL; local
1852 &scheme2, &hashalgo2, &hash2, &hashlen2)) {
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 8146 any of HASH1, HASH2, HASH3, or HASH4. */
8152 struct ppc_link_hash_entry *hash2,
8168 || h == elf_hash_entry (hash2)
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 8146 any of HASH1, HASH2, HASH3, or HASH4. */
8152 struct ppc_link_hash_entry *hash2,
8168 || h == elf_hash_entry (hash2)

Completed in 118 milliseconds