Searched refs:toidx (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputilsnoenv.tcl207 set toidx [string first . $tofrom]
208 set toid [string replace $tofrom $toidx end]
209 set fidx [expr $toidx + 1]
216 set fromid [string replace $fromid 0 $toidx]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c247 int toidx; /* target leaf index */ local
249 for (fromidx = toidx = be32_to_cpu(btp->count) - 1,
255 highstale = toidx;
258 lfloghigh = toidx;
262 if (fromidx < toidx)
263 blp[toidx] = blp[fromidx];
264 toidx--;
266 lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1);

Completed in 106 milliseconds