Home | History | Annotate | Download | only in dist

Lines Matching defs:a2

98793       ** from the previous row currently stored in a0, a1, a2...
98819 ** over to a0,a1,a2. It then calls the output subroutine
118933 char *a2, int n2, /* Second doclist */
118940 char *pEnd2 = &a2[n2];
118942 char *p2 = a2;
131631 RtreeCoord *a2 = &p2->aCoord[ii];
131632 if( (!isInt && (a2[0].f<a1[0].f || a2[1].f>a1[1].f))
131633 || ( isInt && (a2[0].i<a1[0].i || a2[1].i>a1[1].i))