Searched refs:duplist (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Ddfa.c413 int duplist[CSIZE + 1], state[CSIZE + 1]; local
429 duplist[i] = NIL;
608 sympartition( dset, dsize, symlist, duplist );
616 if ( duplist[sym] == NIL )
653 * transitions as duplist(sym)'s
656 targ = state[duplist[sym]];
676 duplist[sym] = NIL;
1010 * int symlist[numecs], int duplist[numecs] );
1013 void sympartition( ds, numstates, symlist, duplist )
1015 int symlist[], duplist[];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb005.tcl55 set duplist {-1 -1 -1 -1 -1}
57 $testfile [list $method] $psize $duplist $nentries $args
58 set numdb [llength $duplist]
H A Dsdbtest001.tcl64 set duplist ""
66 lappend duplist -1
71 build_all_subdb $testfile $methods $psize $duplist $newent
H A Dsdbtest002.tcl48 set duplist ""
50 lappend duplist -1
62 build_all_subdb $testfile $methods $psize $duplist $newent
H A Djoin.tcl279 set duplist {}
282 lappend duplist $data
289 set dupi [lindex $duplist $i]
290 set dupj [lindex $duplist $j]
291 set duplist [lreplace $duplist $i $i $dupj]
292 set duplist [lreplace $duplist $j $j $dupi]
294 foreach data $duplist {
H A Dsdb006.tcl77 set duplist {0 50 25 16 12}
78 set numdb [llength $duplist]
80 $duplist $nentries $args
H A Dsdb018.tcl71 set duplist {0 50 25 16 12}
72 set numdb [llength $duplist]
74 $duplist $nentries $oargs
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Ddfa.c413 int duplist[CSIZE + 1], state[CSIZE + 1]; local
429 duplist[i] = NIL;
608 sympartition( dset, dsize, symlist, duplist );
616 if ( duplist[sym] == NIL )
653 * transitions as duplist(sym)'s
656 targ = state[duplist[sym]];
676 duplist[sym] = NIL;
1010 * int symlist[numecs], int duplist[numecs] );
1013 void sympartition( ds, numstates, symlist, duplist )
1015 int symlist[], duplist[];
[all...]

Completed in 128 milliseconds