| /netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
| H A D | dict.c | 68 #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 D | sparc-dis.c | 49 #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 D | ChangeLog-9297 | 2575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | sparc-dis.c | 49 #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 D | ChangeLog-9297 | 2575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_linuxthr.c | 188 #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 D | m_linux.c | 206 #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 D | HashMap.h | 191 HASH_SIZE = 511, enumerator 239 hash_sz = HASH_SIZE; in HashMap()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | HashMap.h | 191 HASH_SIZE = 511, enumerator 239 hash_sz = HASH_SIZE; in HashMap()
|
| /netbsd-src/usr.sbin/dev_mkdb/ |
| H A D | dev_mkdb.c | 53 #define HASH_SIZE 65536 macro
|
| /netbsd-src/usr.bin/tic/ |
| H A D | tic.c | 63 #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 D | cse.cc | 419 #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 D | print-tree.cc | 41 #define HASH_SIZE 37 macro 1131 table = new hash_set<tree> (HASH_SIZE); in debug_tree()
|
| H A D | ChangeLog-1999 | 959 (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 D | cse.c | 430 #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 D | print-tree.c | 41 #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 D | ChangeLog-2004 | 48 (string_node, HASH_SIZE, string_head, hash): Remove.
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-9297 | 2575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-9297 | 2575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2014 | 14520 * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up. 14558 * ada-lang.c (HASH_SIZE): New macro.
|
| H A D | ChangeLog-2004 | 7116 (HASH_SIZE): Define.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2014 | 14520 * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up. 14558 * ada-lang.c (HASH_SIZE): New macro.
|
| H A D | ChangeLog-2004 | 7116 (HASH_SIZE): Define.
|