Searched defs:d1 (Results 1 – 4 of 4) sorted by relevance
83 char *d1 = strdup(inet_ntoa(dns1)); in attachPppd() local
91 uint8_t d1; in OI_SBC_ReadHeader() 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()