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

  /src/crypto/external/bsd/libsaslc/dist/src/
dict.c 64 #define HASH_SIZE 18
73 * NB: The defines HASH_INIT, HASH_SHIFT, and HASH_SIZE should be
86 return hval % HASH_SIZE;
169 for (i = 0; i < HASH_SIZE; i++) {
241 head = calloc(HASH_SIZE, sizeof(*head));
245 for (i = 0; i < HASH_SIZE; i++)
  /src/external/bsd/pkg_install/dist/lib/
license.c 46 #define HASH_SIZE 521
118 static char **license_hash[HASH_SIZE];
130 return hash % HASH_SIZE;
  /src/usr.sbin/dev_mkdb/
dev_mkdb.c 54 #define HASH_SIZE 65536
  /src/external/gpl3/binutils/dist/gprofng/src/
HashMap.h 190 HASH_SIZE = 511,
238 hash_sz = HASH_SIZE;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
HashMap.h 190 HASH_SIZE = 511,
238 hash_sz = HASH_SIZE;
  /src/external/gpl3/gcc/dist/gcc/
print-tree.cc 42 #define HASH_SIZE 37
1145 table = new hash_set<tree> (HASH_SIZE);
cse.cc 415 #define HASH_SIZE (1 << HASH_SHIFT)
416 #define HASH_MASK (HASH_SIZE - 1)
470 static struct table_elt *table[HASH_SIZE];
824 for (i = 0; i < HASH_SIZE; i++)
1404 for (hash = 0; hash < HASH_SIZE; hash++)
1786 for (i = 0; i < HASH_SIZE; i++)
1864 for (hash = 0; hash < HASH_SIZE; hash++)
1931 for (i = 0; i < HASH_SIZE; i++)
1986 for (i = 0; i < HASH_SIZE; i++)
2004 for (i = 0; i < HASH_SIZE; i++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
print-tree.cc 41 #define HASH_SIZE 37
1132 table = new hash_set<tree> (HASH_SIZE);
cse.cc 419 #define HASH_SIZE (1 << HASH_SHIFT)
420 #define HASH_MASK (HASH_SIZE - 1)
488 static struct table_elt *table[HASH_SIZE];
820 for (i = 0; i < HASH_SIZE; i++)
1397 for (hash = 0; hash < HASH_SIZE; hash++)
1779 for (i = 0; i < HASH_SIZE; i++)
1857 for (hash = 0; hash < HASH_SIZE; hash++)
1924 for (i = 0; i < HASH_SIZE; i++)
1979 for (i = 0; i < HASH_SIZE; i++)
1997 for (i = 0; i < HASH_SIZE; i++
    [all...]
  /src/usr.bin/tic/
tic.c 63 #define HASH_SIZE 16384 /* 2012-06-01: 3600 entries */
657 hcreate(HASH_SIZE);
  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 49 #define HASH_SIZE 256
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
408 int hash_count[HASH_SIZE];
414 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0]));
415 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
434 for (i = 0; i < HASH_SIZE; ++i)
444 min_count, max_count, (double) total / HASH_SIZE);
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-dis.c 49 #define HASH_SIZE 256
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
436 int hash_count[HASH_SIZE];
442 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0]));
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
462 for (i = 0; i < HASH_SIZE; ++i)
472 min_count, max_count, (double) total / HASH_SIZE);
  /src/external/gpl3/gdb/dist/opcodes/
sparc-dis.c 49 #define HASH_SIZE 256
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
436 int hash_count[HASH_SIZE];
442 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0]));
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
462 for (i = 0; i < HASH_SIZE; ++i)
472 min_count, max_count, (double) total / HASH_SIZE);
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-dis.c 49 #define HASH_SIZE 256
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
436 int hash_count[HASH_SIZE];
442 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0]));
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
462 for (i = 0; i < HASH_SIZE; ++i)
472 min_count, max_count, (double) total / HASH_SIZE);
  /src/external/bsd/top/dist/machine/
m_linux.c 206 #define HASH_SIZE (1003)
234 #define HASH(x) (((x) * 1686629713U) % HASH_SIZE)
437 ptable = hash_create(HASH_SIZE);
438 tasktable = hash_create(HASH_SIZE);
m_linuxthr.c 188 #define HASH_SIZE (1003)
191 static struct top_proc *ptable[HASH_SIZE];
207 #define HASH(x) (((x) * 1686629713U) % HASH_SIZE)
365 memset(ptable, 0, HASH_SIZE * sizeof(struct top_proc *));
701 for (i = 0; i < HASH_SIZE; ++i)
792 for (i = 0; i < HASH_SIZE; i++)

Completed in 27 milliseconds