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

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, argument
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1;
/external/valgrind/main/perf/
H A Dtinycc.c8185 Sym *top, *top1;
8190 top1 = top->prev;
8198 top = top1;
8183 Sym *top, *top1; local

Completed in 192 milliseconds