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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlua.h151 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx);
H A Dlapi.c226 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { argument
230 moveto(L, fr, toidx);

Completed in 275 milliseconds