Home
last modified time | relevance | path

Searched refs:next (Results 4626 - 4650 of 12627) sorted by relevance

1...<<181182183184185186187188189190>>...506

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser_test.cc82 int next = 0; in Consume() local
85 src.data(), src.data() + src.size(), &o, &next); in Consume()
92 int next = force_positional ? -1 : 0; in Run() local
94 return ConsumeUnboundConversion(fmt, fmt + strlen(fmt), &o, &next) == in Run()
/third_party/rust/crates/which-rs/src/
H A Dlib.rs57 which_all(binary_name).and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which()
81 which_all_global(binary_name).and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which_global()
156 .and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which_in()
355 .and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in first_result()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs119 let mut a = ita.next().unwrap(); in intersect()
120 let mut b = itb.next().unwrap(); in intersect()
131 match it.next() { in intersect()
186 // For example, if our `a` range is `a-t` and our next three `b` in difference()
188 // subtraction three times before moving on to the next `a` range. in difference()
196 // We lost the entire range, so move on to the next in difference()
209 // range, then it might impact the next `a` range *and* it in difference()
211 // so we can quit. We don't bump `b` so that the next `a` in difference()
216 // Otherwise, the next `b` range might apply to the current in difference()
330 fn next( functions
[all...]
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dirq_user.h13 struct irq_fd *next; member
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dfiq.h23 struct fiq_handler *next; member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dfiq.h23 struct fiq_handler *next; member
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dmem_user.h36 struct iomem_region *next; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.h11 * The above copyright notice and this permission notice (including the next
48 struct intel_vgpu *next,
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dsa1111_generic.h8 struct sa1111_pcmcia_socket *next; member
/kernel/linux/linux-5.10/include/linux/
H A Dosq_lock.h10 struct optimistic_spin_node *next, *prev; member
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctimap.h24 unsigned short next; /* the next input mapper ram id */ member
/kernel/linux/linux-5.10/include/asm-generic/
H A Dmmu_context.h36 struct mm_struct *next, in switch_mm()
35 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mm() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dsh_css_metrics.h33 struct sh_css_binary_metrics *next; member
/kernel/linux/linux-6.6/include/linux/
H A Dosq_lock.h10 struct optimistic_spin_node *next, *prev; member
/kernel/linux/linux-6.6/include/linux/raid/
H A Dxor.h11 struct xor_block_template *next; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsh_css_metrics.h33 struct sh_css_binary_metrics *next; member
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dsa1111_generic.h8 struct sa1111_pcmcia_socket *next; member
/kernel/liteos_a/drivers/mtd/multi_partition/include/
H A Dmtd_list.h47 struct Node *next; member
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_maps.h56 struct FsMap *next; member
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctimap.h24 unsigned short next; /* the next input mapper ram id */ member
/test/xts/device_attest/services/core/include/utils/
H A Dattest_utils_list.h29 struct ListNode* next; member
/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils_list.h29 struct ListNode* next; member
/third_party/ffmpeg/libavcodec/
H A Dparser.h35 int overread; ///< the number of bytes which where irreversibly read from the next frame
47 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
/third_party/curl/lib/
H A Dllist.h35 struct Curl_llist_element *next; member
/third_party/icu/icu4c/source/test/intltest/
H A Dtokiter.h41 * Return the next token from this iterator.
45 UBool next(UnicodeString& token, UErrorCode& ec);
49 * returned by next(). Should only be called after a call to
50 * next(); otherwise the return value is undefined.

Completed in 11 milliseconds

1...<<181182183184185186187188189190>>...506