| /src/contrib/unbound/util/storage/ |
| H A D | lruhash.c | 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry() argument 230 if (collisions != NULL) in bin_find_entry() 231 *collisions = c; in bin_find_entry() 311 size_t collisions; in lruhash_insert() local 326 if(!(found=bin_find_entry(table, bin, hash, entry->key, &collisions))) { in lruhash_insert() 332 if (table->max_collisions < collisions) in lruhash_insert() 333 table->max_collisions = collisions; in lruhash_insert() 654 size_t collisions; in lruhash_insert_or_retrieve() local 669 if ((found = bin_find_entry(table, bin, hash, entry->key, &collisions)) != NULL) { in lruhash_insert_or_retrieve() 680 if (table->max_collisions < collisions) in lruhash_insert_or_retrieve() [all …]
|
| H A D | slabhash.c | 253 void get_slabhash_stats(struct slabhash* sh, long long* num, long long* collisions) in get_slabhash_stats() argument 267 if (collisions != NULL) in get_slabhash_stats() 268 *collisions = max_collisions; in get_slabhash_stats()
|
| H A D | lruhash.h | 387 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions);
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | make_hash.c | 120 int collisions = 0; in _nc_make_hash_table() local 129 collisions++; in _nc_make_hash_table() 137 printf("/* %d collisions out of %d entries */\n", collisions, tablesize); in _nc_make_hash_table()
|
| /src/sys/netlink/route/ |
| H A D | interface.h | 192 uint32_t collisions; /* not supported */ member 220 uint64_t collisions; /* not supported */ member
|
| /src/stand/libsa/ |
| H A D | netif.h | 30 int collisions; member
|
| /src/usr.bin/netstat/ |
| H A D | if.c | 425 nerr_len = max_num_len(nerr_len, IFA_STAT(collisions)); in intpr() 520 show_stat("NRSlu", nerr_len, "collisions", IFA_STAT(collisions), in intpr() 635 st->ift_co += IFA_STAT(collisions); in fill_iftot()
|
| /src/contrib/bc/ |
| H A D | build.gaml | 255 desc: "The prefix to prepend to the executable names, to prevent collisions." 260 desc: "The suffix to append to the executable names, to prevent collisions."
|
| /src/contrib/ntp/sntp/m4/ |
| H A D | ntp_compiler.m4 | 38 [Should we avoid @%:@warning on option name collisions?])
|
| /src/sys/contrib/device-tree/src/arm/gemini/ |
| H A D | gemini-sq201.dts | 74 /* Check pin collisions */
|
| H A D | gemini-sl93512r.dts | 89 /* Check pin collisions */
|
| /src/usr.sbin/cron/doc/ |
| H A D | INSTALL | 41 which will be hard since there will be name collisions. (Note that the man
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_generate_session_id.pod | 71 to avoid collisions.
|
| /src/contrib/libpcap/pcap/ |
| H A D | pcap.h | 327 u_long collisions; member
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 26 * from being exported, but for static libraries, naming collisions are a real
|
| /src/crypto/openssh/ |
| H A D | PROTOCOL.mux | 240 collisions with other clients).
|
| H A D | PROTOCOL.certkeys | 153 inducing collisions in the signature hash infeasible.
|
| /src/contrib/file/magic/Magdir/ |
| H A D | hp | 17 # practice in order to avoid collisions.
|
| /src/contrib/openbsm/ |
| H A D | NEWS | 136 - Reallocate user audit events to avoid collisions with Solaris; adopt a more 340 collisions with Solaris. Darwin events renamed to AUE_DARWIN_foo, as they
|
| /src/contrib/jemalloc/ |
| H A D | INSTALL.md | 106 for static libraries, naming collisions are a real possibility. By
|
| /src/sys/dev/mlx5/mlx5_en/ |
| H A D | en.h | 249 m(+1, u64, collisions, "collisions", "Collisions")
|
| /src/contrib/ncurses/doc/ |
| H A D | hackguide.doc | 491 collisions before they are written out easy to do. 511 Name collisions will still be detected, just not as cleanly. The
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 6 …e expression text. This will fix symbol resolution when there are name collisions between ivars an…
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
|
| /src/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
|