Searched refs:d2 (Results 1 - 8 of 8) sorted by relevance

/system/netd/
H A Dmain.cpp113 DIR *d2; local
125 d2 = fdopendir(fd);
126 if(d2 == 0)
129 do_coldboot(d2, lvl + 1);
130 closedir(d2);
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.cpp114 DIR *d2; local
126 d2 = fdopendir(fd);
127 if(d2 == 0)
130 do_coldboot(d2, lvl + 1);
131 closedir(d2);
/system/core/debuggerd/
H A Dvfp.S8 fconstd d2, #2
/system/core/libpixelflinger/
H A Dcol32cb16blend_neon.S52 vld4.8 {d0[], d2[], d4[], d6[]}, [r1] // load color into four registers
55 // d2 = 8 equal green values
59 vshll.u8 q1, d2, #6 // shift up green and widen
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;
/system/core/init/
H A Ddevices.c852 DIR *d2; local
861 d2 = fdopendir(fd);
862 if(d2 == 0)
865 do_coldboot(d2);
866 closedir(d2);
/system/core/charger/
H A Dcharger.c542 DIR *d2; local
561 d2 = fdopendir(fd);
562 if (d2 == 0)
566 do_coldboot(charger, d2, event, follow_links, max_depth - 1);
567 closedir(d2);

Completed in 62 milliseconds