/kernel/linux/linux-6.6/net/atm/ |
H A D | mpoa_caches.h | 18 struct in_cache_entry *next; member 55 struct eg_cache_entry *next; member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.h | 67 #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 D | libasmP.h | 115 /* Pointer to the next block. */ 116 struct AsmData *next; member 238 struct AsmScnGrp *next; member
|
/third_party/elfutils/libelf/ |
H A D | common.h | 107 child = child->next; in libelf_acquire_all() 125 child = child->next; in libelf_release_all()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_random.c | 100 next: in request_frame() 105 goto next; in request_frame()
|
/third_party/backends/backend/ |
H A D | epsonds.h | 104 struct epsonds_device *next; member 167 struct epsonds_scanner *next; member
|
H A D | artec.h | 202 struct ARTEC_Device *next; member 235 struct ARTEC_Scanner *next; member
|
H A D | tamarack.h | 79 struct Tamarack_Device *next; member 92 struct Tamarack_Scanner *next; member
|
H A D | hp4200.h | 88 struct HP4200_Device *next; member 238 struct _HP4200_Scanner *next; member
|
H A D | mustek_pp.h | 156 struct Mustek_pp_Device *next; member 239 struct Mustek_pp_Handle *next; member
|
H A D | magicolor.h | 158 struct Magicolor_Device *next; member 180 struct Magicolor_Scanner *next; member
|
/third_party/alsa-lib/src/timer/ |
H A D | timer_query_hw.c | 125 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 D | channel.c | 91 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 D | CodePointMap.java | 158 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 D | ubrkperf.h | 96 while(m_brkIt_->next() != BreakIterator::DONE) { in ICUForward() 104 while(m_brkIt_->next() != BreakIterator::DONE) { in call()
|
/third_party/alsa-lib/include/ |
H A D | global.h | 72 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 D | CapDocument.java | 53 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 D | CodePointMap.java | 146 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 D | regeximp.h | 135 // 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 D | brktrans.cpp | 107 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) { in handleTransliterate()
|
/third_party/libunwind/libunwind/src/mi/ |
H A D | mempool.c | 73 obj->next = pool->free_list; in free_object() 151 pool->free_list = obj->next; in mempool_alloc()
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind-dynamic.h | 99 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 D | asn1.h | 164 /** 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 D | helpers.py | 95 tick_sec: int = next(tick_gen) 99 level: str = next(level_gen)
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_fs.c | 103 next_fs = (struct svga_fragment_shader *) fs->base.next; in svga_delete_fs_state() 108 tmp = variant->next; in svga_delete_fs_state()
|