Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-x86/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
/bionic/libm/src/
De_hypot.c70 u_int32_t low; in __ieee754_hypot() local
85 u_int32_t low; in __ieee754_hypot() local
Ds_atan.c81 u_int32_t low; in atan() local
Ds_cbrt.c42 u_int32_t high,low; in cbrt() local
De_rem_pio2.c81 u_int32_t low; in __ieee754_rem_pio2() local
Ds_expm1.c146 u_int32_t low; in expm1() local
/bionic/libc/kernel/common/linux/
Dwireless.h338 struct iw_quality low; member