Searched defs:d2 (Results 1 - 4 of 4) sorted by relevance

/system/netd/server/
H A DPppController.cpp83 char *d2 = strdup(inet_ntoa(dns2)); local
94 lr, "ms-dns", d1, "ms-dns", d2, "lcp-max-configure", "99999", (char *) NULL)) {
/system/vold/
H A Dmain.cpp123 DIR *d2; local
135 d2 = fdopendir(fd);
136 if(d2 == 0)
139 do_coldboot(d2, lvl + 1);
140 closedir(d2);
/system/core/init/
H A Ddevices.c998 DIR *d2; local
1007 d2 = fdopendir(fd);
1008 if(d2 == 0)
1011 do_coldboot(d2);
1012 closedir(d2);
/system/core/libpixelflinger/
H A Dtrap.cpp180 const GGLcoord d2 = x*x + y*y; local
181 if (d2 >= rmax) return 0;
182 if (d2 < rmin) return 0x7FFF;
262 const GGLcoord d2 = x*x + y*y; local
263 if (d2 >= rmax) return 0;
264 if (d2 < rmin) return 0x7FFF;
265 return 0x7FFF - (d2-rmin)*scale;

Completed in 2516 milliseconds