Home
last modified time | relevance | path

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

/system/netd/server/
DPppController.cpp83 char *d2 = strdup(inet_ntoa(dns2)); in attachPppd() local
/system/vold/
Dmain.cpp180 DIR *d2; in do_coldboot() local
/system/core/libpixelflinger/
Dtrap.cpp180 const GGLcoord d2 = x*x + y*y; in coverageNice() local
262 const GGLcoord d2 = x*x + y*y; in coverageFast() local
/system/core/init/
Ddevices.cpp948 DIR *d2; in do_coldboot() local
/system/bt/stack/smp/
Daes.c85 #define d2(x) (((x) >> 1) ^ ((x) & 1 ? DPOLY : 0)) macro