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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpixel.c178 const GLubyte *start, *iter, *itera, *iterb, *iterc; local
218 iterb = itera;
220 iterc = iterb;
228 iterb += rowSize;
/external/mesa3d/src/glx/
H A Dpixel.c178 const GLubyte *start, *iter, *itera, *iterb, *iterc; local
218 iterb = itera;
220 iterc = iterb;
228 iterb += rowSize;
/external/openfst/src/include/fst/
H A Dcompose.h303 for (ArcIterator<FST> iterb(fstb, sb); !iterb.Done(); iterb.Next())
304 MatchArc(s, matchera, iterb.Value(), match_input);

Completed in 504 milliseconds