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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_boundsinfo.c229 * followed by a payload of arbitrary Chromium rendering commands.
239 unsigned int bx, by; local
272 by = BKT_DOWNHASH(bounds->y1, mural->height);
275 if (mural->optimizeBucket && (bx <= HASHRANGE) && (by <= HASHRANGE))
283 for (r = bucketInfo->rhash[by][bx]; r && bounds->y2 >= r->extents.y1;

Completed in 65 milliseconds