Searched
refs:LL (Results
501 -
525 of
1081) sorted by null
<<21222324252627282930>>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
stdint_h.pass.cpp | 175 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL"); 181 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 193 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL"); 199 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 176 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL"); 182 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 194 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL"); 200 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|
/external/icu/icu4c/source/test/intltest/ |
numberformat2test.cpp | [all...] |
/frameworks/base/core/jni/ |
com_android_internal_os_Zygote.cpp | 696 capabilities |= (1LL << CAP_WAKE_ALARM); 697 capabilities |= (1LL << CAP_NET_RAW); 698 capabilities |= (1LL << CAP_NET_BIND_SERVICE); 699 capabilities |= (1LL << CAP_SYS_NICE); 720 capabilities |= (1LL << CAP_BLOCK_SUSPEND);
|
/system/bt/osi/src/ |
alarm.cc | 369 return (ts.tv_sec * 1000LL) + (ts.tv_nsec / 1000000LL); 385 // we'll need to re-schedule since we've adjusted the earliest deadline. 446 timer_time.it_value.tv_nsec = (next->deadline % 1000) * 1000000LL; 462 end_of_time.it_value.tv_sec = (time_t)(1LL << (sizeof(time_t) * 8 - 2)); 472 wakeup_time.it_value.tv_nsec = (next->deadline % 1000) * 1000000LL;
|
/external/protobuf/src/google/protobuf/util/internal/ |
protostream_objectsource_test.cc | 154 ->RenderUint64("", bit_cast<uint64>(6401LL)) 155 ->RenderUint64("", bit_cast<uint64>(0LL)) 158 ->RenderUint64("", bit_cast<uint64>(0LL)) 159 ->RenderUint64("", bit_cast<uint64>(6402LL)) 160 ->RenderUint64("", bit_cast<uint64>(6403LL)) 313 ->RenderUint64("fix64", bit_cast<uint64>(6401LL)) 314 ->RenderUint64("u64", bit_cast<uint64>(6402LL))
|
/device/generic/goldfish/audio/ |
audio_hw.c | 457 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; 465 const int64_t first_us = (out->underrun_time.tv_sec * 1000000000LL + 506 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + 530 uint64_t sleep_time_us = frames_sleep * 1000000LL / 603 sleep_time_us = frames_sleep * 1000000LL / 882 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; 890 const int64_t first_us = (in->standby_exit_time.tv_sec * 1000000000LL + [all...] |
/external/libmicrohttpd/src/include/ |
microhttpd.h | 157 #define MHD_SIZE_UNKNOWN ((uint64_t) -1LL) 164 #define MHD_CONTENT_READER_END_OF_STREAM ((size_t) -1LL) 165 #define MHD_CONTENT_READER_END_WITH_ERROR (((size_t) -1LL) - 1) 216 #define MHD_LONG_LONG_PRINTF "ll" [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 73 if (Offset >= (1LL << 15) - 1) { 75 Chunk = (1LL << 31) - 1; 78 Chunk = (1LL << 15) - 1;
|
/external/valgrind/drd/tests/ |
tsan_thread_wrappers_pthread.h | 93 const int64_t ten_9 = 1000000000LL; 94 const int64_t ten_6 = 1000000LL; 95 const int64_t ten_3 = 1000LL;
|
/development/ndk/platforms/android-9/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/external/libchrome/base/metrics/ |
sample_map_unittest.cc | 37 EXPECT_EQ(75000000000LL, samples.sum());
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
adjtick.c | 41 #define NSEC_PER_SEC 1000000000LL
|
/external/llvm/lib/CodeGen/ |
GCMetadata.cpp | 49 : F(F), S(S), FrameSize(~0LL) {}
|
/external/llvm/unittests/Support/ |
BlockFrequencyTest.cpp | 65 const uint64_t Big = 387246523487234346LL;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
GCMetadata.cpp | 63 : F(F), S(S), FrameSize(~0LL) {}
|
/frameworks/av/media/libstagefright/ |
XINGSeeker.cpp | 145 seeker->mDurationUs = (int64_t)frames * samples_per_frame * 1000000LL / sampling_rate;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Stream.h | 476 static const nsecs_t kWaitForBufferDuration = 3000000000LL; // 3000 ms
|
/frameworks/base/libs/input/ |
PointerController.cpp | 65 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_NORMAL = 15 * 1000 * 1000000LL; // 15 seconds 66 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_SHORT = 3 * 1000 * 1000000LL; // 3 seconds 69 static const nsecs_t SPOT_FADE_DURATION = 200 * 1000000LL; // 200 ms 72 static const nsecs_t POINTER_FADE_DURATION = 500 * 1000000LL; // 500 ms
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.cpp | 143 return int64_t(t.tv_sec) * 1000000000LL + t.tv_nsec;
|
/packages/services/BuiltInPrintService/jni/plugins/ |
wprint_mupdf.c | 38 return (long) (((int64_t) now.tv_sec * 1000000000LL + now.tv_nsec) / 1000000);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
minwindef.h | 40 #define NULL 0LL
|
stddef.h | 404 #define NULL 0LL
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perlprimtypes.swg | 226 const double mant_max = 1LL << DBL_MANT_DIG; 299 const double mant_max = 1LL << DBL_MANT_DIG;
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
Completed in 1627 milliseconds
<<21222324252627282930>>