HomeSort by relevance Sort by last modified time
    Searched refs:lp1 (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/QW/client/
d_polyse.c 312 void D_PolysetRecursiveTriangle (int *lp1, int *lp2, int *lp3)
320 d = lp2[0] - lp1[0];
323 d = lp2[1] - lp1[1];
334 d = lp1[0] - lp3[0];
337 d = lp1[1] - lp3[1];
341 temp = lp1;
342 lp1 = lp3;
352 temp = lp1;
353 lp1 = lp2;
359 new[0] = (lp1[0] + lp2[0]) >> 1
    [all...]
d_polysa.s 478 #define lp1 4+16 define
496 movl lp1(%esp),%ebx
499 // d = lp2[0] - lp1[0];
516 // d = lp2[1] - lp1[1];
549 // d = lp1[0] - lp3[0];
567 // d = lp1[1] - lp3[1];
571 // temp = lp1;
573 // lp1 = lp3;
592 // temp = lp1;
593 // lp1 = lp2
    [all...]
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 312 void D_PolysetRecursiveTriangle (int *lp1, int *lp2, int *lp3)
320 d = lp2[0] - lp1[0];
323 d = lp2[1] - lp1[1];
334 d = lp1[0] - lp3[0];
337 d = lp1[1] - lp3[1];
341 temp = lp1;
342 lp1 = lp3;
352 temp = lp1;
353 lp1 = lp2;
359 new[0] = (lp1[0] + lp2[0]) >> 1;
    [all...]
d_polysa.s 478 #define lp1 4+16 define
496 movl lp1(%esp),%ebx
499 // d = lp2[0] - lp1[0];
516 // d = lp2[1] - lp1[1];
549 // d = lp1[0] - lp3[0];
567 // d = lp1[1] - lp3[1];
571 // temp = lp1;
573 // lp1 = lp3;
592 // temp = lp1;
593 // lp1 = lp2
    [all...]
  /external/clang/test/Analysis/
malloc-sizeof.c 16 long *lp1 = malloc(sizeof(short)); // expected-warning {{Result of 'malloc' is converted to type 'long *', whose pointee type 'long' is incompatible with sizeof operand type 'short'}} local
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 250 final ViewGroup.LayoutParams lp1 = new LinearLayout.LayoutParams( local
253 ll.addView(t1, lp1);
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 251 final ViewGroup.LayoutParams lp1 = new LinearLayout.LayoutParams( local
254 ll.addView(t1, lp1);

Completed in 178 milliseconds