OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LL
(Results
701 - 725
of
871
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/icu/icu4c/source/i18n/
fmtable.cpp
445
static const int64_t U_DOUBLE_MAX_EXACT_INT = 9007199254740992
LL
;
549
// Sets the value to an int64 value
ll
.
552
Formattable::setInt64(int64_t
ll
)
556
fValue.fInt64 =
ll
;
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
66
Value *Add = builder.CreateAdd(Load, ConstantInt::get(GTy, 1
LL
));
/external/protobuf/src/google/protobuf/stubs/
common.h
162
#define GOOGLE_LONGLONG(x) x##
LL
164
#define GOOGLE_LL_FORMAT "
ll
" // As in "%lld". Note that "q" is poor form also.
[
all
...]
/external/qemu/android/
hw-sensors.c
354
delay *= 1000000
LL
; /* convert to nanoseconds */
/external/qemu/include/fpu/
softfloat.h
65
#define LIT64( a ) a##
LL
/frameworks/av/media/libstagefright/
MP3Extractor.cpp
341
durationUs = 8000
LL
* (fileSize - mFirstFramePos) / bitrate;
/frameworks/av/media/libstagefright/webm/
WebmWriter.cpp
194
static const int64_t MAX_CUES_SIZE = (180 * 3000000 * 6
LL
/ 8000);
/frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp
593
capabilities |= (1
LL
<< CAP_WAKE_ALARM);
/hardware/qcom/audio/legacy/libalsa-intf/
aplay.c
46
static uint32_t play_max_sz = 2147483648
LL
;
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp
61
int64_t now = tv.tv_sec * 1000
LL
+ tv.tv_usec / 1000;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp
58
int64_t now = tv.tv_sec * 1000
LL
+ tv.tv_usec / 1000;
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
mmintrin.h
382
return (__m64){ 0
LL
};
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
mmintrin.h
382
return (__m64){ 0
LL
};
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
mmintrin.h
382
return (__m64){ 0
LL
};
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
mmintrin.h
382
return (__m64){ 0
LL
};
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
mmintrin.h
382
return (__m64){ 0
LL
};
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
mmintrin.h
382
return (__m64){ 0
LL
};
/prebuilts/sdk/renderscript/clang-include/
mmintrin.h
382
return (__m64){ 0
LL
};
/prebuilts/sdk/tools/darwin/renderscript/clang-include/
mmintrin.h
382
return (__m64){ 0
LL
};
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp
378
m_statsStartTime(0
LL
),
/external/chromium_org/third_party/re2/re2/testing/
re2_test.cc
71
CHECK_OCTAL(long long, 777777777777777777777
LL
);
95
CHECK_DECIMAL(long long, -100000000000000
LL
);
[
all
...]
/external/compiler-rt/lib/msan/tests/
msan_test.cc
[
all
...]
/external/e2fsprogs/misc/
e2image.c
50
#define QCOW_OFLAG_COPIED (1
LL
<< 63)
895
l1_size = ((total_size + (1
LL
<< shift) - 1) >> shift);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
[
all
...]
/external/qemu/block/
qcow2.c
180
s->cluster_offset_mask = (1
LL
<< s->csize_shift) - 1;
907
l1_size = (((total_size * 512) + (1
LL
<< shift) - 1) >> shift);
[
all
...]
Completed in 1260 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>