Home
last modified time | relevance | path

Searched refs:next (Results 6051 - 6075 of 12994) sorted by relevance

1...<<241242243244245246247248249250>>...520

/third_party/rust/crates/regex/tests/
H A Dsearcher.rs22 match se.next() {
/third_party/rust/crates/rustix/src/fs/
H A Draw_dir.rs49 /// while let Some(entry) = iter.next() {
65 /// while let Some(entry) = iter.next() {
88 /// while let Some(entry) = iter.next() {
160 /// Returns the seek cookie to the next directory entry.
169 /// Identical to [Iterator::next] except that [Iterator::Item] borrows from self.
174 pub fn next(&mut self) -> Option<io::Result<RawDirEntry>> { in next() functions
206 /// [`next`][Self::next].
/third_party/rust/crates/shlex/src/
H A Dlib.rs121 let res = self.in_iter.next(); in next_char()
129 fn next(&mut self) -> Option<String> { in next() functions
228 while let Some(word) = sh.next() { in test_lineno()
/third_party/rust/crates/unicode-ident/generate/src/
H A Dparse.rs69 let name = rest.trim().split('#').next()?.trim_end(); in parse_line()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_sim_db.h68 struct eap_sim_reauth *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dasn1.h64 const u8 **next);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dpmksa_cache_auth.h18 struct rsn_pmksa_cache_entry *next, *hnext; member
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.hpp83 * each increment (next()) may report one of the following:
87 * For group nodes the iterator will next enter first matching child node.
93 * executable nodes the iterator will either move on to the next sibling,
127 void next (void);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_config.h757 * next - Pointer to next blob in the configuration
759 struct wpa_config_blob *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_sim_db.h68 struct eap_sim_reauth *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dpmksa_cache_auth.h18 struct rsn_pmksa_cache_entry *next, *hnext; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dtcp.h239 struct _sack_seq *next; member
248 struct tcp_sack_fast_rxmited *next; member
302 type *next; /* for the linked list */ \
423 u32_t rcv_nxt; /* next seqno expected */
459 u32_t snd_nxt; /* next new seqno to be sent */
463 u32_t snd_lbb; /* Sequence number of next byte to be buffered. */
806 * -> Reschedule next PTO.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.cpp266 bool next = true; in ScrollPage() local
267 if (!ConvertFromJSValue(obj->GetProperty("next"), next)) { in ScrollPage()
280 scrollController->ScrollPage(!next, smooth); in ScrollPage()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.cpp51 startPtr = startPtr->next; in FindNode()
386 startPtr = startPtr->next; in ReadXmlNode()
483 startPtr = startPtr->next; in Load()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp147 if (action->next != STATUS_NO_CHANGE) { in DFAPostEvent()
149 eventId, action->next); in DFAPostEvent()
150 changedAssetInfo.status = static_cast<TransferStatus>(action->next); in DFAPostEvent()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c219 List *next = block->list.next; in DoSendDataFrame() local
221 block = (BlockFrame *)(void *)next; in DoSendDataFrame()
387 /* Send ok, try to get next frame. */ in SendOutboundFrame()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstxncpy.S185 ldq_u t2, 8(a1) # e0 : read next high-order source word
212 extql t2, a1, t1 # e0 : extract high bits for next time
214 ldq_u t2, 8(a1) # e0 : load high word for next time
H A Dstxcpy.S158 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
181 extql t2, a1, t3 # e0 : extract low bits for next time
184 ldq_u t2, 0(a1) # .. e1 : load high word for next time
H A Dev6-stxcpy.S181 ldq_u t2, 8(a1) # U : read next high-order source word
205 extql t2, a1, t3 # U : extract low bits for next time (stall)
209 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Diwmmxt.S317 * r0 = next thread_info pointer
328 bne 1f @ yes: block them for next task
331 add r3, r0, #TI_IWMMXT_STATE @ get next task Concan save area
333 teq r2, r3 @ next task owns it?
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c385 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) { in pnv_pci_unlink_table_and_group()
387 list_del_rcu(&tgl->next); in pnv_pci_unlink_table_and_group()
426 list_add_rcu(&tgl->next, &tbl->it_group_list); in pnv_pci_link_table_and_group()
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
H A Dinternal.h557 static inline void switch_fpu_finish(struct task_struct *next) in switch_fpu_finish() argument
561 struct fpu *next_fpu = &next->thread.fpu; in switch_fpu_finish()
575 if (!(next->flags & PF_KTHREAD)) { in switch_fpu_finish()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dldt.c90 void switch_ldt(struct mm_struct *prev, struct mm_struct *next) in switch_ldt() argument
101 * If we really cared, we could optimize the case where prev == next in switch_ldt()
110 (unsigned long)next->context.ldt)) in switch_ldt()
111 load_mm_ldt(next); in switch_ldt()
481 * 64bit: Don't touch the LDT register - we're already in the next thread.
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsysinfo.c333 struct service_level *ptr, *next; in unregister_service_level() local
337 list_for_each_entry_safe(ptr, next, &service_level_list, list) { in unregister_service_level()
376 .next = service_level_next,
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dparavirt_types.h173 void (*end_context_switch)(struct task_struct *next);
220 struct mm_struct *next);
635 void paravirt_end_context_switch(struct task_struct *next);

Completed in 19 milliseconds

1...<<241242243244245246247248249250>>...520