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

1 2 3 4 5

  /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 154 struct E6 : InaccessibleMoveAssign { // expected-note {{base class 'InaccessibleMoveAssign' has an inaccessible move}}
155 E6 &operator=(E6 &&) = default; // expected-note {{here}}
162 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;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_posix.cc 23 const long int E6 = 1000000;
24 const long int E9 = 1000 * E6;
137 end_at.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6;
243 end_at.tv_nsec = created_at_.tv_nsec + (time - (time / 1000) * 1000) * E6;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 92 printf("min decode time %" PRId64 " us (%.2f secs)\n", minUs, minUs / 1E6);
93 printf("max decode time %" PRId64 " 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);
1081 thumbTimeUs, thumbTimeUs / 1E6);
    [all...]
codec.cpp 299 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
305 state->mNumBuffersDecoded * 1E6 / elapsedTimeUs,
307 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
sf2.cpp 88 mTotalBytesReceived * 1E6 / 1024 / delayUs);
93 mNumOutputBuffersReceived * 1E6 / delayUs,
95 mTotalBytesReceived * 1E6 / 1024 / delayUs);
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 585 timeToCompletionUs, timeToCompletionUs / 1E6);
625 ALOGV("adjust seek time to: %.2f", mStartPosUs/ 1E6);
643 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
675 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
HTTPBase.cpp 82 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
VBRISeeker.cpp 75 ALOGV("duration = %.2f secs", durationUs / 1E6);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 186 durationUs / 1E6);
195 durationUs / 1E6);
  /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/libstagefright/rtsp/
rtp_test.cpp 217 buffer->range_length(), timeUs / 1E6);
  /external/chromium_org/media/cast/sender/
congestion_control.cc 310 VLOG(3) << " FBR:" << (bits_per_second / 1E6)
312 << " SBR:" << (safe_bitrate / 1E6);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmswtpnt.c 64 x = -4.6070*(1E9/T3) + 2.9678*(1E6/T2) + 0.09911*(1E3/T) + 0.244063;
71 x = -2.0064*(1E9/T3) + 1.9018*(1E6/T2) + 0.24748*(1E3/T) + 0.237040;
  /external/chromium_org/media/cast/test/utility/
udp_proxy.cc 74 int64 microseconds = static_cast<int64>(seconds * 1E6);
84 max_megabits_per_second_ * 1E6 / 8);
145 base::TimeDelta::FromMicroseconds(static_cast<int64>(seconds * 1E6)));
245 int64 microseconds = static_cast<int64>(seconds * 1E6);
257 static_cast<int64>(extra_delay_ * 1E6)),
330 int64 microseconds = static_cast<int64>(seconds * 1E6);
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 612 durationUs, durationUs / 1E6);
644 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
664 actualSeekTimeUs, actualSeekTimeUs / 1E6);
720 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
722 actualSeekTimeUs, actualSeekTimeUs / 1E6);
724 bufferTimeUs, bufferTimeUs / 1E6);
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 743 milliseconds

1 2 3 4 5