Home
last modified time | relevance | path

Searched refs:next (Results 3776 - 3800 of 12872) sorted by relevance

1...<<151152153154155156157158159160>>...515

/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.h18 struct in_cache_entry *next; member
55 struct eg_cache_entry *next; member
/kernel/linux/linux-6.6/net/core/
H A Ddev.h67 #define netdev_for_each_altname_safe(dev, namenode, next) \
68 list_for_each_entry_safe((namenode), (next), &(dev)->name_node->list, \
/third_party/elfutils/libasm/
H A DlibasmP.h115 /* Pointer to the next block. */
116 struct AsmData *next; member
238 struct AsmScnGrp *next; member
/third_party/elfutils/libelf/
H A Dcommon.h107 child = child->next; in libelf_acquire_all()
125 child = child->next; in libelf_release_all()
/third_party/ffmpeg/libavfilter/
H A Dvf_random.c100 next: in request_frame()
105 goto next; in request_frame()
/third_party/backends/backend/
H A Depsonds.h104 struct epsonds_device *next; member
167 struct epsonds_scanner *next; member
H A Dartec.h202 struct ARTEC_Device *next; member
235 struct ARTEC_Scanner *next; member
H A Dtamarack.h79 struct Tamarack_Device *next; member
92 struct Tamarack_Scanner *next; member
H A Dhp4200.h88 struct HP4200_Device *next; member
238 struct _HP4200_Scanner *next; member
H A Dmustek_pp.h156 struct Mustek_pp_Device *next; member
239 struct Mustek_pp_Handle *next; member
H A Dmagicolor.h158 struct Magicolor_Device *next; member
180 struct Magicolor_Scanner *next; member
/third_party/alsa-lib/src/timer/
H A Dtimer_query_hw.c125 snd_config_iterator_t i, next; in _snd_timer_query_hw_open() local
126 snd_config_for_each(i, next, conf) { in _snd_timer_query_hw_open()
/third_party/alsa-lib/src/topology/
H A Dchannel.c91 snd_config_iterator_t i, next; in tplg_parse_channel() local
114 snd_config_for_each(i, next, cfg) { in tplg_parse_channel()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointMap.java158 public Range next() { in next() method in CodePointMap.RangeIterator
179 * while (iter.next()) {
244 * Reads the next code point, post-increments the string index,
252 public boolean next() { in next() method in CodePointMap.StringIterator
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h96 while(m_brkIt_->next() != BreakIterator::DONE) { in ICUForward()
104 while(m_brkIt_->next() != BreakIterator::DONE) { in call()
/third_party/alsa-lib/include/
H A Dglobal.h72 struct snd_dlsym_link *next; member
89 __SND_DLSYM_VERSION(snd_dlsym_, name, version).next = snd_dlsym_start; \
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapDocument.java53 Map.Entry o = (Map.Entry)iter.next(); in write()
62 CapNode ch = (CapNode)iter.next(); in write()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointMap.java146 public Range next() { in next() method in CodePointMap.RangeIterator
167 * while (iter.next()) {
231 * Reads the next code point, post-increments the string index,
238 public boolean next() { in next() method in CodePointMap.StringIterator
/third_party/icu/icu4c/source/i18n/
H A Dregeximp.h135 // Second Operand (next word in compiled code):
287 int64_t fInputIdx; // Position of next character in the input string
288 int64_t fPatIdx; // Position of next Op in the compiled pattern
370 UChar32 next(); // Next case folded character
372 UBool inExpansion(); // True if last char returned from next() and the
373 // next to be returned both originated from a string
394 UChar32 next(); // Next case folded character
396 UBool inExpansion(); // True if last char returned from next() and the
397 // next to be returned both originated from a string
H A Dbrktrans.cpp107 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) { in handleTransliterate()
/third_party/libunwind/libunwind/src/mi/
H A Dmempool.c73 obj->next = pool->free_list; in free_object()
151 pool->free_list = obj->next; in mempool_alloc()
/third_party/libunwind/libunwind/include/
H A Dlibunwind-dynamic.h99 struct unw_dyn_region_info *next; /* linked list of regions */ member
137 struct unw_dyn_info *next; member
/third_party/mbedtls/include/mbedtls/
H A Dasn1.h164 /** The next entry in the sequence.
171 struct mbedtls_asn1_sequence *next; member
182 /** The next entry in the sequence.
189 struct mbedtls_asn1_named_data *next; member
191 /** Merge next item into the current one?
362 * You must set `cur->next = NULL` before calling this function!
383 * first element, `*cur->next` describes the second element, etc.
416 * for example on the stack. Make sure that `head->next == NULL`.
/third_party/mesa3d/.gitlab-ci/tests/lava/
H A Dhelpers.py95 tick_sec: int = next(tick_gen)
99 level: str = next(level_gen)
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_fs.c103 next_fs = (struct svga_fragment_shader *) fs->base.next; in svga_delete_fs_state()
108 tmp = variant->next; in svga_delete_fs_state()

Completed in 16 milliseconds

1...<<151152153154155156157158159160>>...515