HomeSort by relevance Sort by last modified time
    Searched refs:E6 (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/clang/test/ASTMerge/Inputs/
enum1.c 40 } E6;
42 E6 x6;
enum2.c 40 } E6;
42 E6 x6;
  /external/oprofile/libutil/
op_cpufreq.c 46 fval = uval / 1E6;
51 fval = uval / 1E6;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
simd-2.asm 17 cvtdq2pd xmm5, xmm4 ; F3 0F E6 EC
18 cvtdq2pd xmm3, [0] ; F3 0F E6 1D 00 00 00 00
19 cvtdq2pd xmm2, qword [0] ; F3 0F E6 15 00 00 00 00
25 cvtpd2dq xmm0, xmm1 ; F2 0F E6 C1
26 cvtpd2dq xmm2, [0] ; F2 0F E6 15 00 00 00 00
27 cvtpd2dq xmm3, dqword [0] ; F2 0F E6 1D 00 00 00 00
85 cvttpd2dq xmm4, xmm5 ; 66 0F E6 E5
86 cvttpd2dq xmm6, [0] ; 66 0F E6 35 00 00 00 00
87 cvttpd2dq xmm7, dqword [0] ; 66 0F E6 3D 00 00 00 00
  /external/chromium_org/ppapi/generators/test_parser/
enum.idl 24 E6 = 3 << 2
43 E6 = 12
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 };
49 case E6:
60 a = E6,
68 using Int = A<E6>;
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 126 struct E6 : InaccessibleMoveAssign { // expected-note {{base class 'InaccessibleMoveAssign' has an inaccessible move}}
127 E6 &operator=(E6 &&) = default; // expected-note {{here}}
134 template struct MoveAssign<E6>; // expected-note {{here}}
  /external/webrtc/src/system_wrappers/source/
event_posix.cc 22 const long int E6 = 1000000;
23 const long int E9 = 1000 * E6;
154 tEnd.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6;
269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 92 printf("min decode time %lld us (%.2f secs)\n", minUs, minUs / 1E6);
93 printf("max decode time %lld us (%.2f secs)\n", maxUs, maxUs / 1E6);
112 double fps = 1E6 / slotUs;
258 seekTimeUs / 1E6, timestampUs / 1E6);
266 timestampUs, timestampUs / 1E6);
289 seekTimeUs, seekTimeUs / 1E6);
376 printf("avg. %.2f fps\n", n * 1E6 / delay);
389 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay);
1075 thumbTimeUs, thumbTimeUs / 1E6);
    [all...]
codec.cpp 297 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
303 state->mNumBuffersDecoded * 1E6 / elapsedTimeUs,
305 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
sf2.cpp 188 mTotalBytesReceived * 1E6 / 1024 / delayUs);
193 mNumOutputBuffersReceived * 1E6 / delayUs,
195 mTotalBytesReceived * 1E6 / 1024 / delayUs);
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 575 timeToCompletionUs, timeToCompletionUs / 1E6);
615 ALOGV("adjust seek time to: %.2f", mStartPosUs/ 1E6);
633 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
665 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
HTTPBase.cpp 112 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
VBRISeeker.cpp 72 ALOGV("duration = %.2f secs", durationUs / 1E6);
AwesomePlayer.cpp 779 cachedDurationUs / 1E6, eos);
785 cachedDurationUs / 1E6);
794 cachedDurationUs / 1E6);
798 cachedDurationUs / 1E6);
    [all...]
CameraSourceTimeLapse.cpp 77 mTimeBetweenTimeLapseVideoFramesUs(1E6/videoFrameRate),
  /external/clang/INPUTS/
c99-intconst-1.c 56 (T4 *) if E4, otherwise (T5 *) if E5, otherwise (T6 *) if E6. */
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
64 && !(E4) && !(E5) && (E6))))
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
75 T4, (E4), T5, (E5), T6, (E6)))0))
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 280 ALOGV("rendering audio at media time %.2f secs", mediaTimeUs / 1E6);
414 mVideoLateByUs, mVideoLateByUs / 1E6);
416 ALOGV("rendering video at media time %.2f secs", mediaTimeUs / 1E6);
504 ALOGV("queueDiff = %.2f secs", diff / 1E6);
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 217 buffer->range_length(), timeUs / 1E6);
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 607 durationUs, durationUs / 1E6);
639 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
659 actualSeekTimeUs, actualSeekTimeUs / 1E6);
715 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
717 actualSeekTimeUs, actualSeekTimeUs / 1E6);
719 bufferTimeUs, bufferTimeUs / 1E6);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 558 int64_t copyUs = (int64_t)((copy / kFrameSize) * 1E6 / 48000.0);
606 int64_t copyUs = (int64_t)((copy / kFrameSize) * 1E6 / 48000.0);
774 mIsVideo ? "video" : "audio", timeUs, timeUs / 1E6);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-8.js 58 if(a.total>=2E6) {
  /external/v8/test/mjsunit/compiler/
regress-8.js 58 if(a.total>=2E6) {
  /external/clang/test/SemaCXX/
enum-scoped.cpp 50 enum class E6 : bool {
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 156 ALOGV("queueAccessUnit timeUs=%lld us (%.2f secs)", mLastQueuedTimeUs, mLastQueuedTimeUs / 1E6);

Completed in 526 milliseconds

1 2 3 4