Home
last modified time | relevance | path

Searched refs:next (Results 551 - 575 of 5887) sorted by relevance

1...<<21222324252627282930>>...236

/third_party/alsa-lib/src/ucm/
H A Dparser.c285 snd_config_iterator_t i, next; in evaluate_regex() local
306 snd_config_for_each(i, next, d) { in evaluate_regex()
330 snd_config_iterator_t i, next; in evaluate_define() local
352 snd_config_for_each(i, next, d) { in evaluate_define()
415 snd_config_iterator_t i, next; in evaluate_macro1() local
444 snd_config_for_each(i, next, a) { in evaluate_macro1()
472 snd_config_for_each(i, next, a) { in evaluate_macro1()
495 snd_config_iterator_t i, i2, next, next2; in evaluate_macro() local
519 snd_config_for_each(i, next, d) { in evaluate_macro()
585 snd_config_iterator_t i, next; in evaluate_variant() local
687 snd_config_iterator_t i, next; parse_libconfig1() local
776 snd_config_iterator_t i, next; parse_libconfig() local
809 snd_config_iterator_t i, next; parse_transition() local
857 snd_config_iterator_t i, next; parse_compound() local
909 snd_config_iterator_t i, next; parse_device_list() local
1056 snd_config_iterator_t i, next; parse_sequence() local
1270 snd_config_iterator_t i, next; parse_value() local
1374 snd_config_iterator_t i, next; parse_modifier() local
1520 snd_config_iterator_t i, next; parse_device() local
1639 snd_config_iterator_t i, next; parse_dev_name_list() local
1708 snd_config_iterator_t i, next; parse_compound_check_legacy() local
1885 snd_config_iterator_t i, next; parse_verb() local
1959 snd_config_iterator_t i, next; parse_verb_file() local
2104 snd_config_iterator_t i, next; parse_variant() local
2164 snd_config_iterator_t i, next; parse_master_section() local
2396 snd_config_iterator_t i, next; parse_master_file() local
2572 snd_config_iterator_t i, next, i2, next2; parse_toplevel_path() local
2720 snd_config_iterator_t i, next; parse_toplevel_config() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c87 head->next = head->prev = NULL; in ksl_head_init()
142 rblk->next = blk->next; in ksl_split_blk()
143 blk->next = rblk; in ksl_split_blk()
144 if (rblk->next) { in ksl_split_blk()
145 rblk->next->prev = rblk; in ksl_split_blk()
226 nhead->next = nhead->prev = NULL; in ksl_split_head()
398 lblk->next = rblk->next; in ksl_merge_node()
399 if (lblk->next) { in ksl_merge_node()
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c88 head->next = head->prev = NULL; in ksl_head_init()
143 rblk->next = blk->next; in ksl_split_blk()
144 blk->next = rblk; in ksl_split_blk()
145 if (rblk->next) { in ksl_split_blk()
146 rblk->next->prev = rblk; in ksl_split_blk()
229 nhead->next = nhead->prev = NULL; in ksl_split_head()
404 lblk->next = rblk->next; in ksl_merge_node()
405 if (lblk->next) { in ksl_merge_node()
[all...]
/third_party/node/benchmark/zlib/
H A Ddeflate.js27 (function next() {
30 deflater.write(chunk, next);
39 (function next(err, result) {
42 deflate(chunk, next);
/third_party/skia/fuzz/
H A DFuzz.cpp13 void Fuzz::next(bool* b) { in next() function in Fuzz
15 this->next(&n); in next()
30 void Fuzz::next(SkRegion* region) { in next() function in Fuzz
36 this->next(f); in nextRange()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c73 CuAssertStrEquals(tc, copy_list->head->next->data, cil_l->head->next->data); in test_cil_copy_list()
75 CuAssertIntEquals(tc, copy_list->head->next->flavor, cil_l->head->next->flavor); in test_cil_copy_list()
95 CuAssertStrEquals(tc, copy_list->head->next->data, cil_l->head->next->data); in test_cil_copy_list_sublist()
96 CuAssertStrEquals(tc, ((struct cil_list *)copy_list->head->next->next->data)->head->data, ((struct cil_list *)cil_l->head->next->next in test_cil_copy_list_sublist()
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp110 cur = cur->next; in InitRule()
121 value = value->next; in ParseXmlNode()
127 value = value->next; in ParseXmlNode()
129 value = value->next; in ParseXmlNode()
135 while (value->next != nullptr && !xmlStrcmp(value->next->name, in ParseXmlNode()
137 value = value->next; in ParseXmlNode()
145 rule = rule->next; in ParseXmlNode()
/third_party/ffmpeg/libavutil/tests/
H A Dencryption_info.c64 if (a->next || b->next) { in compare_encryption_init_info()
65 if (!a->next || !b->next) in compare_encryption_init_info()
67 if (compare_encryption_init_info(a->next, b->next) != 0) in compare_encryption_init_info()
131 av_assert0(!info->next); in create_init_info()
160 info->next = create_init_info(); in run_encryption_init_info_test()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DThaiBreakEngine.java159 // next word. If it's not a dictionary word, we will combine it with the word we in divideUpDictionaryRange()
175 fIter.next(); in divideUpDictionaryRange()
183 // Note: In the original Apple code, checked that the next in divideUpDictionaryRange()
204 // Backup to where we were for next iteration in divideUpDictionaryRange()
212 fIter.next(); in divideUpDictionaryRange()
226 fIter.next(); in divideUpDictionaryRange()
227 fIter.next(); in divideUpDictionaryRange()
232 fIter.next(); in divideUpDictionaryRange()
238 fIter.next(); in divideUpDictionaryRange()
239 fIter.next(); in divideUpDictionaryRange()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DThaiBreakEngine.java169 // next word. If it's not a dictionary word, we will combine it with the word we in divideUpDictionaryRange()
185 fIter.next(); in divideUpDictionaryRange()
193 // Note: In the original Apple code, checked that the next in divideUpDictionaryRange()
214 // Backup to where we were for next iteration in divideUpDictionaryRange()
222 fIter.next(); in divideUpDictionaryRange()
236 fIter.next(); in divideUpDictionaryRange()
237 fIter.next(); in divideUpDictionaryRange()
242 fIter.next(); in divideUpDictionaryRange()
248 fIter.next(); in divideUpDictionaryRange()
249 fIter.next(); in divideUpDictionaryRange()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cl.h11 * The above copyright notice and this permission notice (including the next
62 struct v3dv_cl_out *next; member
79 return (char *)cl->next - (char *)cl->base; in v3dv_cl_offset()
104 return cl->next; in cl_start()
108 cl_end(struct v3dv_cl *cl, struct v3dv_cl_out *next) in cl_end() argument
110 cl->next = next; in cl_end()
219 memcpy((cl)->next, packet, size); \
220 cl_advance(&(cl)->next, size); \
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_cl.h11 * The above copyright notice and this permission notice (including the next
69 struct v3d_cl_out *next; member
84 return (char *)cl->next - (char *)cl->base; in cl_offset()
101 return cl->next; in cl_start()
105 cl_end(struct v3d_cl *cl, struct v3d_cl_out *next) in cl_end() argument
107 cl->next = next; in cl_end()
257 memcpy((cl)->next, packet, size); \
258 cl_advance(&(cl)->next, size); \
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c28 struct handle_node *next; member
46 node->next = handle_map_list; in add_handle_node()
58 node = node->next; in find_dso_by_handle()
70 node = node->next; in find_handle_by_dso()
82 pre_node->next = node->next; in remove_handle_node()
84 handle_map_list = node->next; in remove_handle_node()
90 node = node->next; in remove_handle_node()
/third_party/node/deps/v8/src/heap/
H A Dobjects-visiting.cc40 // Move to the next element before the WeakNext is cleared. in VisitWeakList()
89 static void SetWeakNext(CodeT code, Object next) { in SetWeakNext()
91 next, UPDATE_WEAK_WRITE_BARRIER); in SetWeakNext()
115 static void SetWeakNext(Context context, Object next) { in SetWeakNext()
116 context.set(Context::NEXT_CONTEXT_LINK, next, UPDATE_WEAK_WRITE_BARRIER); in SetWeakNext()
173 static void SetWeakNext(AllocationSite obj, Object next) { in SetWeakNext()
174 obj.set_weak_next(next, UPDATE_WEAK_WRITE_BARRIER); in SetWeakNext()
190 static void SetWeakNext(JSFinalizationRegistry obj, HeapObject next) { in SetWeakNext()
191 obj.set_next_dirty(next, UPDATE_WEAK_WRITE_BARRIER); in SetWeakNext()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.c14 * next paragraph) shall be included in all copies or substantial portions
42 * until the next allocation attempt, at which time we try a reclaim.
79 struct pb_slab_entry *entry, *next; in pb_slabs_reclaim_locked() local
81 LIST_FOR_EACH_ENTRY_SAFE(entry, next, &slabs->reclaim, head) { in pb_slabs_reclaim_locked()
101 struct pb_slab_entry *entry, *next; in pb_slabs_reclaim_all_locked() local
102 LIST_FOR_EACH_ENTRY_SAFE(entry, next, &slabs->reclaim, head) { in pb_slabs_reclaim_all_locked()
150 list_is_empty(&list_entry(group->slabs.next, struct pb_slab, head)->free)) { in pb_slab_alloc_reclaimed()
159 slab = list_entry(group->slabs.next, struct pb_slab, head); in pb_slab_alloc_reclaimed()
183 entry = list_entry(slab->free.next, struct pb_slab_entry, head); in pb_slab_alloc_reclaimed()
290 list_entry(slabs->reclaim.next, struc in pb_slabs_deinit()
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink_rand.c28 struct handle_node *next; member
46 node->next = handle_map_list; in add_handle_node()
58 node = node->next; in find_dso_by_handle()
70 node = node->next; in find_handle_by_dso()
82 pre_node->next = node->next; in remove_handle_node()
84 handle_map_list = node->next; in remove_handle_node()
90 node = node->next; in remove_handle_node()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c113 goto next; in msblob2key_decode()
120 goto next; in msblob2key_decode()
127 goto next; in msblob2key_decode()
132 goto next; in msblob2key_decode()
142 goto next; in msblob2key_decode()
157 goto next; in msblob2key_decode()
166 goto next; in msblob2key_decode()
172 next: in msblob2key_decode()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c101 goto next; in msblob2key_decode()
108 goto next; in msblob2key_decode()
115 goto next; in msblob2key_decode()
120 goto next; in msblob2key_decode()
130 goto next; in msblob2key_decode()
145 goto next; in msblob2key_decode()
154 goto next; in msblob2key_decode()
160 next: in msblob2key_decode()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttkern.c204 FT_Byte* next; in FT_LOCAL_DEF() local
214 next = base + length; in FT_LOCAL_DEF()
216 if ( next > p_limit ) /* handle broken table */ in FT_LOCAL_DEF()
217 next = p_limit; in FT_LOCAL_DEF()
222 FT_ASSERT( p + 8 <= next ); /* tested in tt_face_load_kern */ in FT_LOCAL_DEF()
227 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in FT_LOCAL_DEF()
228 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in FT_LOCAL_DEF()
302 p = next; in FT_LOCAL_DEF()
/third_party/toybox/toys/posix/
H A Ddf.c110 for (al = TT.t; al; al = al->next) in show_mt()
190 char **next; in df_main() local
192 for (next = toys.optargs; *next; next++) { in df_main()
196 if (stat(*next, &st)) { in df_main()
197 perror_msg("'%s'", *next); in df_main()
237 for (mt = mtstart; mt; mt = mt->next) { in df_main()
/third_party/python/Lib/test/
H A Dtest_iterlen.py13 but it=iter(range(10)) starts at ten, and then goes to nine after next(it).
18 report the original length minus the cumulative number of calls to next().
58 next(it)
60 self.assertRaises(StopIteration, next, it)
71 next(it)
74 self.assertRaises(RuntimeError, next, it)
153 next(it)
154 next(it)
173 next(it)
174 next(i
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c82 struct list_head *pos, *next; in snd_pcm_hooks_close() local
86 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_CLOSE]) { in snd_pcm_hooks_close()
96 pos = hooks->next; in snd_pcm_hooks_close()
102 pos = h->dllist.next; in snd_pcm_hooks_close()
114 struct list_head *pos, *next; in snd_pcm_hooks_hw_params() local
118 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_PARAMS]) { in snd_pcm_hooks_hw_params()
130 struct list_head *pos, *next; in snd_pcm_hooks_hw_free() local
134 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_FREE]) { in snd_pcm_hooks_hw_free()
348 snd_config_iterator_t i, next; in snd_pcm_hook_add_conf() local
356 snd_config_for_each(i, next, con in snd_pcm_hook_add_conf()
484 snd_config_iterator_t i, next; _snd_pcm_hooks_open() local
[all...]
/third_party/musl/src/network/
H A Dres_msend.c113 int next; in res_msend_rc_ext() local
217 next = 0; in res_msend_rc_ext()
248 while (next < nqueries) { in res_msend_rc_ext()
254 { .iov_base = (void *)answers[next], in res_msend_rc_ext()
305 for (i=next; i<nqueries && ( in res_msend_rc_ext()
306 answers[next][0] != queries[i][0] || in res_msend_rc_ext()
307 answers[next][1] != queries[i][1] ); i++); in res_msend_rc_ext()
314 switch (answers[next][3] & 15) { in res_msend_rc_ext()
327 /* Store answer in the right slot, or update next in res_msend_rc_ext()
330 if (i == next) in res_msend_rc_ext()
[all...]
/third_party/lwip/src/core/ipv6/
H A Dmld6.c103 struct mld_group *next = group->next; /* avoid use-after-free below */ in mld6_stop() local
113 /* move to "next" */ in mld6_stop()
114 group = next; in mld6_stop()
131 group = group->next; in mld6_report_groups()
152 group = group->next; in mld6_lookfor_group()
179 group->next = netif_mld6_data(ifp); in mld6_new_group()
200 netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_MLD6, group->next); in mld6_remove_group()
204 for (tmpGroup = netif_mld6_data(netif); tmpGroup != NULL; tmpGroup = tmpGroup->next) { in mld6_remove_group()
205 if (tmpGroup->next in mld6_remove_group()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c102 /* The next structure is used to save the tests measures */
106 struct __mes_t *next; member
159 m_cur->next = NULL; in main()
299 if (m_cur->next == NULL) { in main()
309 m_tmp->next = NULL; in main()
316 m_cur->next = m_tmp; in main()
319 /* Add this measure to the next element */ in main()
320 m_cur = m_cur->next; in main()
390 } /* next scenario */ in main()
407 while (sentinel.next ! in main()
[all...]

Completed in 19 milliseconds

1...<<21222324252627282930>>...236