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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/base/
port.h 11 // DEPRECATED: Use ...LL and ...ULL suffixes.
19 #define GG_LONGLONG(x) x##LL
  /external/chromium_org/rlz/lib/
lib_values.cc 48 const int64 kEventsPingInterval = 24LL * 3600LL * 10000000LL; // 1 day
49 const int64 kNoEventsPingInterval = kEventsPingInterval * 7LL; // 1 week
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_time.c 56 return tv.tv_usec + tv.tv_sec*1000000LL;
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
tick_util.h 177 return ticks / 1000000LL;
179 return ticks / 1000LL;
191 return ticks * 1000LL;
194 return ticks / 1000LL;
214 return ms * 1000000LL;
216 return ms * 1000LL;
230 return ticks / 1000000LL;
232 return ticks / 1000LL;
275 return interval_ * 1000LL;
  /external/clang/test/Analysis/
additive-folding-range-constraints.c 77 clang_analyzer_eval((a - 2) >= (min + 5LL)); // expected-warning{{TRUE}}
106 clang_analyzer_eval((a - 5) > 0LL); // expected-warning{{UNKNOWN}}
108 if ((a - 5) > 0LL) {
117 clang_analyzer_eval((a + 5) == 0LL); // expected-warning{{UNKNOWN}}
119 if ((a + 5) == 0LL) {
145 clang_analyzer_eval((a + 2) >= (min + 5LL)); // expected-warning{{TRUE}}
154 clang_analyzer_eval((a + 5) < 0LL); // expected-warning{{UNKNOWN}}
156 if ((a + 5) < 0LL) {
167 clang_analyzer_eval((a + 2) <= (max - 5LL)); // expected-warning{{TRUE}}
  /external/libcxx/test/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 62 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
63 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> ();
75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.c 56 return tv.tv_usec + tv.tv_sec*1000000LL;
  /hardware/invensense/60xx/libsensors/
SensorBase.h 43 return t.tv_sec*1000000000LL + t.tv_usec*1000;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 62 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
63 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> ();
75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 79 #define INT64_MIN (-9223372036854775807LL - 1)
84 #define INT64_MAX 9223372036854775807LL
198 #define INT64_C(val) val##LL
206 #define INTMAX_C(val) val##LL
  /external/chromium_org/content/child/
database_util.cc 54 int64 rv = 0LL;
63 int64 rv = 0LL;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
tick_util.cc 69 result.ticks_ = 1000000000LL * static_cast<int64_t>(ts.tv_sec) +
92 result.ticks_ = 1000000LL * static_cast<int64_t>(tv.tv_sec) +
  /external/clang/lib/Headers/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /external/clang/test/CodeGen/
vector.c 5 __v4hi A = (__v4hi)0LL;
12 int test2() { vty b; return b[2LL]; }
  /external/clang/test/Sema/
c89.c 28 int test4 = 0LL; /* expected-warning {{long long}} */
117 -42LL; /* expected-warning {{'long long' is an extension when C99 mode is not enabled}} */
enum.c 3 B = 42LL << 32, // expected-warning {{ISO C restricts enumerator values to range of 'int'}}
18 { y = -9223372036854775807LL-1, // expected-warning {{ISO C restricts enumerator values to range of 'int'}}
  /external/e2fsprogs/lib/ext2fs/
qcow2.h 33 #define QCOW_OFLAG_COPIED (1LL << 63)
34 #define QCOW_OFLAG_COMPRESSED (1LL << 62)
  /external/libcxx/test/utilities/ratio/ratio.arithmetic/
ratio_divide.pass.cpp 56 static_assert(R::num == 630992477165LL && R::den == 127339199162436LL, "");
ratio_multiply.pass.cpp 56 static_assert(R::num == 15519594064236LL && R::den == 5177331081415LL, "");
  /external/libcxx/test/utilities/time/time.duration/time.duration.cast/
duration_cast.pass.cpp 40 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
41 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL);
  /hardware/invensense/60xx/mlsdk/platform/linux/
mlos_linux.c 200 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/
ratio_divide.pass.cpp 56 static_assert(R::num == 630992477165LL && R::den == 127339199162436LL, "");

Completed in 539 milliseconds

1 2 3 4 56 7 8 91011>>