Searched refs:zp (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dzic.c163 static void outzone(const struct zone * zp, int ntzones);
176 const struct zone * zp, int ntzones);
865 register struct zone * zp; local
900 zp = &zones[i];
901 zp->z_rules = NULL;
902 zp->z_nrules = 0;
910 zp = &zones[i];
911 if (strcmp(zp->z_rule, rp->r_name) != 0)
913 zp->z_rules = rp;
914 zp
2018 register const struct zone * zp; local
2100 register const struct zone * zp; local
[all...]
/external/skia/third_party/glu/libtess/
H A Drender.c378 GLdouble dot, xc, yc, zc, xp, yp, zp, n[3]; local
403 xp = xc; yp = yc; zp = zc;
409 n[0] = yp*zc - zp*yc;
410 n[1] = zp*xc - xp*zc;
/external/opencv/cv/src/
H A Dcvfundam.cpp1040 const uchar *xp, *yp, *zp; local
1135 zp = dims == 3 ? yp + plane_stride : 0;
1149 if( zp )
1150 z = *(float*)zp, zp += stride;
1155 if( zp )
1156 z = *(double*)zp, zp += stride;
/external/freetype/src/truetype/
H A Dttinterp.c5614 TT_GlyphZoneRec zp; local
5621 zp = CUR.zp0;
5626 zp = CUR.zp1;
5630 if ( BOUNDS( p, zp.n_points ) )
5638 *zone = zp;
5641 d = CUR_Func_project( zp.cur + p, zp.org + p );
5722 TT_GlyphZoneRec zp; local
5739 if ( COMPUTE_Point_Displacement( &dx, &dy, &zp, &refp ) )
5780 TT_GlyphZoneRec zp; local
5831 TT_GlyphZoneRec zp; local
[all...]
/external/dropbear/libtommath/mtest/
H A Dmpi.c2776 mp_digit *zp = DIGITS(mp) + du - 1; local
2778 while(du > 1 && !*zp--)
/external/valgrind/main/helgrind/
H A Dlibhb_core.c791 static void find_ZF_for_reading ( /*OUT*/LineZ** zp, argument
814 *zp = lineZ;
/external/chromium/net/base/
H A Deffective_tld_names.cc1944 {"zp.ua", 0},

Completed in 255 milliseconds