Home
last modified time | relevance | path

Searched refs:top1 (Results 1 – 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect() argument
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
/external/fio/
Dcconv.c475 struct thread_options_pack top1, top2; in fio_test_cconv() local
477 memset(&top1, 0, sizeof(top1)); in fio_test_cconv()
480 convert_thread_options_to_net(&top1, __o); in fio_test_cconv()
482 convert_thread_options_to_cpu(&o, &top1); in fio_test_cconv()
487 return memcmp(&top1, &top2, sizeof(top1)); in fio_test_cconv()
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h546 FX_RECT(int left1, int top1, int right1, int bottom1) in FX_RECT()
549 top = top1; in FX_RECT()
573 void Intersect(int left1, int top1, int right1, int bottom1) in Intersect()
575 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect()
622 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1) in CFX_FloatRect() argument
627 top = top1; in CFX_FloatRect()
/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c618 VGfloat top1 = dst->y + dst->height; in vg_image_overlaps() local
622 top2 > bottom1 || bottom2 < top1); in vg_image_overlaps()
/external/valgrind/perf/
Dtinycc.c8183 Sym *top, *top1; in free_defines() local
8188 top1 = top->prev; in free_defines()
8196 top = top1; in free_defines()