Home
last modified time | relevance | path

Searched defs:high (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
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.cpp201 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc1_decode_block() local
234 etc1_uint32 high; member
/development/ndk/platforms/android-3/include/linux/
Dwireless.h339 struct iw_quality high; member