Searched refs:templ (Results 1 – 2 of 2) sorted by relevance
1039 u_int32_t templ; in loc_ntoa() local1059 GETLONG(templ, cp); in loc_ntoa()1060 latval = (templ - ((unsigned)1<<31)); in loc_ntoa()1062 GETLONG(templ, cp); in loc_ntoa()1063 longval = (templ - ((unsigned)1<<31)); in loc_ntoa()1065 GETLONG(templ, cp); in loc_ntoa()1066 if (templ < referencealt) { /* below WGS 84 spheroid */ in loc_ntoa()1067 altval = referencealt - templ; in loc_ntoa()1070 altval = templ - referencealt; in loc_ntoa()
175 void* templ; member