Searched
refs:LL (Results
701 -
725 of
1081) sorted by null
<<21222324252627282930>>
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/ |
stdint.h | 146 # define INT64_C(c) c ## LL
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/ |
stdint.h | 146 # define INT64_C(c) c ## LL
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/ |
stdint.h | 146 # define INT64_C(c) c ## LL
|
/system/core/init/ |
bootchart.cpp | 55 return 100LL * strtod(uptime.c_str(), NULL);
|
/system/update_engine/update_manager/ |
boxed_value_unittest.cc | 123 new int64_t(-123456789012345LL)).ToString());
|
/toolchain/binutils/binutils-2.25/gas/config/ |
te-vms.c | 103 #define VMS_EPOCH_OFFSET 35067168000000000LL
|
/bionic/tests/ |
unistd_test.cpp | 632 // not, but it'll fail either way. Checking that we have the symbol is about [all...] |
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
stereo_pcmu_vad.rtp | [all...] |
stereo_pcmu_vad_jitter.rtp | [all...] |
/frameworks/av/media/libstagefright/ |
MPEG4Writer.cpp | 71 static const int64_t kInitialDelayTimeUs = 700000LL; 129 kMaxCttsOffsetTimeUs = 1000000LL, // 1 second 469 mStartTimestampUs = -1ll; 655 static const int64_t MAX_MOOV_BOX_SIZE = (180 * 3000000 * 6LL / 8000); [all...] |
MP3Extractor.cpp | 355 if (dataLength > INT64_MAX / 8000LL) { 359 durationUs = 8000LL * dataLength / bitrate;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |
/system/core/fastboot/ |
fastboot.cpp | [all...] |
/dalvik/docs/ |
porting-proto.c.txt | 87 s8 inot64(s8 x) { return x ^ -1LL; }
|
/external/clang/INPUTS/ |
c99-intconst-1.c | 133 CHECK_SUFll_DEC_TYPE(C##ll); \ 134 CHECK_SUFll_DEC_TYPE(C##LL); \ 151 CHECK_SUFll_OCTHEX_TYPE(C##ll); \ 152 CHECK_SUFll_OCTHEX_TYPE(C##LL); \
|
/external/elfutils/tests/ |
run-readelf-zp.sh | 222 [ 1420] __LONG_LONG_MAX__ 9223372036854775807LL
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 129 Value += 1LL << Log2Size; 307 switch (-(Target.getConstant() + (1LL << Log2Size))) { 480 // We're only going to have a second symbol in pic mode and it'll be a
|
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 323 EXPECT_EQ(map.s64, -5000000000LL); 350 map.s64 = -6000000000LL; 359 map.h64 = 6000000000LL; 379 EXPECT_EQ(map.s64, -6000000000LL); 388 EXPECT_EQ(map.h64, Hex64(6000000000LL)); 452 EXPECT_EQ(map.s64, -5000000000LL); 469 map.s64 = -6000000000LL; 489 EXPECT_EQ(map.s64, -6000000000LL); [all...] |
/external/lz4/programs/ |
bench.c | 220 { U64 fastestC = (U64)(-1LL), fastestD = (U64)(-1LL);
|
/external/speex/libspeex/ |
fixed_debug.h | 48 #define VERIFY_INT(x) ((x)<=2147483647LL&&(x)>=-2147483648LL)
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 128 Value += 1LL << Log2Size; 292 switch (-(Target.getConstant() + (1LL << Log2Size))) { 423 // We're only going to have a second symbol in pic mode and it'll be a
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Stream.cpp | 471 __FUNCTION__, kWaitForBufferDuration / 1000000LL, 567 kWaitForBufferDuration / 1000000LL);
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 391 uint32_t rec_max_sz = 2147483648LL; 427 uint32_t rec_max_sz = 2147483648LL;
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
MIPSOps.go | 276 // LL (Rarg0), Rout 286 // LL (Rarg0), Rout 305 // LL (Rarg0), Rtmp 316 // LL (Rarg0), Rtmp
|
Completed in 1210 milliseconds
<<21222324252627282930>>