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

/system/netd/server/
H A DPppController.cpp83 char *d2 = strdup(inet_ntoa(dns2)); local
96 lr, "ms-dns", d1, "ms-dns", d2, "lcp-max-configure", "99999", (char *) NULL)) {
101 free(d2);
/system/vold/
H A Dmain.cpp189 DIR *d2; local
201 d2 = fdopendir(fd);
202 if(d2 == 0)
205 do_coldboot(d2, lvl + 1);
206 closedir(d2);
/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.cpp182 const GGLcoord d2 = x*x + y*y; local
183 if (d2 >= rmax) return 0;
184 if (d2 < rmin) return 0x7FFF;
264 const GGLcoord d2 = x*x + y*y; local
265 if (d2 >= rmax) return 0;
266 if (d2 < rmin) return 0x7FFF;
267 return 0x7FFF - (d2-rmin)*scale;
/system/core/debuggerd/crasher/arm/
H A Dcrashglue.S21 fconstd d2, #2
/system/core/init/
H A Duevent_listener.cpp149 std::unique_ptr<DIR, decltype(&closedir)> d2(fdopendir(fd), closedir);
150 if (d2 == 0) {
153 if (RegenerateUeventsForDir(d2.get(), callback) == ListenerAction::kStop) {
/system/media/camera/docs/
H A Dmetadata_parser_xml.py148 d2 = self._parse_entry(entry)
158 d2 = {}
164 entry_dict = dict(d.items() + d2.items() + d3.items())
/system/core/debuggerd/crasher/arm64/
H A Dcrashglue.S37 fmov d2, 2.0
/system/extras/simpleperf/
H A Dcmd_report_sample.cpp479 static bool CompareDsoByDumpId(Dso* d1, Dso* d2) { argument
483 d2->GetDumpId(&id2);
/system/bt/stack/smp/
H A Daes.cc88 #define d2(x) (((x) >> 1) ^ ((x)&1 ? DPOLY : 0)) macro
762 *rc = d2(*rc);
905 *rc = d2(*rc);

Completed in 3072 milliseconds