Searched refs:speed (Results 51 - 75 of 91) sorted by relevance

1234

/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc1546 uint64_t speed; local
1548 size = sizeof(speed);
1549 sysctlbyname("hw.cpufrequency_max", &speed, &size, NULL, 0);
1550 info_ptr->processor_max_mhz = static_cast<uint32_t>(speed / kOneMillion);
1551 info_ptr->processor_mhz_limit = static_cast<uint32_t>(speed / kOneMillion);
1552 size = sizeof(speed);
1553 sysctlbyname("hw.cpufrequency", &speed, &size, NULL, 0);
1554 info_ptr->processor_current_mhz = static_cast<uint32_t>(speed / kOneMillion);
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java87 protected float speed = 1f; field in class:Application
599 if (speed == 0 || paused)
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs230 UInt64 speed = MyMultDiv64(size, elapsedTime);
231 PrintValue(speed / 1024);
/external/lzma/Java/SevenZip/
H A DLzmaBench.java281 long speed = MyMultDiv64(size, elapsedTime);
282 PrintValue(speed / 1024);
/external/replicaisland/src/com/replica/replicaisland/
H A DPatrolComponent.java258 public void setMovementSpeed(float speed, float acceleration) { argument
259 mMaxSpeed = speed;
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c81 ARG_DEF("sp", "speed", 1, "speed configuration");
174 svc_ctx->speed = default_speed;
222 svc_ctx->speed = arg_parse_uint(&arg);
631 if (svc_ctx.speed != -1)
632 vpx_codec_control(&codec, VP8E_SET_CPUUSED, svc_ctx.speed);
647 pts, frame_duration, svc_ctx.speed >= 5 ?
H A Dvpx_temporal_svc_encoder.c475 int speed; local
511 "<rate_num> <rate_den> <speed> <frame_drop_threshold> <mode> "
515 "<rate_num> <rate_den> <speed> <frame_drop_threshold> <mode> "
593 speed = strtol(argv[8], NULL, 0);
594 if (speed < 0) {
595 die("Invalid speed setting: must be positive");
685 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed);
690 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed);
H A Dvp8_multi_resolution_encoder.c542 /* Set encoding speed */
545 int speed = -6; local
546 /* Lower speed for the lowest resolution. */
547 if (i == NUM_ENCODERS - 1) speed = -4;
548 if(vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed))
/external/libxml2/
H A DtestSAX.c57 static int speed = 0; variable
1076 if (!speed) {
1150 else if ((!strcmp(argv[i], "-speed")) ||
1151 (!strcmp(argv[i], "--speed")))
1152 speed++;
/external/libnfc-nxp/src/
H A DphHciNfc_Sequence.c1637 uint8_t speed = local
1690 HCI_DEBUG("Setting initiator mode to 0x%02X", speed);
1693 (uint8_t) (speed & DEFAULT_NFCIP_INITIATOR_MODE_SUPPORT));
1727 || ( speed & (uint8_t)phHal_ePassive106 )
1731 || ( speed & (uint8_t)phHal_ePassive212 )
1735 || ( speed & (uint8_t)phHal_ePassive424 )
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestRagdollCharacter.java100 speed = 1.3f;
H A DTestBoneRagdoll.java133 speed = 1.3f;
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Djquery-1.7.1.js535 // Own properties are enumerated firstly, so to speed up,
5007 // See if we find a selector to speed up
8234 show: function( speed, easing, callback ) {
8237 if ( speed || speed === 0 ) {
8238 return this.animate( genFx("show", 3), speed, easing, callback );
8280 hide: function( speed, easing, callback ) {
8281 if ( speed || speed === 0 ) {
8282 return this.animate( genFx("hide", 3), speed, easin
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h93 // speed. The output is compressed at the highest possible quality. This
134 int speed; member in struct:VP9EncoderConfig
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex113 does not increment at twice the speed of a mono stream).
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp969 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) argument
1026 speed = MyMultDiv64(size, timeVal, GetFreq());
/external/libvpx/libvpx/
H A Dconfigure55 ${toggle_small} favor smaller size over speed
/external/llvm/lib/Support/
H A Dregengine.inc680 - fast - step through the string at top speed
/external/libpng/contrib/libtests/
H A Dpngvalid.c635 unsigned int speed :1; member in struct:png_store
727 ps->speed = 0;
1540 /* Don't do the slow memory checks if doing a speed test, also if user
1544 if (!ps->speed)
1665 if (!ps->speed)
4259 int speed; /* Doing a speed test */ member in struct:standard_display
4300 dp->speed = ps->speed;
5086 if (!d.speed)
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb156 # the struct's default initialize for speed. Otherwise,
/external/boringssl/
H A Dsources.mk321 src/tool/speed.cc\
/external/libunwind/doc/
H A Dlibunwind.tex278 To speed up execution, \Prog{libunwind} may aggressively cache the
/external/valgrind/include/vki/
H A Dvki-linux.h3364 __vki_u16 speed; member in struct:vki_ethtool_cmd
4181 __vki_s32 speed; member in struct:vki_v4l2_decoder_cmd::__anon16445::__anon16447
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm14 ; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of inffast.S
/external/clang/tools/scan-build/
H A Dscan-build1177 Default is 4. Increase for more comprehensive coverage at a cost of speed.

Completed in 1039 milliseconds

1234