Home
last modified time | relevance | path

Searched defs:to_do (Results 26 – 50 of 107) sorted by relevance

12345

/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass.wp-dependencies.php41 public $to_do = array(); variable in WP_Dependencies
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass.wp-dependencies.php41 public $to_do = array(); variable in WP_Dependencies
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/filters/
H A DFilter.cpp461 size_t to_do = lsp_min(count, STACK_BUF_SIZE); in freq_chart() local
488 size_t to_do = lsp_min(count, STACK_BUF_SIZE); in freq_chart() local
539 size_t to_do = lsp_min(count, STACK_BUF_SIZE); in freq_chart() local
566 size_t to_do = lsp_min(count, STACK_BUF_SIZE); in freq_chart() local
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libmemunreachable/
H A DHeapWalker.cpp74 allocator::vector<Range> to_do(1, root, allocator_); in RecurseRoot() local
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libmemunreachable/
H A DHeapWalker.cpp88 allocator::vector<Range> to_do(1, root, allocator_); in RecurseRoot() local
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dsim-events.c832 sim_event *to_do) in sim_watch_valid()
1142 sim_event *to_do = events->watchpoints; in sim_events_process() local
1171 sim_event *to_do = events->queue; in sim_events_process() local
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dsim-events.c832 sim_event *to_do) in sim_watch_valid()
1142 sim_event *to_do = events->watchpoints; in sim_events_process() local
1171 sim_event *to_do = events->queue; in sim_events_process() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-events.c834 sim_event *to_do) in sim_watch_valid()
1144 sim_event *to_do = events->watchpoints; in sim_events_process() local
1173 sim_event *to_do = events->queue; in sim_events_process() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-events.c834 sim_event *to_do) in sim_watch_valid()
1144 sim_event *to_do = events->watchpoints; in sim_events_process() local
1173 sim_event *to_do = events->queue; in sim_events_process() local
/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-loc2c.c78 std::vector<int> *to_do, in compute_stack_depth_worker()
395 std::vector<int> to_do; in compute_stack_depth() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_tx.c631 u32 to_do, bool try_to_wake) in gve_clean_tx_done()
705 u32 to_do; in gve_tx_poll() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_tx.c631 u32 to_do, bool try_to_wake) in gve_clean_tx_done()
705 u32 to_do; in gve_tx_poll() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_tx.c631 u32 to_do, bool try_to_wake) in gve_clean_tx_done()
705 u32 to_do; in gve_tx_poll() local
/dports/science/nest/nest-simulator-3.1/pynest/nest/
H A D__init__.py127 to_do = KernelAttribute( variable in NestModule
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/util/
H A DDepopper.cpp475 size_t to_do = (count > can_do) ? can_do : count; in process() local
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Devents.c385 event_entry *to_do = events->queue; in event_queue_process() local
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Devents.c385 event_entry *to_do = events->queue; in event_queue_process() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Devents.c385 event_entry *to_do = events->queue; in event_queue_process() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Devents.c385 event_entry *to_do = events->queue; in event_queue_process() local
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmCpMvEntry.c264 char *to_do; in xtmCmCopyMoveEntryTo() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dslap_delay.cpp498 size_t to_do = samples - k; in process() local
H A Dprofiler.cpp702 size_t to_do = (samples > TMP_BUF_SIZE) ? TMP_BUF_SIZE : samples; in process() local
H A Dlimiter.cpp534 size_t to_do = (nsamples > buf_size) ? buf_size : nsamples; in process() local
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Daudio_playlist.cc207 list<Segment> to_do; in read() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/dynamics/
H A DLimiter.cpp632 size_t to_do = (samples > BUF_GRANULARITY) ? BUF_GRANULARITY : samples; in process() local

12345