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