Home
last modified time | relevance | path

Searched refs:nindex (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/libiberty/
HDhashtab.c461 int nindex = higher_prime_index (1024 / sizeof (PTR)); in htab_empty() local
462 int nsize = prime_tab[nindex].prime; in htab_empty()
474 htab->size_prime_index = nindex; in htab_empty()
533 unsigned int oindex, nindex; in htab_expand() local
545 nindex = higher_prime_index (elts * 2); in htab_expand()
546 nsize = prime_tab[nindex].prime; in htab_expand()
550 nindex = oindex; in htab_expand()
563 htab->size_prime_index = nindex; in htab_expand()
/dragonfly/contrib/gcc-4.7/libiberty/
HDhashtab.c461 int nindex = higher_prime_index (1024 / sizeof (PTR)); in htab_empty() local
462 int nsize = prime_tab[nindex].prime; in htab_empty()
474 htab->size_prime_index = nindex; in htab_empty()
533 unsigned int oindex, nindex; in htab_expand() local
545 nindex = higher_prime_index (elts * 2); in htab_expand()
546 nsize = prime_tab[nindex].prime; in htab_expand()
550 nindex = oindex; in htab_expand()
563 htab->size_prime_index = nindex; in htab_expand()
/dragonfly/contrib/binutils-2.27/libiberty/
HDhashtab.c453 int nindex = higher_prime_index (1024 / sizeof (PTR)); in htab_empty() local
454 int nsize = prime_tab[nindex].prime; in htab_empty()
466 htab->size_prime_index = nindex; in htab_empty()
525 unsigned int oindex, nindex; in htab_expand() local
537 nindex = higher_prime_index (elts * 2); in htab_expand()
538 nsize = prime_tab[nindex].prime; in htab_expand()
542 nindex = oindex; in htab_expand()
555 htab->size_prime_index = nindex; in htab_expand()
/dragonfly/contrib/binutils-2.34/libiberty/
HDhashtab.c452 int nindex = higher_prime_index (1024 / sizeof (PTR)); in htab_empty() local
453 int nsize = prime_tab[nindex].prime; in htab_empty()
465 htab->size_prime_index = nindex; in htab_empty()
524 unsigned int oindex, nindex; in htab_expand() local
536 nindex = higher_prime_index (elts * 2); in htab_expand()
537 nsize = prime_tab[nindex].prime; in htab_expand()
541 nindex = oindex; in htab_expand()
554 htab->size_prime_index = nindex; in htab_expand()
/dragonfly/contrib/gcc-8.0/libiberty/
HDhashtab.c452 int nindex = higher_prime_index (1024 / sizeof (PTR)); in htab_empty() local
453 int nsize = prime_tab[nindex].prime; in htab_empty()
465 htab->size_prime_index = nindex; in htab_empty()
524 unsigned int oindex, nindex; in htab_expand() local
536 nindex = higher_prime_index (elts * 2); in htab_expand()
537 nsize = prime_tab[nindex].prime; in htab_expand()
541 nindex = oindex; in htab_expand()
554 htab->size_prime_index = nindex; in htab_expand()
/dragonfly/contrib/gcc-8.0/gcc/
HDhash-table.h723 unsigned int nindex; in expand() local
727 nindex = hash_table_higher_prime_index (elts * 2); in expand()
728 nsize = prime_tab[nindex].prime; in expand()
732 nindex = oindex; in expand()
744 m_size_prime_index = nindex; in expand()
793 int nindex = hash_table_higher_prime_index (nsize); in empty_slow() local
794 int nsize = prime_tab[nindex].prime; in empty_slow()
803 m_size_prime_index = nindex; in empty_slow()
/dragonfly/sys/vfs/hammer/
HDhammer_cursor.c1016 hammer_node_t nnode, int nindex) in hammer_cursor_moved_element() argument
1035 cursor->leaf = &nndisk->elms[nindex].leaf; in hammer_cursor_moved_element()
1037 cursor->index = nindex; in hammer_cursor_moved_element()
1066 (intmax_t)nnode->node_offset, nindex); in hammer_cursor_moved_element()
1070 cursor->leaf = &nndisk->elms[nindex].leaf; in hammer_cursor_moved_element()
1072 cursor->index = nindex; in hammer_cursor_moved_element()
1090 hammer_node_t nparent, int nindex) in hammer_cursor_parent_changed() argument
1099 cursor->parent_index = nindex; in hammer_cursor_parent_changed()
HDhammer.h1100 hammer_node_t nnode, int nindex);
1102 hammer_node_t nparent, int nindex);