/external/google-breakpad/src/testing/gtest/src/ |
gtest-port.cc | 725 if (long_value == LONG_MAX || long_value == LONG_MIN || 727 // LONG_MAX or LONG_MIN when the input overflows.)
|
/external/libnl/lib/ |
utils.c | 66 if (num == LONG_MIN || num == LONG_MAX) 293 if (LONG_MIN != hz && LONG_MAX != hz) {
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-port.cc | 688 if (long_value == LONG_MAX || long_value == LONG_MIN || 690 // LONG_MAX or LONG_MIN when the input overflows.)
|
/external/mesa3d/src/gtest/src/ |
gtest-port.cc | 684 if (long_value == LONG_MAX || long_value == LONG_MIN || 686 // LONG_MAX or LONG_MIN when the input overflows.)
|
/external/protobuf/gtest/src/ |
gtest-port.cc | 649 if (long_value == LONG_MAX || long_value == LONG_MIN || 651 // LONG_MAX or LONG_MIN when the input overflows.)
|
/external/strace/ |
vsprintf.c | 52 #if LONG_MAX != 0x7fffffffUL || LLONG_MAX != 0x7fffffffffffffffULL 151 #if LONG_MAX != 0x7fffffffUL || LLONG_MAX != 0x7fffffffffffffffULL
|
/external/toybox/lib/ |
args.c | 217 if (opt->val[1].l != LONG_MAX && *f > opt->val[1].f) 267 new->val[1].l = LONG_MAX;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
gtest-port.cc.orig | 743 if (long_value == LONG_MAX || long_value == LONG_MIN || 745 // LONG_MAX or LONG_MIN when the input overflows.)
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-port.cc | 743 if (long_value == LONG_MAX || long_value == LONG_MIN || 745 // LONG_MAX or LONG_MIN when the input overflows.)
|
/external/bison/lib/ |
intprops.h | 142 if (INT_MULTIPLY_RANGE_OVERFLOW (i, j, LONG_MIN, LONG_MAX))
|
/external/boringssl/src/crypto/asn1/ |
asn1_lib.c | 219 if (ret > LONG_MAX)
|
/external/clang/test/Sema/ |
conversion.c | 354 char s = LONG_MAX; // expected-warning {{implicit conversion from 'long' to 'char' changes value}}
|
/external/curl/src/ |
tool_paramhlp.c | 362 if((*val == LONG_MIN || *val == LONG_MAX) && ERRNO == ERANGE)
|
/external/google-breakpad/src/common/mac/ |
GTMDefines.h | 245 #define NSIntegerMax LONG_MAX
|
/external/iptables/extensions/ |
libxt_time.c | 309 if (date == 0 || date == LONG_MAX)
|
/external/libchrome/sandbox/linux/suid/ |
sandbox.c | 451 if (score == LONG_MAX || score == LONG_MIN || !endptr || *endptr ||
|
/frameworks/av/media/libnbaio/ |
NBLog.cpp | 373 long deltaMin = LONG_MAX;
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 213 mWarmupNsMax = LONG_MAX;
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_dump_layers.cpp | 49 // MAX_ALLOWED_FRAMEDUMPS must be capped to (LONG_MAX - 1)
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_dump_layers.cpp | 49 // MAX_ALLOWED_FRAMEDUMPS must be capped to (LONG_MAX - 1)
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_dump_layers.cpp | 54 // MAX_ALLOWED_FRAMEDUMPS must be capped to (LONG_MAX - 1)
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_dump_layers.cpp | 53 // MAX_ALLOWED_FRAMEDUMPS must be capped to (LONG_MAX - 1)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
|
/external/bison/darwin-lib/ |
inttypes.h | 500 # elif 1 && LONG_MAX >> 30 == 1 993 # elif 1 && LONG_MAX >> 30 == 1 [all...] |