/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 116 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 D | aggressive_dead_code_elim_test.cpp | 6220 // 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 D | jidctred-sse2.asm | 310 ; -- Prefetch the next coefficient block 527 ; -- Prefetch the next coefficient block
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctred-sse2.asm | 303 ; -- Prefetch the next coefficient block 512 ; -- Prefetch the next coefficient block
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-indic.cc | 791 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 D | ttk.py | 104 # 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 D | LoopRerollPass.cpp | 103 // %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 D | AArch64ExpandPseudoInsts.cpp | 130 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 D | AMDGPUCodeGenPrepare.cpp | 568 IRBuilder<> Builder(FDiv.getParent(), std::next(FDiv.getIterator()), FPMath); in visitFDiv() 1044 Next = std::next(I); in runOnFunction()
|
H A D | GCNHazardRecognizer.cpp | 206 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 D | RDFLiveness.cpp | 80 // 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 D | FunctionAttrs.cpp | 135 // 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 D | ustring.cpp | 846 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 D | SchemaUtil.java | 932 int enumValue = it.next(); in filterUnknownEnumList() 972 int enumValue = it.next(); in filterUnknownEnumList()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | mod.rs | 94 // 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 D | impls.rs | 840 Some(next) => i = next, in test_format_u8()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 55 next: *mut c_void, 98 next: *mut c_void,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 894 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 D | hs20_supplicant.c | 203 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 D | wpas_glue.c | 538 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 D | ctrl_iface_ap.c | 456 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 D | ctrl_iface_unix.c | 949 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 D | hs20_supplicant.c | 203 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 D | notify.c | 855 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 D | wpa_supplicant_i.h | 378 const char *type, int next, 713 struct wpa_supplicant *next; member 799 /* Preferred network for the next connection attempt */
|