HomeSort by: relevance | last modified time | path
    Searched defs:collisions (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libcpp/include/
symtab.h 67 unsigned int collisions; member in struct:ht
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
symtab.h 66 unsigned int collisions; member in struct:ht
  /src/sys/lib/libsa/
netif.h 58 int collisions; member in struct:netif_stats
netif.h 58 int collisions; member in struct:netif_stats
  /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
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
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
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
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
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
hashtab.h 122 of collisions fixed for time of work with the hash table. */
123 unsigned int collisions; member in struct:htab
  /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...]
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/external/bsd/unbound/dist/util/storage/
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.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...]
  /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...]
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/external/bsd/iscsi/dist/include/
iscsiutil.h 231 int collisions; member in struct:hash_t

Completed in 59 milliseconds

1 2