HomeSort by relevance Sort by last modified time
    Searched refs:INT32_MAX (Results 1 - 25 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/include/bitsize32/
stdintlimits.h 7 #define INT_FAST16_MAX INT32_MAX
8 #define INT_FAST32_MAX INT32_MAX
13 #define INTPTR_MAX INT32_MAX
17 #define PTRDIFF_MAX INT32_MAX
21 # define SIG_ATOMIC_MAX INT32_MAX //(2147483647)
  /system/chre/apps/chqts/src/general_test/
cell_info_tdscdma.cc 24 if (!isBoundedInt32(identity.mcc, 0, 999, INT32_MAX)) {
27 } else if (!isBoundedInt32(identity.mnc, 0, 999, INT32_MAX)) {
30 } else if (!isBoundedInt32(identity.lac, 0, 65535, INT32_MAX)) {
33 } else if (!isBoundedInt32(identity.cid, 0, 65535, INT32_MAX)) {
36 } else if (!isBoundedInt32(identity.cpid, 0, 127, INT32_MAX)) {
50 if (!isBoundedInt32(strength.rscp, 25, 120, INT32_MAX)) {
cell_info_lte.cc 24 if (!isBoundedInt32(identity.mcc, 0, 999, INT32_MAX)) {
27 } else if (!isBoundedInt32(identity.mnc, 0, 999, INT32_MAX)) {
30 } else if (!isBoundedInt32(identity.ci, 0, 268435455, INT32_MAX)) {
32 } else if (!isBoundedInt32(identity.pci, 0, 503, INT32_MAX)) {
34 } else if (!isBoundedInt32(identity.tac, 0, 65535, INT32_MAX)) {
37 } else if (!isBoundedInt32(identity.earfcn, 0, 262144, INT32_MAX)) {
50 constexpr int32_t max = INT32_MAX;
cell_info_wcdma.cc 24 if (!isBoundedInt32(identity.mcc, 0, 999, INT32_MAX)) {
27 } else if (!isBoundedInt32(identity.mnc, 0, 999, INT32_MAX)) {
30 } else if (!isBoundedInt32(identity.lac, 0, 65535, INT32_MAX)) {
33 } else if (!isBoundedInt32(identity.cid, 0, 268435455, INT32_MAX)) {
35 } else if (!isBoundedInt32(identity.psc, 0, 511, INT32_MAX)) {
38 } else if (!isBoundedInt32(identity.uarfcn, 0, 65535, INT32_MAX)) {
cell_info_gsm.cc 24 if (!isBoundedInt32(identity.mcc, 0, 999, INT32_MAX)) {
27 } else if (!isBoundedInt32(identity.mnc, 0, 999, INT32_MAX)) {
30 } else if (!isBoundedInt32(identity.lac, 0, 65535, INT32_MAX)) {
32 } else if (!isBoundedInt32(identity.cid, 0, 65535, INT32_MAX)) {
34 } else if (!isBoundedInt32(identity.arfcn, 0, 65535, INT32_MAX)) {
  /external/icu/icu4c/source/i18n/
significantdigitinterval.h 32 : fMax(INT32_MAX), fMin(0) { }
39 fMax = INT32_MAX;
53 fMax = count <= 0 ? INT32_MAX : count;
57 * Get maximum significant digits. INT32_MAX means no maximum.
82 return fMin == 0 && fMax == INT32_MAX;
digitinterval.h 38 : fLargestExclusive(INT32_MAX), fSmallestInclusive(INT32_MIN) { }
45 fLargestExclusive = INT32_MAX;
111 * Returns INT32_MAX if this interval spans all digits to left of
131 return fSmallestInclusive == INT32_MIN ? INT32_MAX : -fSmallestInclusive;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
preemph.c 73 if (L_tmp > INT32_MAX / 2) {
74 L_tmp = INT32_MAX / 2;
77 if (L_tmp > INT32_MAX - 0x8000) {
78 L_tmp = INT32_MAX - 0x8000;
85 if (L_tmp > INT32_MAX / 2) {
86 L_tmp = INT32_MAX / 2;
89 if (L_tmp > INT32_MAX - 0x8000) {
90 L_tmp = INT32_MAX - 0x8000;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 73 #define INT32_MAX 0x7fffffff
95 #define INT_LEAST32_MAX INT32_MAX
115 #define INT_FAST8_MAX INT32_MAX
116 #define INT_FAST16_MAX INT32_MAX
117 #define INT_FAST32_MAX INT32_MAX
132 #define INTPTR_MAX INT32_MAX
155 #define PTRDIFF_MAX INT32_MAX
163 #define SIG_ATOMIC_MAX INT32_MAX
175 #define WCHAR_MAX INT32_MAX
180 #define WINT_MAX INT32_MAX
    [all...]
  /external/valgrind/none/tests/s390x/
comp-2.c 86 SCOMP_REG_REG(insn, 0, INT32_MAX); \
87 SCOMP_REG_REG(insn, INT32_MAX, 0); \
88 SCOMP_REG_REG(insn, INT32_MAX, INT32_MAX); \
89 SCOMP_REG_REG(insn, INT32_MAX, INT32_MAX-1); \
109 SCOMP_REG_MEM(insn, 0, INT32_MAX, op2_t); \
110 SCOMP_REG_MEM(insn, INT32_MAX, 0, op2_t); \
111 SCOMP_REG_MEM(insn, INT32_MAX, INT32_MAX-1, op2_t);
    [all...]
comp-1.c 94 SCOMP_REG_REG(insn, INT32_MIN, INT32_MAX); \
95 SCOMP_REG_REG(insn, INT32_MAX, INT32_MIN); \
96 SCOMP_REG_REG(insn, INT32_MAX, INT32_MAX); \
124 SCOMP_REG_MEM(insn, INT32_MIN, INT32_MAX, op2_t); \
125 SCOMP_REG_MEM(insn, INT32_MAX, INT32_MIN, op2_t); \
126 SCOMP_REG_MEM(insn, INT32_MAX, INT32_MAX, op2_t); \
154 SCOMP_REG_IMM(insn, INT32_MIN, INT32_MAX); \
155 SCOMP_REG_IMM(insn, INT32_MAX, INT32_MIN);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 109 #ifndef INT32_MAX
110 #define INT32_MAX 2147483647
  /external/syslinux/com32/include/bitsize64/
stdintlimits.h 20 # define SIG_ATOMIC_MAX INT32_MAX //(2147483647)
  /external/wayland/tests/
fixed-benchmark.c 44 for (f = 0; f < INT32_MAX; f++) {
55 for (f = 0; f < INT32_MAX; f++)
65 for (f = 0; f < INT32_MAX; f++)
76 for (f = 0; f < INT32_MAX; f++)
  /hardware/qcom/msm8998/json-c/
json_inttypes.h 12 #define INT32_MAX ((int32_t)_I32_MAX)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 83 #define INT32_MAX 2147483647
99 #define INT_LEAST32_MAX INT32_MAX
115 #define INT_FAST32_MAX INT32_MAX
131 #define INTPTR_MAX INT32_MAX
146 #define PTRDIFF_MAX INT32_MAX
150 #define SIG_ATOMIC_MAX INT32_MAX
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 121 #define INT32_MAX 2147483647
132 #define INT32_MIN (-INT32_MAX-1)
148 #define INT_LEAST32_MAX INT32_MAX
164 #define INT_FAST32_MAX INT32_MAX
179 #define INTPTR_MAX INT32_MAX
200 #define PTRDIFF_MAX INT32_MAX
234 #define WINT_MAX INT32_MAX
237 #define SIG_ATOMIC_MAX INT32_MAX
  /external/llvm/include/llvm/Support/
DataTypes.h 90 #define INT32_MAX 2147483647
133 #ifndef INT32_MAX
134 # define INT32_MAX 2147483647
138 # define INT32_MIN (-INT32_MAX - 1)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
6-2.c 14 * MAX INT = INT32_MAX
35 INT32_MIN, INT32_MAX, 2147483647, -2147483647, -1073743192,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
8-2.c 12 * MAX INT = INT32_MAX
29 INT32_MIN, INT32_MAX, 2147483647, -2147483647, -1073743192,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 89 #define INT32_MAX 2147483647
133 #ifndef INT32_MAX
134 # define INT32_MAX 2147483647
138 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 89 #define INT32_MAX 2147483647
132 #ifndef INT32_MAX
133 # define INT32_MAX 2147483647
137 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 89 #define INT32_MAX 2147483647
132 #ifndef INT32_MAX
133 # define INT32_MAX 2147483647
137 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 89 #define INT32_MAX 2147483647
132 #ifndef INT32_MAX
133 # define INT32_MAX 2147483647
137 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 89 #define INT32_MAX 2147483647
132 #ifndef INT32_MAX
133 # define INT32_MAX 2147483647
137 # define INT32_MIN (-INT32_MAX - 1)

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 91011>>