Searched defs:d2 (Results 1 – 8 of 8) sorted by relevance
84 char *d2 = strdup(inet_ntoa(dns2)); in attachPppd() local
153 std::unique_ptr<DIR, decltype(&closedir)> d2(fdopendir(fd), closedir); in RegenerateUeventsForDir() local
192 DIR* d2; in do_coldboot() local
362 std::sort(dso_v.begin(), dso_v.end(), [](Dso* d1, Dso* d2) { return d1->Path() < d2->Path(); }); in PostProcessInstrRange()
601 static bool CompareDsoByDumpId(Dso* d1, Dso* d2) { in CompareDsoByDumpId()
182 const GGLcoord d2 = x*x + y*y; in coverageNice() local264 const GGLcoord d2 = x*x + y*y; in coverageFast() local
85 #define d2(x) (((x) >> 1) ^ ((x)&1 ? DPOLY : 0)) macro
82 #define d2(x) (((x) >> 1) ^ ((x)&1 ? DPOLY : 0)) macro