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

1 2 3 4 56 7 8 91011>>

  /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
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_mipsx.s 16 LL (R1), R4
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_mipsx.s 16 LL (R1), R4
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 64 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
65 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
76 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> ();
77 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 1021 long2 ll = *c; local
1027 long3 ll = *c; local
1033 long4 ll = *c; local
1039 unsigned long long ll = l; local
1048 ulong2 ll = *c; local
1054 ulong3 ll = *c; local
1060 ulong4 ll = *c; local
1080 long2 ll = *(const long2 *)c; local
1086 long3 ll = *(const long3 *)c; local
1092 long4 ll = *(const long4 *)c; local
1098 ulong2 ll = *(const ulong2 *)c; local
1104 ulong3 ll = *(const ulong3 *)c; local
1110 ulong4 ll = *(const ulong4 *)c; local
    [all...]
  /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/std/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/std/utilities/time/time.duration/time.duration.cast/
duration_cast.pass.cpp 42 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
43 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
  /external/pdfium/core/fxcrt/
fx_system_unittest.cpp 243 EXPECT_EQ(-9223372036854775807LL, FXSYS_atoi64("-9223372036854775807"));
248 EXPECT_EQ(9223372036854775807LL, FXSYS_atoi64("9223372036854775807"));
250 EXPECT_EQ(-9223372036854775807LL - 1LL, FXSYS_atoi64("-9223372036854775808"));
255 EXPECT_EQ(9223372036854775807LL, FXSYS_atoi64("922337203685471234123475807"));
256 EXPECT_EQ(9223372036854775807LL, FXSYS_atoi64("9223372036854775808"));
257 EXPECT_EQ(-9223372036854775807LL - 1LL, FXSYS_atoi64("-9223372036854775810"));
  /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);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)

Completed in 1128 milliseconds

1 2 3 4 56 7 8 91011>>