Home
last modified time | relevance | path

Searched refs:next (Results 3151 - 3175 of 12876) sorted by relevance

1...<<121122123124125126127128129130>>...516

/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js74 // that's ~32GB of just integers for the next/prev links, plus whatever
211 #next;
241 next: c.#next,
332 this.#next = new UintArray(max);
435 /* c8 ignore next */
573 i = this.#next[i];
860 this.#next[this.#tail] = index;
985 this.#head = this.#next[head];
1321 this.#next[
[all...]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js162 var next = attr[pos + 1];
167 // pos === 0 && this.content(next) === '|'
189 if (next[_tokenize.FIELDS.TYPE] === tokens.equals) {
192 } else if ((!node.namespace || lastAdded === "namespace" && !spaceAfterMeaningfulToken) && next) {
223 if (next[_tokenize.FIELDS.TYPE] === tokens.equals) {
230 if (content === '~' && next[_tokenize.FIELDS.TYPE] === tokens.equals) {
238 if (next[_tokenize.FIELDS.TYPE] === tokens.equals) {
247 if (next && this.content(next) === '|' && attr[pos + 2] && attr[pos + 2][_tokenize.FIELDS.TYPE] !== tokens.equals &&
340 if (spaceAfterMeaningfulToken || next
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c281 auth = auth->next; in lws_ss_policy_find_auth_by_name()
292 * participating structs begin with .next and .name the same in lws_ss_policy_alloc_helper()
300 a->curr[type].b->next = a->heads[type].b; in lws_ss_policy_alloc_helper()
437 p2 = p2->next; in lws_ss_policy_parser_cb()
443 * participating structs begin with .next and .name the same in lws_ss_policy_parser_cb()
462 a->curr[n].b->next = a->heads[n].b; in lws_ss_policy_parser_cb()
569 x = x->next; in lws_ss_policy_parser_cb()
632 *py = x->next; in lws_ss_policy_parser_cb()
639 x->next = a->context->server_der_list; in lws_ss_policy_parser_cb()
644 py = &x->next; in lws_ss_policy_parser_cb()
[all...]
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c265 for (ca_sink = u->sinks; ca_sink; ca_sink = ca_sink->next) in ca_device_check_device_state()
269 for (ca_source = u->sources; ca_source; ca_source = ca_source->next) in ca_device_check_device_state()
304 sink = sink->next; in sink_process_msg()
342 source = source->next; in source_process_msg()
894 for (ca_sink = u->sinks; ca_sink; ca_sink = ca_sink->next) in pa__init()
897 for (ca_source = u->sources; ca_source; ca_source = ca_source->next) in pa__init()
926 for (ca_sink = u->sinks; ca_sink; ca_sink = ca_sink->next) in pa__done()
931 for (ca_source = u->sources; ca_source; ca_source = ca_source->next) in pa__done()
946 coreaudio_sink *next = ca_sink->next; in pa__done() local
958 coreaudio_source *next = ca_source->next; pa__done() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.c62 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
87 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p()
111 hapd->sta_list = sta->next; in ap_sta_list_del()
116 while (tmp != NULL && tmp->next != sta) in ap_sta_list_del()
117 tmp = tmp->next; in ap_sta_list_del()
122 tmp->next = sta->next; in ap_sta_list_del()
396 sta = sta->next; in hostapd_free_stas()
448 * Anyway, try again after the next inactivity timeout, in ap_handle_timer()
719 sta->next in ap_sta_add()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.c802 sums = list_entry(ordered_sums.next, in replay_one_extent()
1097 goto next; in __add_inode_ref()
1141 next: in __add_inode_ref()
2195 goto next; in find_dir_range()
2208 next: in find_dir_range()
2209 /* check the next slot in the tree to see if it is a valid item */ in find_dir_range()
2738 struct extent_buffer *next; in walk_down_log_tree() local
2759 next = btrfs_find_create_tree_block(fs_info, bytenr); in walk_down_log_tree()
2760 if (IS_ERR(next)) in walk_down_log_tree()
2761 return PTR_ERR(next); in walk_down_log_tree()
2845 struct extent_buffer *next; walk_up_log_tree() local
2927 struct extent_buffer *next; walk_log_tree() local
[all...]
/base/startup/init/services/begetctl/shell/
H A Dshell_bas.h62 struct BShellCommand_ *next; member
77 struct BShellKey_ *next; member
/build/rust/tests/test_rlib_cargo_crate/crate/
H A Dbuild.rs92 if pieces.next() != Some("rustc 1") { in rustc_minor_version()
96 let next_var = match pieces.next() { in rustc_minor_version()
/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.h93 CallbackNode() : moduleName(nullptr), callback(nullptr), callbackHandler(nullptr), next(nullptr) {} in CallbackNode()
105 struct CallbackNode *next; member
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/timerthread/
H A Dtimer_thread.cpp77 TimerInfo *info = const_cast<TimerInfo *>(listIterator.next()); in Traverse()
121 const TimerInfo *info = const_cast<TimerInfo *>(listIterator.next()); in StopTimerTaskInner()
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h45 FeatureNode *next; member
57 ListNode *next; member
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Devsci.c56 sci_handler = sci_handler->next; in acpi_ev_sci_dispatch()
206 acpi_gbl_sci_handler_list = sci_handler->next; in acpi_ev_remove_all_sci_handlers()
H A Dutstate.c34 state->common.next = *list_head; in acpi_ut_push_generic_state()
65 *list_head = state->common.next; in acpi_ut_pop_generic_state()
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dbacktrace-clang.S127 teq sv_fp, mask @ make sure next frame exists
145 1003: ldr sv_lr, [sv_fp, #4] @ get saved lr from next frame
193 * If we are out of frames or if the next frame is invalid.
198 cmp sv_fp, frame @ next frame must be
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dpci-noop.c42 hose_tail = &hose->next; in alloc_pci_controller()
66 for (hose = hose_head; hose; hose = hose->next) in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dpci-noop.c42 hose_tail = &hose->next; in alloc_pci_controller()
66 for (hose = hose_head; hose; hose = hose->next) in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dbacktrace-clang.S127 teq sv_fp, mask @ make sure next frame exists
145 1003: ldr sv_lr, [sv_fp, #4] @ get saved lr from next frame
193 * If we are out of frames or if the next frame is invalid.
198 cmp sv_fp, frame @ next frame must be
202 @ Kernel stacks may be discontiguous in memory. If the next
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dmii_timestamper.c55 struct list_head *this, *next; in unregister_mii_tstamp_controller() local
58 list_for_each_safe(this, next, &mii_timestamping_devices) { in unregister_mii_tstamp_controller()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_defs.h69 return ((list->next == list) && (list->prev == list)); in csio_list_deleted()
72 #define csio_list_next(elem) (((struct list_head *)(elem))->next)
/kernel/linux/linux-5.10/scripts/dtc/
H A Dsrcpos.h63 struct srcpos *next; member
83 (Current).next = NULL; \
/kernel/linux/linux-5.10/security/apparmor/
H A Dprocattr.c127 char *next = hat + strlen(hat) + 1; in aa_setprocattr_changehat() local
131 hat = next; in aa_setprocattr_changehat()
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A Drunqslower.bpf.c62 * struct task_struct *next) in handle__sched_switch()
65 struct task_struct *next = (struct task_struct *)ctx[2]; in handle__sched_switch() local
75 pid = next->pid; in handle__sched_switch()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_sched_switch.c25 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
34 tracing_record_taskinfo_sched_switch(prev, next, flags); in probe_sched_switch()
24 probe_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next) probe_sched_switch() argument
/kernel/linux/linux-5.10/fs/proc/
H A Dconsoles.c78 return con->next; in c_next()
88 .next = c_next,
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dpacket_history.h32 * @next: next oldest entry (LIFO order)
37 struct tfrc_tx_hist_entry *next; member
46 head = head->next; in tfrc_tx_hist_find_entry()

Completed in 20 milliseconds

1...<<121122123124125126127128129130>>...516