| /src/external/bsd/unbound/dist/testdata/ |
| common.sh | 138 local collisions 142 collisions=0 146 # depending on uname try to check for collisions in port numbers 165 collisions=`expr $collisions + 1` 168 if test $collisions = $MAXCOLLISION; then 169 error "too many collisions getting random port number"
|
| /src/sys/lib/libsa/ |
| netif.h | 58 int collisions; member in struct:netif_stats
|
| /src/external/gpl3/binutils/dist/gas/ |
| hash.c | 72 fprintf (f, "\t%u collisions\n", table->collisions);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| hash.c | 72 fprintf (f, "\t%u collisions\n", table->collisions);
|
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| symtab.h | 67 unsigned int collisions; member in struct:ht
|
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| symtab.h | 66 unsigned int collisions; member in struct:ht
|
| /src/external/gpl3/binutils/dist/include/ |
| hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member in struct:htab
|
| /src/external/gpl3/binutils.old/dist/include/ |
| hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member in struct:htab
|
| /src/external/gpl3/gcc/dist/include/ |
| hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member in struct:htab
|
| /src/external/gpl3/gcc.old/dist/include/ |
| hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member in struct:htab
|
| /src/external/gpl3/gdb.old/dist/include/ |
| hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member in struct:htab
|
| /src/external/gpl3/gdb/dist/include/ |
| hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member in struct:htab
|
| /src/external/bsd/unbound/dist/util/storage/ |
| slabhash.c | 253 void get_slabhash_stats(struct slabhash* sh, long long* num, long long* collisions) 267 if (collisions != NULL) 268 *collisions = max_collisions;
|
| lruhash.c | 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) 230 if (collisions != NULL) 231 *collisions = c; 311 size_t collisions; local 326 if(!(found=bin_find_entry(table, bin, hash, entry->key, &collisions))) { 332 if (table->max_collisions < collisions) 333 table->max_collisions = collisions; 654 size_t collisions; local 669 if ((found = bin_find_entry(table, bin, hash, entry->key, &collisions)) != NULL) { 680 if (table->max_collisions < collisions) [all...] |
| lruhash.h | 181 /** the maximum collisions were detected during the lruhash_insert operations. */ 383 * @param collisions: how many collisions were found during the search. 387 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions);
|
| /src/sys/arch/hp300/stand/common/ |
| if_le.c | 602 le_stats[unit].collisions++; 604 le_stats[unit].collisions += 2; 609 le_stats[unit].collisions++; 613 le_stats[unit].collisions += 16;
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| symtab.cc | 130 table->collisions++; 337 (double) table->collisions / (double) table->searches);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| symtab.cc | 130 table->collisions++; 337 (double) table->collisions / (double) table->searches);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| write-java.c | 168 is added to the index during lookup. If there are collisions, only odd 226 must deal with collisions, then some inputs would lead to 275 /* There are collisions if and only if best_score > best_hashsize. */ 416 write_lookup_code (FILE *stream, unsigned int hashsize, bool collisions) 420 if (collisions) 700 bool collisions; local 704 /* Determine the hash table size and whether it leads to collisions. */ 705 hashsize = compute_hashsize (mlp, &collisions); 761 write_lookup_code (stream, hashsize, collisions); 774 write_lookup_code (stream, hashsize, collisions); [all...] |
| /src/sys/dev/ic/ |
| dp8390.c | 666 uint8_t collisions = local 673 * collisions, and in this case it is best to allow the 679 /* Excessive collisions (16). */ 681 & ED_TSR_ABT) && (collisions == 0)) { 683 * When collisions total 16, the P0_NCR 687 collisions = 16; 698 * and late collisions here. 713 * Add in total number of collisions on last 716 if (collisions) { 718 collisions); [all...] |
| /src/sys/arch/mvme68k/stand/netboot/ |
| if_le.c | 379 le_stats.collisions++; 381 le_stats.collisions += 2;
|
| /src/external/bsd/cron/dist/ |
| INSTALL | 41 which will be hard since there will be name collisions. (Note that the man
|
| /src/external/bsd/iscsi/dist/include/ |
| iscsiutil.h | 231 int collisions; member in struct:hash_t
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| hashtab.c | 475 - Does not change the count of elements/searches/collisions in the 603 htab->collisions++; 665 htab->collisions++; 794 /* Return the fraction of fixed collisions during all work with given 803 return (double) htab->collisions / (double) htab->searches;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| hashtab.c | 475 - Does not change the count of elements/searches/collisions in the 603 htab->collisions++; 665 htab->collisions++; 794 /* Return the fraction of fixed collisions during all work with given 803 return (double) htab->collisions / (double) htab->searches;
|