Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/resolv/
Dres_debug.c1057 u_int32_t templ; in loc_ntoa() local
1077 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()
/bionic/tests/
Dthread_local_test.cpp175 void* templ; member