Searched defs:high (Results 1 – 3 of 3) sorted by relevance
| /development/ndk/platforms/android-9/arch-x86/include/asm/ |
| D | msr.h | 36 #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/ |
| D | etc1.cpp | 201 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/ |
| D | wireless.h | 339 struct iw_quality high; member
|