Home | History | Annotate | Download | only in dist

Lines Matching defs:a2

98768       ** from the previous row currently stored in a0, a1, a2...
98794 ** over to a0,a1,a2. It then calls the output subroutine
118923 char *a2, int n2, /* Second doclist */
118930 char *pEnd2 = &a2[n2];
118932 char *p2 = a2;
131612 RtreeCoord *a2 = &p2->aCoord[ii];
131613 if( (!isInt && (a2[0].f<a1[0].f || a2[1].f>a1[1].f))
131614 || ( isInt && (a2[0].i<a1[0].i || a2[1].i>a1[1].i))