Home
last modified time | relevance | path

Searched refs:next (Results 3701 - 3725 of 6011) sorted by relevance

1...<<141142143144145146147148149150>>...241

/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c613 snd_config_iterator_t i, next; in snd_pcm_meter_add_scope_conf() local
645 snd_config_for_each(i, next, type_conf) { in snd_pcm_meter_add_scope_conf()
762 snd_config_iterator_t i, next; in _snd_pcm_meter_open() local
768 snd_config_for_each(i, next, conf) { in _snd_pcm_meter_open()
816 snd_config_for_each(i, next, scopes) { in _snd_pcm_meter_open()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCaseMapImpl.java53 * <p>This limit does not affect the next() function which always
78 * Iterate forward through the string to fetch the next code point
84 * <p>Iteration with next() does not affect the position for nextCaseMapCP().
86 * @return The next code point to be case-mapped, or <0 when the iteration is done.
144 public int next() { in next() method in CaseMapImpl.StringContextIterator
313 public int next(int n) { in next() method in CaseMapImpl.WholeStringBreakIterator
319 public int next() { in next() method in CaseMapImpl.WholeStringBreakIterator
422 for (Edits.Iterator ei = edits.getCoarseIterator(); ei.next();) { in applyEdits()
697 /* find next index where to titlecase */ in toTitle()
703 index=titleIter.next(); in toTitle()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java545 sb.append(iter.next()); in TestIndexCharactersList()
574 String collationValue = (String) it.next(); in TestBasics()
665 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport()
673 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport()
1021 Bucket<Integer> bucket = index.iterator().next(); in TestNoLabels()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java548 sb.append(iter.next()); in TestIndexCharactersList()
577 String collationValue = (String) it.next(); in TestBasics()
668 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport()
676 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport()
1024 Bucket<Integer> bucket = index.iterator().next(); in TestNoLabels()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCaseMapImpl.java58 * <p>This limit does not affect the next() function which always
79 * Iterate forward through the string to fetch the next code point
85 * <p>Iteration with next() does not affect the position for nextCaseMapCP().
87 * @return The next code point to be case-mapped, or <0 when the iteration is done.
145 public int next() { in next() method in CaseMapImpl.StringContextIterator
307 public int next(int n) { in next() method in CaseMapImpl.WholeStringBreakIterator
313 public int next() { in next() method in CaseMapImpl.WholeStringBreakIterator
416 for (Edits.Iterator ei = edits.getCoarseIterator(); ei.next();) { in applyEdits()
691 /* find next index where to titlecase */ in toTitle()
697 index=titleIter.next(); in toTitle()
[all...]
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c12 * The above copyright notice and this permission notice (including the next
464 while (previous_group->next) in start_element()
465 previous_group = previous_group->next; in start_element()
469 previous_group->next = group; in start_element()
785 iter->group->next != NULL; in iter_more_groups()
798 iter->group = iter->group->next; in iter_advance_group()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c11 * The above copyright notice and this permission notice (including the next
678 struct drm_v3d_extension *next, in set_ext()
682 ext->next = (uintptr_t)(void *)next; in set_ext()
694 struct drm_v3d_extension *next, in set_multisync()
718 set_ext(&ms->base, next, DRM_V3D_EXT_ID_MULTI_SYNC, 0); in set_multisync()
677 set_ext(struct drm_v3d_extension *ext, struct drm_v3d_extension *next, uint32_t id, uintptr_t flags) set_ext() argument
692 set_multisync(struct drm_v3d_multi_sync *ms, struct v3dv_submit_sync_info *sync_info, struct drm_v3d_extension *next, struct v3dv_device *device, struct v3dv_job *job, enum v3dv_queue_type queue_sync, enum v3d_queue wait_stage, bool signal_syncs) set_multisync() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c75 * For each "current state", set bit offsets for valid "next states".
1116 h->metadata[n].next = NULL; in lws_ss_create()
1118 h->metadata[n].next = &h->metadata[n + 1]; in lws_ss_create()
1119 smd = smd->next; in lws_ss_create()
1464 pmd = pmd->next; in lws_ss_destroy()
1476 pmd = pmd->next; in lws_ss_destroy()
1610 * than surprise him let's set a sul to do it next time around in _lws_ss_request_tx()
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js1634 const next = () => {
1646 .then(r => r?.shouldWalk(dirs, walkFilter) ? walk(r, next) : next());
1650 walk(e, next);
1653 next();
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1603 const next = () => {
1615 .then(r => r?.shouldWalk(dirs, walkFilter) ? walk(r, next) : next());
1619 walk(e, next);
1622 next();
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c111 struct file_entry *next; member
367 first_file = fe->next; in main()
723 for (f = first_file; f != NULL; f = f->next) { in fix_filename_for_c()
727 /* try next unique file name */ in fix_filename_for_c()
745 fe->next = NULL; in register_filename()
749 last_file->next = fe; in register_filename()
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c203 sc->next = pppoe_softc_list; in pppoe_create()
303 for (copp = &pppoe_softc_list; (freep = *copp); copp = &freep->next) { in pppoe_destroy()
305 *copp = freep->next; in pppoe_destroy()
323 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_session()
343 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_hunique()
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc41 // Deletes "node" and returns the next node of its list.
44 auto next = node->next_; in DeleteAsyncWaiterNode() local
46 node->prev_->next_ = next; in DeleteAsyncWaiterNode()
48 if (next != nullptr) { in DeleteAsyncWaiterNode()
49 next->prev_ = node->prev_; in DeleteAsyncWaiterNode()
52 return next; in DeleteAsyncWaiterNode()
686 // Retrieve the next node to iterate before calling NotifyAsyncWaiter, in Wake()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_dtls.c316 * We save the fragment offset for the next fragment so we have it in dtls1_do_write()
318 * next fragment yet so just set that to 0 for now. It will be in dtls1_do_write()
504 pitem *next; in dtls1_retrieve_buffered_fragment() local
528 next = pqueue_next(&iter); in dtls1_retrieve_buffered_fragment()
529 if (next != NULL) { in dtls1_retrieve_buffered_fragment()
530 nextfrag = (hm_fragment *)next->data; in dtls1_retrieve_buffered_fragment()
539 item = next; in dtls1_retrieve_buffered_fragment()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DArrayDecoders.java141 byte next = data[position++]; in decodeVarint64()
143 value |= (long) (next & 0x7F) << 7; in decodeVarint64()
144 while (next < 0) { in decodeVarint64()
145 next = data[position++]; in decodeVarint64()
147 value |= (long) (next & 0x7F) << shift; in decodeVarint64()
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.c1145 for (e = i->pool->exports; e; e = e->next) in pa_memimport_free()
1375 struct memexport_slot *slot, *next; in memexport_revoke_blocks() local
1381 for (slot = e->used_slots; slot; slot = next) { in memexport_revoke_blocks()
1383 next = slot->next; in memexport_revoke_blocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp225 // that's covered by the next condition. in matchCombineShuffleVector()
360 MachineOperand *PredBB = std::next(&UseMO); in InsertInsnsWithoutSideEffectsBeforeUse()
368 Inserter(InsertBB, std::next(InsertPt), UseMO); in InsertInsnsWithoutSideEffectsBeforeUse()
802 assert(std::next(BrIt) == MBB->end() && "expected G_BR to be a terminator"); in matchElideBrByInvertingCond()
808 // Check that the next block is the conditional branch target. in matchElideBrByInvertingCond()
1104 const auto &SrcMMO = **std::next(MI.memoperands_begin()); in optimizeMemcpy()
1208 const auto &SrcMMO = **std::next(MI.memoperands_begin()); in optimizeMemmove()
/third_party/openssl/ssl/statem/
H A Dstatem_dtls.c320 * We save the fragment offset for the next fragment so we have it in dtls1_do_write()
322 * next fragment yet so just set that to 0 for now. It will be in dtls1_do_write()
508 pitem *next; in dtls1_retrieve_buffered_fragment() local
532 next = pqueue_next(&iter); in dtls1_retrieve_buffered_fragment()
533 if (next != NULL) { in dtls1_retrieve_buffered_fragment()
534 nextfrag = (hm_fragment *)next->data; in dtls1_retrieve_buffered_fragment()
543 item = next; in dtls1_retrieve_buffered_fragment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp486 : MBB(*MIB->getParent()), InsertBefore(std::next(MIB->getIterator())), in InsertInfo()
695 auto InsertBefore = std::next(MIB->getIterator()); in selectGlobal()
772 auto InsertBefore = std::next(MIB->getIterator()); in selectSelect()
886 auto InsertBefore = std::next(I.getIterator()); in select()
935 auto InsertBefore = std::next(I.getIterator()); in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp471 /// The next UID to take is the first unused one. in runOnMachineFunction()
498 // appear as "new water" for the next iteration of constant pool placement. in runOnMachineFunction()
590 // Get the next machine basic block in the function. in BBHasFallthrough()
593 if (std::next(MBBI) == MBB->getParent()->end()) in BBHasFallthrough()
596 MachineBasicBlock *NextBB = &*std::next(MBBI); in BBHasFallthrough()
654 // If this block doesn't fall through into the next MBB, then this is in initializeFunctionInfo()
891 WaterList.insert(std::next(IP), NewBB); in splitBlockBeforeInstr()
951 // The CPE may be able to hide in the alignment padding before the next in isWaterInRange()
953 // that the next block. in isWaterInRange()
956 // Compute the padding that would go at the end of the CPE to align the next in isWaterInRange()
[all...]
H A DMipsExpandPseudo.cpp126 std::next(MachineBasicBlock::iterator(I)), BB.end()); in expandAtomicCmpSwapSubword()
261 std::next(MachineBasicBlock::iterator(I)), BB.end()); in expandAtomicCmpSwap()
429 exitMBB->splice(exitMBB->begin(), &BB, std::next(I), BB.end()); in expandAtomicBinOpSubword()
721 exitMBB->splice(exitMBB->begin(), &BB, std::next(I), BB.end()); in expandAtomicBinOp()
886 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in expandMBB()
/third_party/python/Objects/
H A Dodictobject.c107 method key val prev next mem 1st last empty iter find add rmv clr keq
508 _ODictNode *next; member
520 #define _odictnode_NEXT(node) (node->next)
731 [A, B, C], where the hash of C collides with A and the next possible
777 _ODictNode *node, *next; in _odict_clear_nodes() local
788 next = _odictnode_NEXT(node); in _odict_clear_nodes()
790 node = next; in _odict_clear_nodes()
821 /* otherwise it must match, so move on to the next one */ in _odict_keys_equal()
1710 /* Advance to the next key. */ in odictiter_nextkey()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs80 while let Some(arg_os) = raw_args.next(&mut args_cursor) {
306 // get the next value from the iterator
347 // If next value looks like a new_arg or it's a
350 // positional argument with a value next to it), assume
351 // current value matches the next arg.
643 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool { in is_new_arg()
648 next.to_value_os(), in is_new_arg()
654 && next.is_number())
659 } else if next.is_long() {
663 } else if next
[all...]
/third_party/skia/bench/
H A Dnanobench.cpp616 while (it.next(&path)) { in collect_files()
729 Benchmark* next() { in next() function in BenchmarkStream
744 fBenches = fBenches->next(); in rawNext()
752 fGMs = fGMs->next(); in rawNext()
1269 while (Benchmark* b = benchStream.next()) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c42 struct extra_radius_attr *next; member
158 for (p = attrs; p; p = p->next) { in add_extra_attrs()
170 for (p = attrs; p; p = p->next) { in find_extra_attr()
690 p = p->next; in test_eapol_clean()
1405 p->next = p1; in main()

Completed in 47 milliseconds

1...<<141142143144145146147148149150>>...241