Home
last modified time | relevance | path

Searched refs:matchcount (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_swizzle.c161 unsigned int matchcount = 0; in r300_swizzle_split() local
176 matchcount++; in r300_swizzle_split()
180 if (matchcount > best_matchcount) { in r300_swizzle_split()
181 best_matchcount = matchcount; in r300_swizzle_split()
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java1200 int matchcount = 0; in getBoundaryPositions() local
1204 if (b.get(i) == boundary[matchcount]) { in getBoundaryPositions()
1205 if (matchcount == 0) in getBoundaryPositions()
1207 matchcount++; in getBoundaryPositions()
1208 if (matchcount == boundary.length) { in getBoundaryPositions()
1210 matchcount = 0; in getBoundaryPositions()
1214 i -= matchcount; in getBoundaryPositions()
1215 matchcount = 0; in getBoundaryPositions()