Searched refs:ndx (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Drectype.awk8 while ((ndx = index(RECTYPE, ",")) != 0) {
9 types[ntypes] = substr(RECTYPE, 1, ndx - 1);
10 RECTYPE = substr(RECTYPE, ndx + 1, length(RECTYPE) - ndx);
H A Dfileid.awk8 while ((ndx = index(FILEID, ",")) != 0) {
9 files[nfiles] = substr(FILEID, 1, ndx - 1);
10 FILEID = substr(FILEID, ndx + 1, length(FILEID) - ndx);
H A Dpgno.awk8 while ((ndx = index(PGNO, ",")) != 0) {
9 pgno[npages] = substr(PGNO, 1, ndx - 1);
10 PGNO = substr(PGNO, ndx + 1, length(PGNO) - ndx);
H A Dtxn.awk6 while ((ndx = index(TXN, ",")) != 0) {
7 txn[ntxns] = substr(TXN, 1, ndx - 1);
8 TXN = substr(TXN, ndx + 1, length(TXN) - ndx);
H A Ddbname.awk8 while ((ndx = index(DBNAME, ",")) != 0) {
9 filenames[nfiles] = substr(DBNAME, 1, ndx - 1) 0;
10 DBNAME = substr(DBNAME, ndx + 1, length(DBNAME) - ndx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest070.tcl78 for { set ndx 0 } { $ndx < $nconsumers } { incr ndx } {
79 set output $consumerlog$ndx
81 conscript.tcl $testdir/conscript.log.consumer$ndx \
86 for { set ndx 0 } { $ndx < $nproducers } { incr ndx } {
88 conscript.tcl $testdir/conscript.log.producer$ndx \
101 for { set ndx
[all...]
H A Dtest065.tcl86 for { set ndx 1 } { $ndx <= $nentries } { incr ndx } {
92 set ret [eval {$db put} $txn {$keypfx$ndx $data}]
96 error_check_good rowcount $rowcount $ndx
108 for { set ndx 1 } { $ndx <= $end } { incr ndx } {
121 error_check_good rowcount $rowcount [expr $nentries - $ndx]
123 set ret [eval {$db del} $txn {$keypfx$ndx}]
[all...]
H A Dconscript.tcl28 for { set ndx 0 } { $ndx < $nitems } { incr ndx } {
56 for { set ndx 0 } { $ndx < $nitems } { } {
63 incr ndx
H A Dtest008.tcl119 for {set ndx 0} {$ndx < $count} { incr ndx $i} {
125 set r [eval {$db del} $txn {$names($ndx)}]
126 error_check_good db_del:$names($ndx) $r 0
131 for {set ndx 0} {$ndx < $count} { incr ndx $i} {
137 put_file $db $txn $pflags $names($ndx)
H A Dtest067.tcl93 for { set ndx 0 } { $ndx < $ndups } { incr ndx } {
94 set data $alphabet$ndx
H A Dtest032.tcl152 for {set ndx 0} {$ndx < [expr 4 * $ndups]} {incr ndx 4} {
160 set pref [string range $d $ndx [expr $ndx + 3]]
175 for {set ndx 0} {$ndx < [expr 4 * $ndups]} {incr ndx 4} {
183 set pref [string range $d $ndx [expr $ndx
[all...]
H A Dtest038.tcl165 for {set ndx 0} {$ndx < $ndups} {incr ndx} {
173 set nn [expr $ndx * 3]
207 if {$ndx != 0} {
208 set n [expr ($ndx - 1) * 3]
H A Dtest039.tcl166 for {set ndx 0} {$ndx < $ndups} {incr ndx} {
174 set nn [expr $ndx * 3]
192 if {$ndx != 0} {
193 set n [expr ($ndx - 1) * 3]
H A Dtest031.tcl204 set ndx [string first $pref $dups]
205 error_check_good valid_duplicate [expr $ndx >= 0] 1
206 set a [string range $dups 0 [expr $ndx - 1]]
207 set b [string range $dups [expr $ndx + 4] end]
H A Dtest044.tcl216 while { [set ndx [string first : $r]] != -1 } {
217 set fnum [string range $r 0 [expr $ndx - 1]]
241 incr ndx
242 set r [string range $r $ndx end]
H A Dmemp003.tcl78 set ndx [berkdb random_int 0 [expr $nentries - 1]]
79 set key [lindex $keys $ndx]
H A Dsysscript.tcl192 while { [set ndx [string first : $r]] != -1 } {
193 set fnum [string range $r 0 [expr $ndx - 1]]
242 incr ndx
243 set r [string range $r $ndx end]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Ddebug.c245 const char *debug_classname_from_index(int ndx) argument
247 if (ndx < 0 || ndx >= debug_num_classes)
250 return classname_table[ndx];
276 int ndx; local
285 ndx = debug_lookup_classname_int(classname);
286 if (ndx >= 0)
287 return ndx;
288 ndx = debug_num_classes;
299 DEBUGLEVEL_CLASS[ndx]
338 int ndx; local
383 int i, ndx; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_stat.c74 u_int32_t maxtxn, ndx; local
103 for (ndx = 0,
105 td != NULL && ndx < maxtxn;
106 td = SH_TAILQ_NEXT(td, links, __txn_detail), ++ndx) {
107 stats->st_txnarray[ndx].txnid = td->txnid;
109 stats->st_txnarray[ndx].parentid = TXN_INVALID;
111 stats->st_txnarray[ndx].parentid =
114 stats->st_txnarray[ndx].pid = td->pid;
115 stats->st_txnarray[ndx].tid = td->tid;
116 stats->st_txnarray[ndx]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlock.h154 #define LOCK_PART(reg, ndx) (ndx % (reg)->part_t_size)
267 #define OBJECT_LOCK(lt, reg, obj, ndx) do { \
268 ndx = __lock_ohash(obj) % (reg)->object_t_size; \
269 MUTEX_LOCK_PARTITION(lt, reg, LOCK_PART(reg, ndx)); \
272 #define OBJECT_LOCK_NDX(lt, reg, ndx) \
273 MUTEX_LOCK_PARTITION(lt, reg, LOCK_PART(reg, ndx));
275 #define OBJECT_UNLOCK(lt, reg, ndx) \
276 MUTEX_UNLOCK_PARTITION(lt, reg, LOCK_PART(reg, ndx));
298 #define LOCKER_HASH(lt, reg, locker, ndx) \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_util.c28 __dbreg_add_dbentry(env, dblp, dbp, ndx)
32 int32_t ndx;
42 * Check if we need to grow the table. Note, ndx is 0-based (the
46 if (dblp->dbentry_cnt <= ndx) {
48 (size_t)(ndx + DB_GROW_SIZE) * sizeof(DB_ENTRY),
53 for (i = dblp->dbentry_cnt; i < ndx + DB_GROW_SIZE; i++) {
60 DB_ASSERT(env, dblp->dbentry[ndx].dbp == NULL);
61 dblp->dbentry[ndx].deleted = dbp == NULL;
62 dblp->dbentry[ndx].dbp = dbp;
75 __dbreg_rem_dbentry(dblp, ndx)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c114 u_int32_t ndx; local
204 ndx = sh_obj->indx;
205 OBJECT_LOCK_NDX(lt, region, ndx);
221 OBJECT_UNLOCK(lt, region, ndx);
274 OBJECT_LOCK(lt, region, list[i].obj, ndx);
276 ndx, 0, &sh_obj)) != 0 || sh_obj == NULL) {
279 OBJECT_UNLOCK(lt, region, ndx);
292 ret = __lock_put_internal(lt, lp, ndx,
305 ret = __lock_put_internal(lt, lp, ndx,
309 OBJECT_UNLOCK(lt, region, ndx);
539 u_int32_t ndx, part_id; local
[all...]
H A Dlock_deadlock.c390 u_int32_t *entryp, gen, id, indx, ndx, nentries, *tmpmap; local
693 ndx = lp->indx;
694 OBJECT_LOCK_NDX(lt, region, ndx);
697 ndx != lp->indx) {
698 OBJECT_UNLOCK(lt, region, ndx);
707 OBJECT_UNLOCK(lt, region, ndx);
716 ndx = lp->indx;
717 OBJECT_LOCK_NDX(lt, region, ndx);
719 lp->indx != ndx) {
720 OBJECT_UNLOCK(lt, region, ndx);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c310 __db_add_recovery(dbenv, dtab, func, ndx)
314 u_int32_t ndx;
320 if (ndx < DB_user_BEGIN) {
323 (u_long)ndx);
326 ndx -= DB_user_BEGIN;
329 if (ndx >= dtab->ext_size) {
330 nsize = ndx + 40;
341 (dtab->ext_dispatch)[ndx] = func;
355 __db_add_recovery_int(env, dtab, func, ndx)
359 u_int32_t ndx;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dhash_auto.h13 u_int32_t ndx; member in struct:___ham_insdel_args
53 u_int32_t ndx; member in struct:___ham_replace_args

Completed in 226 milliseconds

12