Home
last modified time | relevance | path

Searched defs:low (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dmsr.h36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high)) argument
38 #define rdtscl(low) __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx") argument
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (hig… argument
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" … argument
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
Detc1.cpp168 etc1_uint32 low, bool second, bool flipped) { in decode_subblock()
202 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc1_decode_block() local
235 etc1_uint32 low; member
/development/ndk/platforms/android-3/include/linux/
Dwireless.h338 struct iw_quality low; member