Searched defs:top2 (Results 1 - 3 of 3) sorted by relevance
/external/fio/ |
H A D | cconv.c | 475 struct thread_options_pack top1, top2; local 478 memset(&top2, 0, sizeof(top2)); 483 convert_thread_options_to_net(&top2, &o); 487 return memcmp(&top1, &top2, sizeof(top1));
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | AABoxCollisionVolume.java | 95 float left2, float right2, float top2, float bottom2) { 97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; 94 boxIntersect(float left1, float right1, float top1, float bottom1, float left2, float right2, float top2, float bottom2) argument
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | image.c | 619 VGfloat top2 = src->y + src->height; local 622 top2 > bottom1 || bottom2 < top1);
|
Completed in 192 milliseconds