HomeSort by relevance Sort by last modified time
    Searched refs:current_speed (Results 1 - 16 of 16) sorted by null

  /external/curl/lib/
speedcheck.c 42 if((data->progress.current_speed >= 0) && data->set.low_speed_time) {
43 if(data->progress.current_speed < data->set.low_speed_limit) {
progress.c 444 data->progress.current_speed = (curl_off_t)
449 data->progress.current_speed = amount*CURL_OFF_T_C(1000)/span_ms;
454 data->progress.current_speed =
574 max5data(data->progress.current_speed, max5[5]) /* current speed */
urldata.h 1072 curl_off_t current_speed; \/* uses the currently fastest transfer *\/ member in struct:Progress
1227 curl_off_t current_speed; \/* the ProgressShow() function sets this, member in struct:UrlState
    [all...]
easy.c 1015 data->state.current_speed = -1; /* init to negative == impossible */
url.c 589 data->state.current_speed = -1; /* init to negative == impossible */
    [all...]
  /external/curl/tests/unit/
unit1606.c 62 easy->progress.current_speed = speed;
  /external/syslinux/com32/gplinclude/dmi/
dmi_processor.h 90 uint16_t current_speed; member in struct:__anon36979
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.c 636 UINT32 current_speed; local
648 current_speed = (val >> 6) & 0x3;
649 if (current_speed == PCIE_GEN3)
654 DEBUG((EFI_D_ERROR, "current_speed GEN%d\n",current_speed + 1));
659 while ((current_speed == PCIE_GEN3) &&
670 current_speed = (val >> 6) & 0x3;
673 DEBUG((EFI_D_ERROR, "Do symbol align reset rate %d ltssm 0x%x\n",current_speed, ltssm_state));
698 current_speed = (val >> 6) & 0x3;
705 DEBUG((EFI_D_ERROR, "current_speed GEN%d\n",current_speed + 1));
715 UINT32 current_speed; local
    [all...]
  /external/syslinux/com32/hdt/
hdt-cli-cpu.c 60 hardware->dmi.processor.current_speed);
132 hardware->dmi.processor.current_speed);
hdt-menu-processor.c 148 hardware->dmi.processor.current_speed);
151 hardware->dmi.processor.current_speed);
hdt-dump-dmi.c 194 add_hi(dmi.processor.current_speed);
hdt-cli-dmi.c 330 hardware->dmi.processor.current_speed);
  /external/syslinux/com32/modules/
dmitest.c 153 moreprintf("\tCurrent Speed %u\n", dmi->processor.current_speed);
  /external/v8/src/heap/
gc-tracer.cc 734 double current_speed = bytes / duration; local
736 recorded_incremental_marking_speed_ = current_speed;
739 (recorded_incremental_marking_speed_ + current_speed) / 2;
    [all...]
  /external/syslinux/com32/lua/src/
dmi.c 256 LUA_ADD_NUM_P(L, processor, current_speed)
  /external/syslinux/com32/gpllib/dmi/
dmi.c 748 dmi->processor.current_speed = WORD(data + 0x16);

Completed in 300 milliseconds