/development/ndk/platforms/android-9/arch-mips/include/asm/ |
div64.h | 25 #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; })
|
/development/ndk/platforms/android-9/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/device/google/dragon/ |
enctune.conf | 8 QualityLevel low
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 123 * the 16 low-order bits of the given integer value; the 16 high-order bits 215 // of a Unicode surrogate pair and low char of the pair 226 // Avoid spanning by including the low 231 * and it is the high char of a high/low pair with 232 * no low char provided. 235 * of a high/low surrogate pair, but there is 236 * no corresponding low as the high is the last char 282 * [1101 11yy] [yyxx xxxx] (low surrogate) 287 char high, low; local 290 low = chars[i] 415 char high, low; local [all...] |
/external/autotest/client/site_tests/hardware_Thermal/ |
hardware_Thermal.py | 58 low, high = TEMP_RANGE[units] 61 if not low <= ts.get_reading() <= high:
|
/external/compiler-rt/test/builtins/Unit/ |
fixtfti_test.c | 38 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
fixunstfti_test.c | 44 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
muloti4_test.c | 43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 44 expectedt.s.high, expectedt.s.low); 59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 60 expectedt.s.high, expectedt.s.low);
|
/external/e2fsprogs/lib/ext2fs/ |
badblocks.c | 165 int low, high, mid; local 173 low = 0; 175 if (blk == bb->list[low]) 176 return low; 180 while (low < high) { 181 mid = ((unsigned)low + (unsigned)high)/2; 182 if (mid == low || mid == high) 189 low = mid;
|
/external/elfutils/config/ |
known-dwarf.awk | 50 if (elt ~ /(low?|hi|high)_user$/)
|
/external/libtextclassifier/lang_id/ |
script-detector.h | 57 inline bool InRange(IntType value, IntType low, IntType hi) { 58 return (value >= low) && (value <= hi);
|
/external/selinux/libsemanage/include/semanage/ |
port_record.h | 28 int low, int high, int proto, 51 extern void semanage_port_set_range(semanage_port_t * port, int low, int high);
|
/external/syslinux/com32/lib/zlib/ |
inftrees.c | 51 unsigned low; /* low bits for current root entry */ local 52 unsigned mask; /* mask for low root bits */ 159 of the low root bits of huff. This is saved in low to check for when a 206 low = (unsigned)(-1); /* trigger new sub-table when len > root */ 208 mask = used - 1; /* mask for comparing low */ 232 /* replicate for those indices with low len bits equal to huff */ 260 if (len > root && (huff & mask) != low) { 285 low = huff & mask [all...] |
/prebuilts/go/darwin-x86/src/runtime/internal/sys/ |
intrinsics.go | 33 // Ctz64 counts trailing (low-order) zeroes, 36 x &= -x // isolate low-order bit 43 // Ctz32 counts trailing (low-order) zeroes, 46 x &= -x // isolate low-order bit
|
/prebuilts/go/linux-x86/src/runtime/internal/sys/ |
intrinsics.go | 33 // Ctz64 counts trailing (low-order) zeroes, 36 x &= -x // isolate low-order bit 43 // Ctz32 counts trailing (low-order) zeroes, 46 x &= -x // isolate low-order bit
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/ |
div64.h | 25 #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/r10/platforms/android-12/arch-mips/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/ |
div64.h | 25 #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/r10/platforms/android-13/arch-mips/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/ |
div64.h | 25 #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; })
|