Searched defs:how_many (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_query.cc124 db_query::clear_components(int how_many) argument
128 for (i = 0; i < how_many; i++)
H A Ddb_index_entry.cc182 * key as those given. Returns in 'how_many' the number of entries in the
189 item *i, long * how_many)
218 *how_many = count;
188 lookup(bool_t casein, unsigned long hval, item *i, long * how_many) argument
H A Ddb_mindex.cc655 long how_many, i; local
686 if ((how_many = table->fullness()) <= 0) {
698 entry_object_p * answer = new entry_object_p[how_many];
706 *count = how_many;
715 for (i = 1; i < how_many; i++) {
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c5850 scrub_dcache(int how_many) argument
5859 for (i = 0; i < how_many; i++) {
5887 int how_many; local
5900 how_many = (dcache_nlines * scan_rate) / (1000 * csi->csi_freq);
5905 scrub_dcache(how_many);
5919 scrub_icache(int how_many) argument
5929 for (i = 0; i < how_many; i++) {
5961 int how_many; local
5975 how_many = (icache_nlines * scan_rate) / (1000 * csi->csi_freq);
5980 scrub_icache(how_many);
5991 scrub_ecache(int how_many) argument
6040 int how_many; local
[all...]

Completed in 786 milliseconds