Home
last modified time | relevance | path

Searched refs:speed (Results 251 - 275 of 307) sorted by relevance

1...<<111213

/third_party/libinput/export_include/
H A Dlibinput.h5147 * Set the pointer acceleration speed of this pointer device within a range
5156 * @param speed The normalized speed, in a range of [-1, 1]
5166 double speed);
5178 * libinput_device_config_accel_get_speed() will reflect the updated speed
5183 * @return The current speed, range -1 to 1
5195 * Return the default speed setting for this device, normalized to a range
5200 * @return The default speed setting for this device.
5223 * speed.
5231 * on the input speed
[all...]
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp2376 int32_t UsbService::GetDeviceSpeed(uint8_t busNum, uint8_t devAddr, uint8_t &speed) in GetDeviceSpeed() argument
2391 int32_t ret = usbd_->GetDeviceSpeed(dev, speed); in GetDeviceSpeed()
2395 USB_HILOGE(MODULE_USB_SERVICE, "GetDeviceSpeedImpl:%{public}u", speed); in GetDeviceSpeed()
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp2256 int32_t UsbImpl::GetDeviceSpeed(const UsbDev &dev, uint8_t &speed) in GetDeviceSpeed() argument
2265 speed = (uint8_t)ret; in GetDeviceSpeed()
2266 HDF_LOGE("%{public}s:GetDeviceSpeed, speed=%{public}u", __func__, speed); in GetDeviceSpeed()
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp681 parcel.WriteDouble(5.0); // speed in HWTEST_F()
709 parcel.WriteDouble(5.0); // speed in HWTEST_F()
909 locationInfo.speed = 1.0; in HWTEST_F()
929 locationInfo.speed = 1.0; in HWTEST_F()
1052 locationInfo.speed = 1.0; in HWTEST_F()
1096 locationInfo.speed = 1.0; in HWTEST_F()
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c3084 UINT8 speed; in umass_status() local
3098 speed = sc->sc_udev->speed; in umass_status()
3106 dprintf("VID:%04X/PID:%04X/SPD:%02d",vid,pid,speed); in umass_status()
/third_party/benchmark/src/
H A Dsysinfo.cc648 // the *maximum* frequency, not whatever CPU speed some random processor in GetCPUCyclesPerSecond()
774 return static_cast<double>((int64_t)(SYSPAGE_ENTRY(cpuinfo)->speed) * in GetCPUCyclesPerSecond()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_hid.c956 drvr->drvr.speed = USB_SPEED_HIGH; in hid_classobject()
H A Df_uac.c983 drvr->drvr.speed = USB_SPEED_HIGH; in uac_classobject()
H A Dcdcacm.c1829 drvr->drvr.speed = USB_SPEED_HIGH; in cdcacm_classobject()
H A Drndis.c2381 drvr->drvr.speed = USB_SPEED_HIGH; in rndis_classobject()
/third_party/libuv/src/unix/
H A Dos390.c259 cpu_info->speed = *(int*)(info.siv1v2si22v1.si22v1cpucapability); in uv_cpu_info()
H A Daix.c1100 cpu_info->speed = (int)(ps_total.processorHZ / 1000000); in uv_cpu_info()
/third_party/libinput/src/
H A Dlibinput-private.h281 double speed);
/third_party/musl/
H A Dconfigure31 --enable-optimize=... optimize listed components for speed over size [auto]
467 printf "components to be optimized for speed:"
/third_party/node/deps/uv/src/unix/
H A Daix.c1084 cpu_info->speed = (int)(ps_total.processorHZ / 1000000); in uv_cpu_info()
H A Dos390.c255 cpu_info->speed = *(int*)(info.siv1v2si22v1.si22v1cpucapability); in uv_cpu_info()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c1516 double speed; in print_report() local
1641 speed = t != 0.0 ? (double)pts / AV_TIME_BASE / t : -1; in print_report()
1678 if (speed < 0) { in print_report()
1679 av_bprintf(&buf, " speed=N/A"); in print_report()
1680 av_bprintf(&buf_script, "speed=N/A\n"); in print_report()
1682 av_bprintf(&buf, " speed=%4.3gx", speed); in print_report()
1683 av_bprintf(&buf_script, "speed=%4.3gx\n", speed); in print_report()
/third_party/backends/backend/genesys/
H A Dlow.cpp1145 float speed = size / us; // bytes/us == MB/s in build_image_pipeline()
1146 DBG(DBG_info, "read_data_from_usb: reading %zu bytes finished %f MB/s\n", size, speed); in build_image_pipeline()
1875 or by backends to speed binarization/thresholding
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h439 static inline float ImLinearSweep(float current, float target, float speed) { if (current < target) return ImMin(current + speed, target); if (current > target) return ImMax(current - speed, target); return current; } in ImLinearSweep() argument
1659 float DragSpeedDefaultRatio; // If speed == 0.0f, uses (max-min) * DragSpeedDefaultRatio
/third_party/skia/tools/viewer/
H A DViewer.cpp2461 float speed = fAnimTimer.getSpeed(); in drawImGui() local
2462 if (ImGui::DragFloat("Speed", &speed, 0.1f)) { in drawImGui()
2463 fAnimTimer.setSpeed(speed); in drawImGui()
/third_party/backends/backend/
H A Dsharp.c1958 /* scan speed */ in init_options()
1960 s->opt[OPT_SPEED].title = "Scan speed [fast]"; in init_options()
3442 s->speed = s->val[OPT_SPEED].w; in sane_start()
3452 s->speed = s->val[OPT_SPEED].w; in sane_start()
3457 s->speed = SANE_TRUE; in sane_start()
3755 wp.wdb.eletu = (!s->speed << 2) + (s->edge << 6) + (s->lightcolor << 4); in sane_start()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex280 To speed up execution, \Prog{libunwind} may aggressively cache the
/third_party/libuv/src/win/
H A Dutil.c622 cpu_info->speed = cpu_speed; in uv_cpu_info()
/third_party/node/src/
H A Dnode_report.cc320 writer->json_keyvalue("speed", cpu_info[i].speed); in PrintCpuInfo()
/third_party/node/deps/uv/src/win/
H A Dutil.c647 cpu_info->speed = cpu_speed; in uv_cpu_info()

Completed in 65 milliseconds

1...<<111213