Searched refs:templ (Results 1 – 2 of 2) sorted by relevance
1057 u_int32_t templ; in loc_ntoa() local1077 GETLONG(templ, cp); in loc_ntoa()1078 latval = (templ - ((unsigned)1<<31)); in loc_ntoa()1080 GETLONG(templ, cp); in loc_ntoa()1081 longval = (templ - ((unsigned)1<<31)); in loc_ntoa()1083 GETLONG(templ, cp); in loc_ntoa()1084 if (templ < referencealt) { /* below WGS 84 spheroid */ in loc_ntoa()1085 altval = referencealt - templ; in loc_ntoa()1088 altval = templ - referencealt; in loc_ntoa()
175 void* templ; member