Home
last modified time | relevance | path

Searched defs:d2 (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/
DPppController.cpp84 char *d2 = strdup(inet_ntoa(dns2)); in attachPppd() local
/system/core/init/
Duevent_listener.cpp153 std::unique_ptr<DIR, decltype(&closedir)> d2(fdopendir(fd), closedir); in RegenerateUeventsForDir() local
/system/vold/
Dmain.cpp192 DIR* d2; in do_coldboot() local
/system/extras/simpleperf/
Dcmd_inject.cpp362 std::sort(dso_v.begin(), dso_v.end(), [](Dso* d1, Dso* d2) { return d1->Path() < d2->Path(); }); in PostProcessInstrRange()
Dcmd_report_sample.cpp601 static bool CompareDsoByDumpId(Dso* d1, Dso* d2) { in CompareDsoByDumpId()
/system/core/libpixelflinger/
Dtrap.cpp182 const GGLcoord d2 = x*x + y*y; in coverageNice() local
264 const GGLcoord d2 = x*x + y*y; in coverageFast() local
/system/bt/stack/crypto_toolbox/
Daes.cc85 #define d2(x) (((x) >> 1) ^ ((x)&1 ? DPOLY : 0)) macro
/system/bt/gd/crypto_toolbox/
Daes.cc82 #define d2(x) (((x) >> 1) ^ ((x)&1 ? DPOLY : 0)) macro