Home
last modified time | relevance | path

Searched defs:interval (Results 476 - 500 of 561) sorted by relevance

1...<<11121314151617181920>>...23

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp2114 auto interval = in DoCloudSync() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1966 void DhcpClientStateMachine::StartTimer(TimerType type, uint32_t &timerId, int64_t interval, bool once) in StartTimer() argument
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp907 int64_t interval = static_cast<int64_t>(data[0]); in StartTimerFuzzerTest() local
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1912 BroadcastSetLpAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window, int32_t interval, int32_t bcHandle) BroadcastSetLpAdvParam() argument
/third_party/ffmpeg/libavformat/
H A Dasfdec_o.c860 uint64_t interval; // index entry time interval in 100 ns units, usually it's 1s in asf_read_simple_index() local
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c2293 xhci_configure_endpoint(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, uint16_t interval, uint8_t max_packet_count, uint8_t mult, uint8_t fps_shift, uint16_t max_packet_size, uint16_t max_frame_size, uint8_t ep_mode) xhci_configure_endpoint() argument
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi.h222 usb_timeout_t interval; /* interval in milliseconds */ member
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.c1484 const uint32_t *interval; in fuvc_streaming_set() local
/third_party/libuv/test/
H A Dtest-fs.c3699 int interval; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c843 dri2_wl_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) in dri2_wl_swap_interval() argument
H A Dplatform_x11.c1012 dri2_x11_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) in dri2_x11_swap_interval() argument
1198 dri2_kopper_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) in dri2_kopper_swap_interval() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c50 struct ir3_reg_interval interval; member
378 ra_spill_interval_init(struct ra_spill_interval *interval, in ra_spill_interval_init() argument
391 ir3_reg_interval_to_interval(struct ir3_reg_interval *interval) ir3_reg_interval_to_interval() argument
397 ra_spill_interval_root(struct ra_spill_interval *interval) ra_spill_interval_root() argument
447 struct ra_spill_interval *interval = ir3_reg_interval_to_interval(_interval); interval_add() local
474 struct ra_spill_interval *interval = ir3_reg_interval_to_interval(_interval); interval_delete() local
527 ra_spill_ctx_insert(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval) ra_spill_ctx_insert() argument
534 ra_spill_ctx_remove(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval) ra_spill_ctx_remove() argument
543 struct ra_spill_interval *interval = ctx->intervals[dst->name]; init_dst() local
560 struct ra_spill_interval *interval = ctx->intervals[dst->name]; insert_dst() local
589 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; insert_src() local
605 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; remove_src_early() local
618 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; remove_src() local
629 struct ra_spill_interval *interval = ctx->intervals[dst->name]; finish_dst() local
636 struct ra_spill_interval *interval = ctx->intervals[dst->name]; remove_dst() local
647 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; update_src_next_use() local
769 spill_interval(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval, struct ir3_instruction *instr, struct ir3_block *block) spill_interval() argument
947 rewrite_src_interval(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval, struct ir3_register *def, struct ir3_instruction *instr, struct ir3_block *block) rewrite_src_interval() argument
973 struct ra_spill_interval *interval = ctx->intervals[def->name]; reload_def() local
1002 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; reload_src() local
1015 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; rewrite_src() local
1131 struct ra_spill_interval *interval = rzalloc(ctx, struct ra_spill_interval); create_temp_interval() local
1315 struct ra_spill_interval *interval = ctx->intervals[def->name]; handle_live_in() local
1458 live_in_rewrite(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval, struct reg_or_immed *new_val, struct ir3_block *block, unsigned pred_idx) live_in_rewrite() argument
1492 struct ra_spill_interval *interval = ctx->intervals[def->name]; reload_live_in() local
1529 struct ra_spill_interval *interval = ctx->intervals[def->name]; add_live_in_phi() local
1613 struct ra_spill_interval *interval = ctx->intervals[reg->name]; spill_single_pred_live_in() local
1651 spill_live_out(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval, struct ir3_block *block) spill_live_out() argument
1678 struct ra_spill_interval *interval = ctx->intervals[def->name]; reload_live_out() local
1691 struct ra_spill_interval *interval = ctx->intervals[name]; reload_live_outs() local
1712 struct ra_spill_interval *interval = ctx->intervals[def->name]; update_live_out_phis() local
1720 record_pred_live_out(struct ra_spill_ctx *ctx, struct ra_spill_interval *interval, struct ir3_block *block, unsigned pred_idx) record_pred_live_out() argument
1760 record_live_out(struct ra_spill_ctx *ctx, struct ra_spill_block_state *state, struct ra_spill_interval *interval) record_live_out() argument
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglapi.c1302 eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() argument
/third_party/mesa3d/src/glx/
H A Dglxcmds.c1737 glXSwapIntervalSGI(int interval) in glXSwapIntervalSGI() argument
1799 glXSwapIntervalMESA(unsigned int interval) in glXSwapIntervalMESA() argument
1853 glXSwapIntervalEXT(Display *dpy, GLXDrawable drawable, int interval) in glXSwapIntervalEXT() argument
[all...]
/third_party/node/src/
H A Denv-inl.h453 inline void Environment::set_cpu_prof_interval(uint64_t interval) { in set_cpu_prof_interval() argument
504 inline void Environment::set_heap_prof_interval(uint64_t interval) { in set_heap_prof_interval() argument
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c312 loader_dri3_set_swap_interval(struct loader_dri3_drawable *draw, int interval) in loader_dri3_set_swap_interval() argument
[all...]
/third_party/lwip/src/core/
H A Dtcp.c2286 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc617 void OS::Sleep(TimeDelta interval) { in Sleep() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h183 void SetInterval(int map_number, const Interval& interval) { in SetInterval() argument
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp263 EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp1820 void WindowSurfaceVk::setSwapInterval(EGLint interval) in setSwapInterval() argument
47 GetDesiredPresentMode(const std::vector<VkPresentModeKHR> &presentModes, EGLint interval) GetDesiredPresentMode() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c221 unsigned int period = 0, interval = 0; in wpas_dbus_handler_p2p_extendedlisten() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h986 wpa_drv_p2p_lo_start(struct wpa_supplicant *wpa_s, unsigned int channel, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) wpa_drv_p2p_lo_start() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c256 unsigned int period = 0, interval = 0; in wpas_dbus_handler_p2p_extendedlisten() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h1064 wpa_drv_p2p_lo_start(struct wpa_supplicant *wpa_s, unsigned int channel, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) wpa_drv_p2p_lo_start() argument

Completed in 64 milliseconds

1...<<11121314151617181920>>...23