Searched defs:high (Results 1 – 2 of 2) sorted by relevance
| /development/ndk/platforms/android-5/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/ndk/platforms/android-3/include/linux/ |
| D | wireless.h | 339 struct iw_quality high; member
|