Searched
refs:LL (Results
426 -
450 of
731) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/system/core/include/cutils/ |
trace.h | 73 #define ATRACE_TAG_NOT_READY (1LL<<63)
|
/system/extras/libpagemap/include/pagemap/ |
pagemap.h | 156 #define _BITS(x, offset, bits) (((x) >> offset) & ((1LL << (bits)) - 1))
|
/system/extras/tests/bionic/libc/common/ |
bench_pthread.c | 69 return ts.tv_sec*1000000000LL + ts.tv_nsec; 75 /* Maximum time we'll wait for a single bench run */
|
/system/extras/tests/framebuffer/ |
refresh.c | 24 return (int64_t)(t.tv_sec)*1000000000LL + t.tv_nsec;
|
/system/extras/tests/memtest/ |
fptest.cpp | 43 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
|
memtest.cpp | 36 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec;
|
/cts/tests/tests/jni/libjnitest/ |
macroized_tests.c | 764 return FAIL_IF_UNEQUAL("%lld", -80080080087LL, result); [all...] |
/dalvik/vm/test/ |
TestIndirectRefTable.cpp | 50 return tm.tv_sec * 1000000LL + tm.tv_nsec / 1000; 54 return tv.tv_sec * 1000000LL + tv.tv_usec;
|
/external/bison/darwin-lib/ |
stdint.h | 603 # define INT64_C(x) x##LL 617 # define INTMAX_C(x) x##LL
|
/external/bison/lib/ |
stdint.in.h | 602 # define INT64_C(x) x##LL 616 # define INTMAX_C(x) x##LL
|
/external/blktrace/btt/ |
seek.c | 285 long long rval = 0LL; 289 (void)__median(sip->root.rb_node, 0LL, sip->tot_seeks / 2,
|
/external/chromium_org/base/strings/ |
string_util_unittest.cc | 508 {10LL*1024*1024*1024, "10.0 GB"}, 509 {99LL*1024*1024*1024, "99.0 GB"}, 510 {105LL*1024*1024*1024, "105 GB"}, 511 {105LL*1024*1024*1024 + 500LL*1024*1024, "105 GB"}, 512 {~(1LL<<63), "8192 PB"}, 518 {10LL*1024*1024*1024, "10.0 GB"}, 519 {100LL*1024*1024*1024, "100 GB"}, [all...] |
/external/chromium_org/base/time/ |
time_win.cc | 65 DCHECK_GE(us, 0LL) << "Time is less than 0, negative values are not " 241 if (us_ < 0LL) {
|
/external/chromium_org/rlz/lib/ |
financial_ping_test.cc | 56 const int64 k1MinuteInterval = 60LL * 10000000LL; // 1 minute
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_const.c | 264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0); 268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
|
/external/clang/include/clang/AST/ |
VTableBuilder.h | 152 assert(Offset.getQuantity() < (1LL << 56) && "Offset is too big!"); 153 assert(Offset.getQuantity() >= -(1LL << 56) && "Offset is too small!");
|
/external/llvm/include/llvm/Support/ |
DataTypes.h.cmake | 185 # define INT64_MAX 9223372036854775807LL
|
DataTypes.h.in | 183 # define INT64_MAX 9223372036854775807LL
|
/external/llvm/lib/Target/X86/ |
X86JITInfo.cpp | 400 if (diff >= -2147483648LL && diff <= 2147483647LL) {
|
Completed in 1180 milliseconds
<<11121314151617181920>>