Home
last modified time | relevance | path

Searched refs:HASH_SIZE (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Ddict.c68 #define HASH_SIZE 18 macro
90 return hval % HASH_SIZE; in saslc__dict_hashval()
173 for (i = 0; i < HASH_SIZE; i++) { in saslc__dict_destroy()
245 head = calloc(HASH_SIZE, sizeof(*head)); in saslc__dict_create()
249 for (i = 0; i < HASH_SIZE; i++) in saslc__dict_create()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c49 #define HASH_SIZE 256 macro
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
436 int hash_count[HASH_SIZE]; in build_hash_table()
442 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0])); in build_hash_table()
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
462 for (i = 0; i < HASH_SIZE; ++i) in build_hash_table()
472 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
H A DChangeLog-92972575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-dis.c49 #define HASH_SIZE 256 macro
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
436 int hash_count[HASH_SIZE]; in build_hash_table()
442 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0])); in build_hash_table()
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
462 for (i = 0; i < HASH_SIZE; ++i) in build_hash_table()
472 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
H A DChangeLog-92972575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linuxthr.c188 #define HASH_SIZE (1003) macro
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 *)); in machine_init()
701 for (i = 0; i < HASH_SIZE; ++i) in get_process_info()
792 for (i = 0; i < HASH_SIZE; i++) in get_process_info()
H A Dm_linux.c206 #define HASH_SIZE (1003) macro
234 #define HASH(x) (((x) * 1686629713U) % HASH_SIZE)
437 ptable = hash_create(HASH_SIZE); in machine_init()
438 tasktable = hash_create(HASH_SIZE); in machine_init()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHashMap.h191 HASH_SIZE = 511, enumerator
239 hash_sz = HASH_SIZE; in HashMap()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHashMap.h191 HASH_SIZE = 511, enumerator
239 hash_sz = HASH_SIZE; in HashMap()
/netbsd-src/usr.sbin/dev_mkdb/
H A Ddev_mkdb.c53 #define HASH_SIZE 65536 macro
/netbsd-src/usr.bin/tic/
H A Dtic.c63 #define HASH_SIZE 16384 /* 2012-06-01: 3600 entries */ macro
657 hcreate(HASH_SIZE); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc419 #define HASH_SIZE (1 << HASH_SHIFT) macro
420 #define HASH_MASK (HASH_SIZE - 1)
488 static struct table_elt *table[HASH_SIZE];
817 for (i = 0; i < HASH_SIZE; i++) in new_basic_block()
1392 for (hash = 0; hash < HASH_SIZE; hash++) in remove_from_table()
1772 for (i = 0; i < HASH_SIZE; i++) in flush_hash_table()
1849 for (hash = 0; hash < HASH_SIZE; hash++) in invalidate_reg()
1916 for (i = 0; i < HASH_SIZE; i++) in invalidate()
1970 for (i = 0; i < HASH_SIZE; i++) in remove_invalid_refs()
1988 for (i = 0; i < HASH_SIZE; i++) in remove_invalid_subreg_refs()
[all …]
H A Dprint-tree.cc41 #define HASH_SIZE 37 macro
1131 table = new hash_set<tree> (HASH_SIZE); in debug_tree()
H A DChangeLog-1999959 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
962 (new_basic_block): Likewise, use HASH_SIZE, and inline
964 (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c430 #define HASH_SIZE (1 << HASH_SHIFT) macro
431 #define HASH_MASK (HASH_SIZE - 1)
499 static struct table_elt *table[HASH_SIZE];
836 for (i = 0; i < HASH_SIZE; i++) in new_basic_block()
1413 for (hash = 0; hash < HASH_SIZE; hash++) in remove_from_table()
1793 for (i = 0; i < HASH_SIZE; i++) in flush_hash_table()
1870 for (hash = 0; hash < HASH_SIZE; hash++) in invalidate_reg()
1937 for (i = 0; i < HASH_SIZE; i++) in invalidate()
1991 for (i = 0; i < HASH_SIZE; i++) in remove_invalid_refs()
2009 for (i = 0; i < HASH_SIZE; i++) in remove_invalid_subreg_refs()
[all …]
H A Dprint-tree.c41 #define HASH_SIZE 37 macro
1122 table = new hash_set<tree> (HASH_SIZE); in debug_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-200448 (string_node, HASH_SIZE, string_head, hash): Remove.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-92972575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-92972575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201414520 * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up.
14558 * ada-lang.c (HASH_SIZE): New macro.
H A DChangeLog-20047116 (HASH_SIZE): Define.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201414520 * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up.
14558 * ada-lang.c (HASH_SIZE): New macro.
H A DChangeLog-20047116 (HASH_SIZE): Define.