Home
last modified time | relevance | path

Searched refs:collisions (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c220 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()
669 if ((found = bin_find_entry(table, bin, hash, entry->key, &collisions)) != NULL) { in lruhash_insert_or_retrieve()
680 if (table->max_collisions < collisions)
624 size_t collisions; lruhash_insert_or_retrieve() local
[all...]
H A Dslabhash.c253 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 Dlruhash.h181 /** 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);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c120 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()
/freebsd/sys/netlink/route/
H A Dinterface.h274 uint32_t collisions; /* not supported */ member
302 uint64_t collisions; /* not supported */ member
/freebsd/stand/libsa/
H A Dnetif.h30 int collisions; member
/freebsd/sys/dev/video/
H A Dvideo.c1276 int collisions, error, unit; in video_register()
1288 for (collisions = 0; collisions < VIDEO_UNIT_RETRIES; collisions++) { in video_register()
1289 taken[collisions] = unit = alloc_unr(video_unrhdr); in video_register()
1305 while (collisions > 0) in video_register()
1306 free_unr(video_unrhdr, taken[--collisions]); in video_register()
1273 int collisions, error, unit; video_register() local
/freebsd/usr.bin/netstat/
H A Dif.c441 nerr_len = max_num_len(nerr_len, IFA_STAT(collisions)); in intpr()
536 show_stat("NRSlu", nerr_len, "collisions", IFA_STAT(collisions), in intpr()
651 st->ift_co += IFA_STAT(collisions); in fill_iftot()
/freebsd/contrib/bc/
H A Dbuild.gaml255 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."
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_compiler.m438 [Should we avoid @%:@warning on option name collisions?])
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-sq201.dts74 /* Check pin collisions */
H A Dgemini-sl93512r.dts89 /* Check pin collisions */
/freebsd/usr.sbin/cron/doc/
H A DINSTALL41 which will be hard since there will be name collisions. (Note that the man
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h327 u_long collisions; member
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_generate_session_id.pod71 to avoid collisions.
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in26 * from being exported, but for static libraries, naming collisions are a real
/freebsd/crypto/openssh/
H A DPROTOCOL.mux240 collisions with other clients).
/freebsd/contrib/lutok/api-docs/html/
H A Djquery.js22collisions,collisionCount;if(!session.isFixedTipOpen&&(session.isTipOpen||session.tipOpenImminent&…
/freebsd/contrib/file/magic/Magdir/
H A Dhp17 # practice in order to avoid collisions.
/freebsd/contrib/openbsm/
H A DNEWS136 - 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
/freebsd/contrib/jemalloc/
H A DINSTALL.md106 for static libraries, naming collisions are a real possibility. By
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h249 m(+1, u64, collisions, "collisions", "Collisions")
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc491 collisions before they are written out easy to do.
511 Name collisions will still be detected, just not as cleanly. The
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
/freebsd/contrib/libevent/
H A DChangeLog-1.4176 o prefix {encode,decode}_tag functions with evtag to avoid collisions

123