/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
math.h | 61 #define FP_ILOGB0 (-INT_MAX) 62 #define FP_ILOGBNAN INT_MAX
|
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | 702 0, GOOD(2), 1500, GOOD(3), 2000, RT(0), 1000, RT(2), 2000, INT_MAX 707 RT(7), INT_MAX, INT_MAX 712 RT(6), INT_MAX, INT_MAX 717 RT(7), INT_MAX, INT_MAX 721 1000, GOOD(2), 2000, RT(0), 2000, INT_MAX 726 RT(5), 4000, INT_MAX 730 2500, GOOD(0), 1700, GOOD(2), 10000, GOOD(3), 25000, GOOD(4), INT_MAX, [all...] |
/external/valgrind/drd/tests/ |
tsan_unittest.cpp | 452 ProducerConsumerQueue Q(INT_MAX); 798 ProducerConsumerQueue Q(INT_MAX); 899 ProducerConsumerQueue Q1(INT_MAX), Q2(INT_MAX); 1107 CHECK(MU.AwaitWithTimeout(Condition(&ArgIsOne, &COND), INT_MAX)); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
onyx_if.c | 681 0, GOOD(2), 1500, GOOD(3), 2000, RT(0), 1000, RT(2), 2000, INT_MAX 686 RT(7), INT_MAX, INT_MAX 691 RT(6), INT_MAX, INT_MAX 696 RT(7), INT_MAX, INT_MAX 700 1000, GOOD(2), 2000, RT(0), 2000, INT_MAX 705 RT(5), 4000, INT_MAX 709 2500, GOOD(0), 1700, GOOD(2), 10000, GOOD(3), 25000, GOOD(4), INT_MAX, [all...] |
/bionic/libc/bionic/ |
pthread_cond.cpp | 203 return __pthread_cond_pulse(__get_internal_cond(cond_interface), INT_MAX);
|
sysconf.cpp | 106 case _SC_DELAYTIMER_MAX: return INT_MAX;
|
/bionic/libc/tzcode/ |
private.h | 166 # if INT_MAX >> 31 == 0
|
/external/bison/src/ |
symtab.h | 49 #define SYMBOL_NUMBER_MAXIMUM INT_MAX
|
/external/elfutils/src/libdw/ |
memory-access.h | 104 /* Other implementations set VALUE to INT_MAX in this
|
/external/google-breakpad/src/client/ |
minidump_file_writer.cc | 167 length = INT_MAX;
|
/external/icu/icu4c/source/tools/tzcode/ |
private.h | 163 # if INT_MAX >> 31 == 0
|
/external/iptables/extensions/ |
libipt_DNAT.c | 7 #include <limits.h> /* INT_MAX in ip_tables.h */
|
libipt_SNAT.c | 7 #include <limits.h> /* INT_MAX in ip_tables.h */
|
libipt_icmp.c | 5 #include <limits.h> /* INT_MAX in ip6_tables.h */
|
/external/libcxx/include/ |
module.modulemap | 116 INT_MIN, INT_MAX, UINT_MAX,
|