Home
last modified time | relevance | path

Searched refs:next (Results 5126 - 5150 of 6068) sorted by relevance

1...<<201202203204205206207208209210>>...243

/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp116 if (auto next = temp->cutChain()) { in removeOp()
117 prev->chainConcat(std::move(next)); in removeOp()
200 // After result 3 we don't want to attempt to merge the next head of b with the new tail of a, in DoConcat()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp6220 // blockType next;
6230 // b = b.next;
6253 OpMemberName %blockType 1 "next"
6272 OpMemberName %blockType 1 "next"
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-sse2.asm310 ; -- Prefetch the next coefficient block
527 ; -- Prefetch the next coefficient block
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctred-sse2.asm303 ; -- Prefetch the next coefficient block
512 ; -- Prefetch the next coefficient block
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-indic.cc791 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() local
793 j = next; in initial_reordering_consonant_syllable()
1219 * proceed to the next step. in final_reordering_syllable_indic()
/third_party/python/Lib/tkinter/
H A Dttk.py104 # next args, if any, are statespec/value pairs which is almost
259 if not opt.startswith('-'): # found next name
1368 def next(self, item): member in Treeview
1369 """Returns the identifier of item's next sibling, or '' if item
1371 return self.tk.call(self._w, "next", item)
1602 next(iter(kwargs.keys()))))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp103 // %iv = phi [ (preheader, ...), (body, %iv.next) ]
112 // %iv.next = add %iv, scale
139 // %iv = phi [ (preheader, ...), (body, %iv.next) ]
149 // %iv.next = add %iv, 1
238 return std::next(Instructions.begin()); in begin()
243 return std::next(Instructions.begin()); in begin()
949 // Construct a new DAGRootSet with the next sequence. in findRootsBase()
1074 /// Get the next instruction in "In" that is a member of set Val.
1576 // %iv = phi [ (preheader, ...), (body, %iv.next) ]
1585 // %iv.next
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp130 bool LastItem = std::next(I) == E; in expandMOVImm()
723 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in expandMBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp568 IRBuilder<> Builder(FDiv.getParent(), std::next(FDiv.getIterator()), FPMath); in visitFDiv()
1044 Next = std::next(I); in runOnFunction()
H A DGCNHazardRecognizer.cpp206 MachineBasicBlock::instr_iterator MI = std::next(CurrCycleInstr->getIterator()); in processBundle()
414 std::next(MI->getReverseIterator()), in getWaitStatesSince()
721 // 8 bytes can have there store data over written by the next instruction. in checkVALUHazardsHelper()
744 // 8 bytes can have there store data over written by the next instruction. in checkVALUHazards()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp80 // the next one is further up, and so on.
149 // Get the next level of reaching defs. This will include multiple in getAllReachingDefs()
537 UI = UI->second.empty() ? RealUses.erase(UI) : std::next(UI); in computePhiInfo()
1117 I = I->second.empty() ? M.erase(I) : std::next(I); in emptify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp135 // Detect these now, skipping to the next instruction if one is found. in checkFunctionMemoryAccess()
405 Uses.push_back(&*std::next(F->arg_begin(), UseIndex));
536 !SCCNodes.count(&*std::next(F->arg_begin(), UseIndex))) { in determinePointerReadAttrs()
/third_party/skia/third_party/externals/icu/source/common/
H A Dustring.cpp846 c1=iter1->next(iter1); in u_strCompareIter()
847 c2=iter2->next(iter2); in u_strCompareIter()
1338 * the backslash to generically escape the next character. in u_unescapeAt()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSchemaUtil.java932 int enumValue = it.next(); in filterUnknownEnumList()
972 int enumValue = it.next(); in filterUnknownEnumList()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs94 // TODO: Remove this method entirely on the next breaking semver release.
118 // TODO: Remove this method entirely on the next breaking semver release.
133 // TODO: Remove this on the next breaking semver release. in fmt()
963 fn next(&mut self) -> Option<&'a ClassUnicodeRange> { in next() functions
964 self.0.next() in next()
1033 if next_simple_cp.map_or(false, |next| cp < next) { in case_fold_simple()
1038 Err(next) => { in case_fold_simple()
1039 next_simple_cp = next; in case_fold_simple()
1180 fn next( functions
[all...]
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpls.rs840 Some(next) => i = next, in test_format_u8()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs55 next: *mut c_void,
98 next: *mut c_void,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface_unix.c894 struct wpa_ctrl_dst *dst, *next; in wpa_supplicant_ctrl_iface_send() local
928 dl_list_for_each_safe(dst, next, ctrl_dst, struct wpa_ctrl_dst, list) { in wpa_supplicant_ctrl_iface_send()
H A Dhs20_supplicant.c203 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in hs20_get_pps_mo_id()
826 wpa_printf(MSG_DEBUG, "HS 2.0: Ready to fetch next icon"); in hs20_next_osu_icon()
1343 if (wpa_s->icon_head.next) in hs20_deinit()
H A Dwpas_glue.c538 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_get_network_ctx()
969 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_sm_sim_state_error_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dctrl_iface_ap.c456 if (!sta->next) in hostapd_ctrl_iface_sta_next()
459 return hostapd_ctrl_iface_sta_mib(hapd, sta->next, buf, buflen); in hostapd_ctrl_iface_sta_next()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface_unix.c949 struct wpa_ctrl_dst *dst, *next; in wpa_supplicant_ctrl_iface_send() local
983 dl_list_for_each_safe(dst, next, ctrl_dst, struct wpa_ctrl_dst, list) { in wpa_supplicant_ctrl_iface_send()
H A Dhs20_supplicant.c203 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in hs20_get_pps_mo_id()
841 wpa_printf(MSG_DEBUG, "HS 2.0: Ready to fetch next icon"); in hs20_next_osu_icon()
1369 if (wpa_s->icon_head.next) in hs20_deinit()
H A Dnotify.c855 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) in wpas_notify_suspend()
875 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_notify_resume()
H A Dwpa_supplicant_i.h378 const char *type, int next,
713 struct wpa_supplicant *next; member
799 /* Preferred network for the next connection attempt */

Completed in 60 milliseconds

1...<<201202203204205206207208209210>>...243