HomeSort by relevance Sort by last modified time
    Searched refs:LLONG_MAX (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /external/libffi/include/
ffi_real.h 80 # ifdef LLONG_MAX
81 # define FFI_LONG_LONG_MAX LLONG_MAX
ffi.h.in 79 # ifdef LLONG_MAX
80 # define FFI_LONG_LONG_MAX LLONG_MAX
  /external/safe-iop/src/
safe_iop.c 144 #ifndef LLONG_MAX
145 # define LLONG_MAX 9223372036854775807LL
148 # define LLONG_MIN (-LLONG_MAX - 1LL)
241 a=LLONG_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b));
243 a=LLONG_MIN; b=LLONG_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
244 a=LLONG_MAX/2; b=LLONG_MAX/2; EXPECT_TRUE(safe_add(NULL, a, b));
444 a=LLONG_MIN; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
445 a=LLONG_MIN/2; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
446 a=-2; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b))
    [all...]
  /system/core/libutils/
Looper.cpp 71 mResponseIndex(0), mNextMessageUptime(LLONG_MAX) {
201 if (timeoutMillis != 0 && mNextMessageUptime != LLONG_MAX) {
282 mNextMessageUptime = LLONG_MAX;
  /external/openssh/openbsd-compat/
fmt_scaled.c 170 while (fpart >= LLONG_MAX / scale_fact) {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 70 #if defined(LLONG_MAX)
71 /* If LLONG_MAX is defined in limits.h, use that. */
73 #define PY_LLONG_MAX LLONG_MAX
85 #endif /* LLONG_MAX */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 70 #if defined(LLONG_MAX)
71 /* If LLONG_MAX is defined in limits.h, use that. */
73 #define PY_LLONG_MAX LLONG_MAX
85 #endif /* LLONG_MAX */
    [all...]
  /external/netperf/
netcpu_perfstat.c 32 # define LONG_LONG_MAX LLONG_MAX
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 175 public detail::integer_traits_base< ::boost::long_long_type, LLONG_MIN, LLONG_MAX>
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 239 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false)
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 243 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false)
  /system/core/toolbox/
dd.c 1186 cpy_cnt = strsuftoll("block count", arg, 0, LLONG_MAX);
1234 out.offset = strsuftoll("seek blocks", arg, 0, LLONG_MAX);
1241 in.offset = strsuftoll("skip blocks", arg, 0, LLONG_MAX);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 557 vui_param.fixed_fps_prev_ts = LLONG_MAX;
    [all...]
omx_vdec.cpp 475 prev_ts(LLONG_MAX),
483 h264_last_au_ts(LLONG_MAX),
    [all...]
omx_vdec_copper.cpp 487 prev_ts(LLONG_MAX),
495 h264_last_au_ts(LLONG_MAX),
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 515 vui_param.fixed_fps_prev_ts = LLONG_MAX;
    [all...]
omx_vdec_hevc.cpp 528 h264_last_au_ts(LLONG_MAX),
530 prev_ts(LLONG_MAX),
    [all...]
omx_vdec.cpp 465 prev_ts(LLONG_MAX),
473 h264_last_au_ts(LLONG_MAX),
    [all...]
omx_vdec_msm8974.cpp 540 h264_last_au_ts(LLONG_MAX),
542 prev_ts(LLONG_MAX),
    [all...]
  /system/core/toolbox/grep/
grep.c 406 else if (Aflag > LLONG_MAX / 10) {
  /external/openssh/
config.h.in     [all...]
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 1028 const BiggestParsable kBiggestSignedParsableMax = LLONG_MAX;
    [all...]

Completed in 1014 milliseconds

1 2 3 4 56 7