Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 6 of 6) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DUserX86_64.h58 uint64_t ds; member
DUcontextX86.h48 uint32_t ds; member
/system/core/libunwindstack/
DAsmGetRegsX86.S55 mov %ds, 44(%eax)
/system/timezone/apex/
Dcom.android.tzdata.x509.pem19 /0p13ugbPmJbpXFPZFDPsUuvPuGLSAU2luUuFSgT0FVyWj5BfzFmcuLxQom03+ds
/system/netd/apex/
Dcom.android.resolv.pem27 51HZFPu3XB3wmqEIyHAsQke68HxgyJ7uBYUmdAIYYMLgV3Jp/ds+QxXSqwYz97tS
/system/core/libpixelflinger/
Dfixed.cpp166 const int32_t ds = n^d; in gglDivQ() local
221 return (ds<0) ? -q : q; in gglDivQ()