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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp1082 int prevBand; /* Index of start of local
1145 * prevBand serves to mark the start of the previous band so rectangles
1147 * In the beginning, there is no previous band, so prevBand == curBand
1149 * start at index 0). prevBand and curBand must be indices because of
1153 prevBand = 0;
1223 prevBand = miCoalesce (newReg, prevBand, curBand);
1240 prevBand = miCoalesce (newReg, prevBand, curBand);
1295 (void) miCoalesce (newReg, prevBand, curBan
[all...]

Completed in 42 milliseconds