Home
last modified time | relevance | path

Searched refs:top1 (Results 1 – 4 of 4) 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.c569 struct thread_options_pack top1, top2; in fio_test_cconv() local
571 memset(&top1, 0, sizeof(top1)); in fio_test_cconv()
574 convert_thread_options_to_net(&top1, __o); in fio_test_cconv()
576 convert_thread_options_to_cpu(&o, &top1); in fio_test_cconv()
581 return memcmp(&top1, &top2, sizeof(top1)); in fio_test_cconv()
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred_msa.c320 v16u8 top0, top1, left0, left1, out; in intra_predict_dc_32x32_msa() local
325 LD_UB2(src_top, 16, top0, top1); in intra_predict_dc_32x32_msa()
327 HADD_UB2_UH(top0, top1, sum_top0, sum_top1); in intra_predict_dc_32x32_msa()
/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()