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

/system/netd/
H A Dmain.cpp93 DIR *d2; local
105 d2 = fdopendir(fd);
106 if(d2 == 0)
109 do_coldboot(d2, lvl + 1);
110 closedir(d2);
H A DPppController.cpp84 char *d2 = strdup(inet_ntoa(dns2)); local
95 lr, "ms-dns", d1, "ms-dns", d2, "lcp-max-configure", "99999", (char *) NULL)) {
/system/vold/
H A Dmain.cpp113 DIR *d2; local
125 d2 = fdopendir(fd);
126 if(d2 == 0)
129 do_coldboot(d2, lvl + 1);
130 closedir(d2);
/system/core/init/
H A Ddevices.c659 DIR *d2; local
668 d2 = fdopendir(fd);
669 if(d2 == 0)
672 do_coldboot(d2);
673 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 194 milliseconds