/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
stdlib.h | 94 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
stdlib.h | 94 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
stdlib.h | 94 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/prebuilts/ndk/9/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) +
|
/system/vold/ |
fstrim.c | 53 time_ms = (t.tv_sec * 1000LL) + (t.tv_nsec / 1000000);
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 62 #define NSEC_PER_SEC 1000000000LL 64 #define NSEC_PER_33MSEC 33000000LL
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 62 #define NSEC_PER_SEC 1000000000LL 64 #define NSEC_PER_33MSEC 33000000LL
|
/external/chromium_org/chrome/browser/safe_browsing/ |
last_download_finder_unittest.cc | 222 47LL, // received 223 47LL, // total
|
/external/chromium_org/sql/ |
meta_table_unittest.cc | 213 const int64 kFirstValue = 5000000017LL; 214 const int64 kSecondValue = 5000000023LL;
|
/external/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");
|
/external/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");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 515 SDValue LL, LH, RL, RH, CL, CH; 517 GetSplitOp(N->getOperand(1), LL, LH); 531 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL); 537 SDValue LL, LH, RL, RH; 539 GetSplitOp(N->getOperand(2), LL, LH); 542 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), 543 N->getOperand(1), LL, RL, N->getOperand(4));
|
/external/qemu/block/ |
qcow2.h | 43 #define QCOW_OFLAG_COPIED (1LL << 63) 45 #define QCOW_OFLAG_COMPRESSED (1LL << 62)
|
/external/valgrind/main/coregrind/m_debuginfo/ |
lzoconf.h | 125 # define LZO_INT_MAX 9223372036854775807LL 126 # define LZO_INT_MIN (-1LL - LZO_INT_MAX)
|
/external/valgrind/main/memcheck/tests/ |
atomic_incs.c | 132 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an 145 "ll $t3, 0($t1)" "\n\t" // $t3 = old value 165 "ll $t3, 0($t1)" "\n\t" 176 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an 189 "ll $t3, 0($t1)" "\n\t" // $t3 = old value 331 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an 344 "ll $t3, 0($t1)" "\n\t" // $t3 = old value 364 "ll $t3, 0($t1)" "\n\t" 375 /* We rely on the fact that p is 4-aligned. Otherwise 'll' may throw an 388 "ll $t3, 0($t1)" "\n\t" // $t3 = old valu [all...] |
/ndk/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");
|
/ndk/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");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
integer_traits.hpp | 225 // we'll just have to work out the values for ourselves (assumes 2's compliment representation): 230 public detail::integer_traits_base< ::boost::long_long_type, (1LL << (sizeof(::boost::long_long_type) * CHAR_BIT - 1)), ~(1LL << (sizeof(::boost::long_long_type) * CHAR_BIT - 1))>
|
/sdk/emulator/opengl/tests/event_injector/ |
iolooper-select.c | 254 return now_100ns / 10000LL; 258 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 193 periodNs = (frameCount * 1000000000LL) / sampleRate; // 1.00 194 underrunNs = (frameCount * 1750000000LL) / sampleRate; // 1.75 195 overrunNs = (frameCount * 500000000LL) / sampleRate; // 0.50 196 forceNs = (frameCount * 950000000LL) / sampleRate; // 0.95 197 warmupNs = (frameCount * 500000000LL) / sampleRate; // 0.50
|