OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LL
(Results
626 - 650
of
729
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
/external/linux-tools-perf/util/
parse-events.c
129
[C(
LL
)] = (CACHE_READ | CACHE_WRITE | CACHE_PREFETCH),
/external/mdnsresponder/mDNSShared/
CommonServices.h
813
#define INT64_C( value ) value ##
LL
[
all
...]
/external/opencv/cxcore/include/
cxmisc.h
144
#define CV_BIG_INT(n) n##
LL
[
all
...]
/external/qemu/android/camera/
camera-service.c
[
all
...]
/external/qemu/
qemu-timer.c
1058
current_ns = timeout.it_value.tv_sec * 1000000000
LL
+ timeout.it_value.tv_nsec;
[
all
...]
/external/qemu/target-mips/
helper.c
501
return -1
LL
;
/external/valgrind/main/VEX/priv/
guest_arm_toIR.c
[
all
...]
/external/valgrind/main/coregrind/
m_libcfile.c
342
return (res == -1) ? (-1
LL
) : buf.size;
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp
203
newBuffer->meta_data()->setInt64(kKeyTime, (pAccessUnit->m_CTS * 1000
LL
));
[
all
...]
/frameworks/base/core/jni/
android_media_AudioTrack.cpp
761
nTimestamp[1] = (jlong) ((timestamp.mTime.tv_sec * 1000000000
LL
) + timestamp.mTime.tv_nsec);
[
all
...]
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
855
" setDelay handle: %d rate %d", handle, (int) (ns / 1000000
LL
));
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp
546
nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000
LL
+ frame->ts.tv_nsec;
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
142
const int64_t kCameraBufferLatencyNs = 250000000
LL
; // 250 ms
[
all
...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mmintrin.h
[
all
...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mmintrin.h
[
all
...]
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
mmintrin.h
853
return (__m64)0
LL
;
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
mmintrin.h
853
return (__m64)0
LL
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mmintrin.h
853
return (__m64)0
LL
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
mmintrin.h
853
return (__m64)0
LL
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
mmintrin.h
853
return (__m64)0
LL
;
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
mmintrin.h
853
return (__m64)0
LL
;
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
mmintrin.h
853
return (__m64)0
LL
;
/art/runtime/
thread.cc
436
// will be broken because we'
ll
die long before we get close to 2GB.
505
return static_cast<uint64_t>(now.tv_sec) * 1000000
LL
+ now.tv_nsec / 1000
LL
;
879
// No point dumping for an abort in debug builds where we'
ll
hit the not suspended check in stack.
[
all
...]
/external/chromium_org/third_party/simplejson/
_speedups.c
180
big_long = PyLong_FromLongLong(1
LL
<< 53);
187
small_long = PyLong_FromLongLong(-1
LL
<< 53);
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
[
all
...]
Completed in 3653 milliseconds
<<
21
22
23
24
25
26
27
28
29
30