Searched refs:fst (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_index.cc | 204 db_index_entry_p fst = tab[bucket ]; in lookup() local 206 if (fst != NULL) in lookup() 207 ret = fst->lookup(case_insens, hval, in lookup() 232 register db_index_entry *fst; in remove() local 246 fst = tab[bucket]; in remove() 247 if (fst == NULL) in remove() 249 else if (fst->remove(&tab[bucket], case_insens, hval, index_value, in remove() 280 db_index_entry_p fst, newbucket; in add() local 283 fst = tab[bucket]; in add() 284 if (fst == NULL) { /* Empty bucket */ in add() [all …]
|
H A D | db_index_entry.cc | 191 db_index_entry_p fst, prev, curr; in lookup() local 194 for (fst = this; fst != NULL; fst = fst->next) { in lookup() 195 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) { in lookup() 204 if (fst != NULL) { in lookup() 205 prev = fst; in lookup() 206 for (curr = fst->next; curr != NULL; curr = curr->next) { in lookup() 219 return (fst); in lookup()
|
H A D | db_dictionary.cc | 499 db_table_desc_p fst = dd->tables.tables_val[bucket]; in search_dictionary() local 501 if (fst != NULL) in search_dictionary() 502 return (search_bucket(fst, hval, target)); in search_dictionary() 518 register db_table_desc *fst; in remove_from_dictionary() local 526 fst = dd->tables.tables_val[bucket]; in remove_from_dictionary() 527 if (fst == NULL) in remove_from_dictionary() 529 if (remove_from_bucket(fst, &dd->tables.tables_val[bucket], in remove_from_dictionary() 572 db_table_desc_p fst; in add_to_dictionary() local 575 fst = dd->tables.tables_val[bucket]; in add_to_dictionary() 577 if (fst == NULL) { /* Empty bucket */ in add_to_dictionary() [all …]
|
/titanic_41/usr/src/cmd/initpkg/ |
H A D | mountall.sh | 330 for fst in $fsckall_fstypes; do 331 if [ "$fst" = "$fstype" ] ; then 382 for fst in $fsckall_fstypes 384 cmd="/usr/lib/fs/$fst/fsckall \$${fst}_fscklist"
|
/titanic_41/usr/src/lib/libm/amd64/src/ |
H A D | exp10l.s | 58 fst %st(2) / [z], x, [z]
|
H A D | expl.s | 59 fst %st(2) / [z], x, [z]
|
H A D | expm1l.s | 66 fst %st(2) / [z], x, [z]
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | exp10l.s | 57 fst %st(2) / [z], x, [z]
|
H A D | expl.s | 58 fst %st(2) / [z], x, [z]
|
H A D | expm1l.s | 65 fst %st(2) / [z], x, [z]
|