/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/ |
stdlib.h | 98 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/ |
stdlib.h | 98 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/ |
stdlib.h | 94 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/ |
stdlib.h | 94 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/ |
stdlib.h | 94 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/ |
strsuftoll.c | 191 num *= 1099511627776LL; /* 1 tebibyte */
|
/system/extras/tests/timetest/ |
timetest.c | 22 return (((long long) t.tv_sec) * 1000000000LL) +
|
/bionic/tools/relocation_packer/src/ |
sleb128_unittest.cc | 29 encoder.Enqueue(static_cast<uint64_t>(-9223372036854775807LL - 1)); 163 EXPECT_EQ(static_cast<uint64_t>(-9223372036854775807LL - 1), dequeued[9]);
|
/device/linaro/hikey/power/ |
power_hikey.c | 42 #define SCHEDTUNE_BOOST_TIME_NS 1000000000LL 96 #define NSEC_PER_SEC 1000000000LL
|
/external/libbrillo/policy/tests/ |
libpolicy_unittest.cc | 126 int64_t int64_value = -1LL; 128 ASSERT_EQ(17LL, int64_value);
|
/external/libmicrohttpd/src/testcurl/ |
perf_get_concurrent.c | 89 return (((unsigned long long) tv.tv_sec * 1000LL) + 90 ((unsigned long long) tv.tv_usec / 1000LL));
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
valid-adjtimex.c | 48 #define NSEC_PER_SEC 1000000000LL 49 #define USEC_PER_SEC 1000000LL
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 525 SDValue LL, LH, RL, RH, CL, CH; 527 GetSplitOp(N->getOperand(1), LL, LH); 541 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL); 547 SDValue LL, LH, RL, RH; 549 GetSplitOp(N->getOperand(2), LL, LH); 552 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), 553 N->getOperand(1), LL, RL, N->getOperand(4));
|
/external/squashfs-tools/kernel/fs/squashfs/ |
squashfs_fs.h | 50 #define SQUASHFS_INVALID_BLK (-1LL) 184 #define SQUASHFS_MAX_FILE_SIZE (1LL << \
|
/external/squashfs-tools/kernel/include/linux/ |
squashfs_fs.h | 49 #define SQUASHFS_INVALID_BLK (-1LL) 183 #define SQUASHFS_MAX_FILE_SIZE (1LL << \
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 442 SDValue LL, LH, RL, RH, CL, CH; 444 GetSplitOp(N->getOperand(1), LL, LH); 460 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL); 466 SDValue LL, LH, RL, RH; 468 GetSplitOp(N->getOperand(2), LL, LH); 471 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), 472 N->getOperand(1), LL, RL, N->getOperand(4));
|
/external/valgrind/coregrind/m_debuginfo/ |
lzoconf.h | 125 # define LZO_INT_MAX 9223372036854775807LL 126 # define LZO_INT_MIN (-1LL - LZO_INT_MAX)
|
/frameworks/av/media/libaudioclient/ |
AudioRecord.cpp | [all...] |
/frameworks/av/media/libstagefright/ |
MidiExtractor.cpp | 125 if (seekTimeUs <= 0LL) { 126 seekTimeUs = 0LL; 177 trackMetadata->setInt64(kKeyDuration, 1000ll * temp); // milli->micro 240 int64_t timeUs = 1000ll * timeMs;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdint_h.pass.cpp | 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL"); 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL"); 198 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL"); 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL"); 198 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|