Home
last modified time | relevance | path

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

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