Searched refs:high (Results 1 - 25 of 147) sorted by relevance

123456

/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
H A Dmsr.h36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
H A Dmsr.h36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
H A Dmsr.h36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
H A Dmsr.h36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
H A Dmsr.h36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Ddouble-int.h57 HOST_WIDE_INT high; member in struct:__anon366
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Ddouble-int.h57 HOST_WIDE_INT high; member in struct:__anon759
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
[all...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Ddouble-int.h57 HOST_WIDE_INT high; member in struct:__anon1192
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
[all...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Ddouble-int.h57 HOST_WIDE_INT high; member in struct:__anon1585
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
H A Dmsr.h43 #define rdtsc(low,high) \
44 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
49 #define rdtscp(low,high,aux) \
50 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
68 #define rdpmc(counter,low,high) \
70 : "=a" (low), "=d" (high) \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
H A Dmsr.h43 #define rdtsc(low,high) \
44 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
49 #define rdtscp(low,high,aux) \
50 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
68 #define rdpmc(counter,low,high) \
70 : "=a" (low), "=d" (high) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
H A Dmsr.h43 #define rdtsc(low,high) \
44 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
49 #define rdtscp(low,high,aux) \
50 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
68 #define rdpmc(counter,low,high) \
70 : "=a" (low), "=d" (high) \
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
H A Ddiv64.h25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
H A Ddiv64.h25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
H A Ddiv64.h25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
H A Ddiv64.h25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
/prebuilts/sdk/renderscript/include/
H A Drs_math.rsh61 * Clamp the value amount between low and high.
65 * @param high
67 _RS_RUNTIME uint __attribute__((overloadable, always_inline)) rsClamp(uint amount, uint low, uint high);
72 _RS_RUNTIME int __attribute__((overloadable, always_inline)) rsClamp(int amount, int low, int high);
76 _RS_RUNTIME ushort __attribute__((overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high);
80 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high);
84 _RS_RUNTIME uchar __attribute__((overloadable, always_inline)) rsClamp(uchar amount, uchar low, uchar high);
88 _RS_RUNTIME char __attribute__((overloadable, always_inline)) rsClamp(char amount, char low, char high);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
H A Drpc_msg.h97 u_long high; member in struct:accepted_reply::__anon3097::__anon3098
117 u_long high; member in struct:rejected_reply::__anon3100::__anon3101
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
H A Drpc_msg.h97 u_long high; member in struct:accepted_reply::__anon4687::__anon4688
117 u_long high; member in struct:rejected_reply::__anon4690::__anon4691
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
H A Drpc_msg.h97 u_long high; member in struct:accepted_reply::__anon6199::__anon6200
117 u_long high; member in struct:rejected_reply::__anon6202::__anon6203
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
H A Dultrasound.h44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
H A Dultrasound.h44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
H A Dultrasound.h44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dpcm.h499 u_int32_t low, high; local
501 high = *n >> 32;
502 if (high) {
503 u_int32_t high1 = high % div;
504 high /= div;
506 *n = (u_int64_t)high << 32 | low;
514 static inline void divl(u_int32_t high, u_int32_t low, argument
518 u_int64_t n = (u_int64_t)high << 32 | low;
545 u_int32_t low, high; local
547 high
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dpcm.h499 u_int32_t low, high; local
501 high = *n >> 32;
502 if (high) {
503 u_int32_t high1 = high % div;
504 high /= div;
506 *n = (u_int64_t)high << 32 | low;
514 static inline void divl(u_int32_t high, u_int32_t low, argument
518 u_int64_t n = (u_int64_t)high << 32 | low;
545 u_int32_t low, high; local
547 high
[all...]

Completed in 507 milliseconds

123456