/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_limits.h | 258 : 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...] |
/external/bison/linux-lib/ |
inttypes.h | 500 # elif 1 && LONG_MAX >> 30 == 1 993 # elif 1 && LONG_MAX >> 30 == 1 [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/ |
ppc_intrinsics.h | 453 * bits of the FP register. Clip to LONG_MIN or LONG_MAX if the FP 472 * bits of the FP register. Clip to LONG_MIN or LONG_MAX if the FP
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
numfmt.h | 536 * Return a long if possible (e.g. within range LONG_MAX, 537 * LONG_MAX], and with no decimals), otherwise a double. If [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
numfmt.h | 576 * Return a long if possible (e.g. within range LONG_MAX, 577 * LONG_MAX], and with no decimals), otherwise a double. If [all...] |
/bionic/tests/ |
stdio_test.cpp | 382 snprintf(buf, sizeof(buf), "%ld", LONG_MAX);
|
/external/chromium_org/third_party/smhasher/src/ |
pstdint.h | 419 #elif (LONG_MAX == INT32_MAX) || defined (S_SPLINT_S)
|
/external/dhcpcd/ |
if-options.c | 122 (errno == ERANGE && (n == LONG_MAX || n == LONG_MIN)))
|
/external/iproute2/lib/ |
utils.c | 213 ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) ||
|
/external/iputils/ |
ping_common.c | 47 long tmin = LONG_MAX; /* minimum round trip time */
|
/external/libpng/ |
pngconf.h | 526 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
|
/external/libsepol/src/ |
module.c | 43 if (offset > LONG_MAX) {
|
/external/qemu/android/qemu-launcher/ |
emulator-qemu.cpp | 355 long maxSizeMB = LONG_MAX / ONE_MB;
|
/external/safe-iop/include/ |
safe_iop.h | 553 # if SSIZE_MAX == LONG_MAX
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
mkvparser.cpp | 262 if (size_ >= LONG_MAX) // we need (size+1) chars [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvparser.cpp | 302 if (size_ >= LONG_MAX) //we need (size+1) chars [all...] |
/external/libvpx/libwebm/ |
mkvparser.cpp | 264 if (size_ >= LONG_MAX) // we need (size+1) chars [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvparser.cpp | 302 if (size_ >= LONG_MAX) //we need (size+1) chars [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
mkvparser.cpp | 297 if (size_ >= LONG_MAX) //we need (size+1) chars
[all...] |
/external/bison/src/ |
reader.c | 556 cause confusion with strtol if INT_MAX == LONG_MAX. */
|
/external/e2fsprogs/misc/ |
fsck.c | 144 if (*p || l == LONG_MIN || l == LONG_MAX || l < 0 || l > INT_MAX)
|
/external/fio/ |
parse.c | 293 if (*val == LONG_MAX && errno == ERANGE)
|
/external/e2fsprogs/e2fsck/ |
profile.c | [all...] |