Searched refs:nentries (Results 101 - 125 of 172) sorted by relevance

1234567

/macosx-10.10/BerkeleyDB-21/db/test/
H A Dsdbtest002.tcl26 proc sdbtest002 { {nentries 10000} } {
52 set newent [expr $nentries / $nsubdbs]
H A Drep061.tcl175 set nentries [expr $niter + $mult]
178 eval rep_test $method $masterenv NULL $nentries $mult $mult \
243 set nentries [expr $niter * 2]
244 eval rep_test $method $masterenv $db $nentries 0 0 0 0 $largs
H A Dtest024.tcl10 proc test024 { method {nentries 10000} args} {
47 if { $nentries == 10000 } {
48 set nentries 100
59 # Read the first nentries dictionary elements and reverse them.
65 while { [gets $did str] != -1 && $count < $nentries } {
H A Dtest111.tcl16 proc test111 { method {nentries 10000} {tnum "111"} args } {
102 while { [gets $did str] != -1 && $count < $nentries } {
144 set count [expr $nentries - 1]
149 # nentries and working down to 0.
237 for { set i 1 } { $i < $nentries } { incr i } {
H A Dtest114.tcl16 proc test114 { method {nentries 10000} {tnum "114"} args } {
100 while { [gets $did str] != -1 && $count < $nentries } {
131 set count [expr $nentries - 1]
135 # delete starting at nentries and working down to 0.
213 for { set i 1 } { $i < $nentries } { incr i } {
H A Dtest115.tcl17 proc test115 { method {nentries 10000} {tnum "115"} args } {
98 while { [gets $did str] != -1 && $count < $nentries } {
128 set count [expr $nentries - 1]
132 # delete starting at nentries and working down to 0.
222 while { [gets $did str] != -1 && $count < $nentries } {
H A Drep045.tcl129 set nentries 100
164 eval rep_test $method $menv $db $nentries $start $start 0 0 $largs
165 incr start $nentries
H A Drep062.tcl201 set nentries 10
204 $masterenv $db1 $nentries $start $start 0 0 $args1
205 incr start $nentries
H A Dtest117.tcl18 proc test117 { method {nentries 10000} {tnum "117"} args } {
91 while { [gets $did str] != -1 && $count < $nentries } {
125 set count [expr $nentries - 1]
129 # delete starting at nentries and working down to 0.
H A Djoin.tcl200 proc build_all { method psize opt oaname with_dup_dups {nentries 100} } {
202 db_build join1.db $nentries 50 1 [conv $method 1]\
204 db_build join2.db $nentries 25 2 [conv $method 2]\
206 db_build join3.db $nentries 16 3 [conv $method 3]\
208 db_build join4.db $nentries 12 4 [conv $method 4]\
210 db_build null.db $nentries 0 5 [conv $method 5]\
H A Dsdb020.tcl12 proc sdb020 { method { nentries 10 } args } {
H A Drep046.tcl14 proc rep046 { method { nentries 200 } { tnum "046" } args } {
46 rep046_sub $method $nentries $tnum $l $r \
H A Drep047.tcl15 proc rep047 { method { nentries 200 } { tnum "047" } args } {
47 rep047_sub $method $nentries $tnum $l $r $args
H A Dsdb018.tcl19 proc sdb018 {method {nentries 100} args } {
74 $duplist $nentries $oargs
H A Dsdbutils.tcl7 proc build_all_subdb { dbname methods psize dups {nentries 100} {dbargs ""}} {
14 subdb_build $dbname $nentries [lindex $dups $i] \
H A Dtest037.tcl9 proc test037 { method {nentries 100} args } {
55 while { [gets $did str] != -1 && $count < $nentries } {
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-agent.c124 int nentries; member in struct:__anon3224
168 idtable[i].nentries = 0;
232 buffer_put_int(&msg, tab->nentries);
405 if (tab->nentries < 1)
407 "internal error: tab->nentries %d",
408 tab->nentries);
411 tab->nentries--;
435 tab->nentries = 0;
461 tab->nentries--;
653 tab->nentries
[all...]
/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_deadlock.c378 u_int32_t *entryp, gen, id, indx, ndx, nentries, *tmpmap; local
452 nentries = (u_int32_t)DB_ALIGN(count, 32) / 32;
462 sizeof(u_int32_t) * nentries, &bitmap)) != 0)
466 sizeof(u_int32_t), nentries, &tmpmap)) != 0) {
527 again: memset(bitmap, 0, count * sizeof(u_int32_t) * nentries);
547 CLEAR_MAP(tmpmap, nentries);
640 entryp = bitmap + (nentries * dd);
641 OR_MAP(entryp, tmpmap, nentries);
749 *allocp = nentries;
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dplhash.h88 PRUint32 nentries; /* number of entries in table */ member in struct:PLHashTable
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dplhash.h88 PRUint32 nentries; /* number of entries in table */ member in struct:PLHashTable
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dplhash.h86 PRUint32 nentries; /* number of entries in table */ member in struct:PLHashTable
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dplhash.h86 PRUint32 nentries; /* number of entries in table */ member in struct:PLHashTable
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dplhash.h86 PRUint32 nentries; /* number of entries in table */ member in struct:PLHashTable
/macosx-10.10/adv_cmds-158/ps/
H A Dps.c214 int nentries, nkept, nselectors; local
576 nentries = -1;
578 kp = kvm_getprocs(kd, what, flag, &nentries);
579 if ((kp == NULL && nentries > 0) || (kp != NULL && nentries < 0))
617 nentries = bufSize / sizeof(struct kinfo_proc);
620 if (nentries > 0) {
621 if ((kinfo = malloc(nentries * sizeof(*kinfo))) == NULL)
623 for (i = nentries; --i >= 0; ++kp) {
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dadb.c149 unsigned int nentries; member in struct:dns_adb
523 while (nbuckets[i] != 0 && adb->nentries >= nbuckets[i])
535 for (i = 0; i < adb->nentries; i++)
570 for (i = 0; i < adb->nentries; i++) {
600 DESTROYMUTEXBLOCK(adb->entrylocks, adb->nentries);
602 sizeof(*adb->entries) * adb->nentries);
604 sizeof(*adb->deadentries) * adb->nentries);
606 sizeof(*adb->entrylocks) * adb->nentries);
608 sizeof(*adb->entry_sd) * adb->nentries);
610 sizeof(*adb->entry_refcnt) * adb->nentries);
[all...]

Completed in 303 milliseconds

1234567