Searched defs:most (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull.cpp77 int most = midX ^ mask; local
81 // see if mid value is on same side of line (least, most) as yMin
83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
90 order[2] = most;
94 order[3] = most;
/external/skia/experimental/Intersection/
H A DConvexHull.cpp77 int most = midX ^ mask; local
81 // see if mid value is on same side of line (least, most) as yMin
83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
90 order[2] = most;
94 order[3] = most;
/external/zlib/src/examples/
H A Denough.c208 int most; /* most number of syms to use at this juncture */ local
231 /* we can use at most this many bit patterns, lest there not be enough
233 no limit to the code length, this would become: most = left - 1) */
234 most = (((code_t)left << (max - len)) - syms) /
239 for (use = least; use <= most; use++) {
325 int most; /* most number of syms to use at this juncture */ local
367 /* we can use at most this many bit patterns, lest there not be enough
369 no limit to the code length, this would become: most
[all...]

Completed in 992 milliseconds