/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheck.cpp | 566 // Find the end, which is the start of the next regex. in parsePattern() 857 // Backslash escapes the next char within regexes, so skip them both. in FindRegexVarEnd() 1027 // From the given position, find the next character after the word. 1339 // the next line. in PrintNoMatch() 1509 "'next' match was here"); in CheckNext() 1520 "'next' match was here"); in CheckNext() 1544 "'next' match was here"); in CheckSame() 1685 if (std::next(PatItr) == PatEnd || in CheckDag() 1686 std::next(PatItr)->getCheckTy() == Check::CheckNot) { in CheckDag() 1931 // Scan to next CHEC in checkInput() [all...] |
H A D | APFloat.cpp | 438 the next digit. */ 772 // conventionally, this is the next bit down from the QNaN bit. 3731 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { 4366 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { 4369 auto Ret = Tmp.next(nextDown);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDILCFGStructurizer.cpp | 826 // Continue on next component in the current scc. in run() 1132 Num += serialPatternMatch(*std::next(HeadMBB->succ_begin())); in handleJumpintoIfImp() 1614 MachineBasicBlock *MBB2 = *std::next(MBB->succ_begin()); in removeRedundantConditionalBranch()
|
H A D | SIInsertWaitcnts.cpp | 1081 for (auto II = OldWaitcntInstr->getIterator(), NextI = std::next(II); in generateWaitcntInstBefore() 1122 for (auto II = OldWaitcntInstr->getIterator(), NextI = std::next(II); in generateWaitcntInstBefore() 1579 // If scalar writes are used, the cache must be flushed or else the next in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 130 // If the current value is the same as Start, skip to the next one. in operator <<() 451 // If the next bit is same as Carry, the result will be 0 plus the 967 MachineFunction::const_iterator Next = std::next(BIt); 1088 MachineFunction::const_iterator Next = std::next(BIt);
|
H A D | HexagonConstPropagation.cpp | 717 // If it's not there, go on to the next def. in visitNonBranch() 768 MachineFunction::const_iterator Next = std::next(BI); in visitBranchesFrom() 843 MachineFunction::const_iterator NextI = std::next(BI); in computeBlockSuccessors() 915 // If this block has been visited, go on to the next one. in propagate() 1008 // I is not PHI. Find the next PHI node P. in rewrite() 1046 auto Next = std::next(I); in rewrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1491 RemBB->splice(RemBB->begin(), BB, std::next(MachineBasicBlock::iterator(MI)), in EmitShiftInstr() 1594 std::next(MachineBasicBlock::iterator(MI)), BB->end()); in EmitInstrWithCustomInserter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 395 while (std::next(I) != MBB.end()) in analyzeBranch() 396 std::next(I)->eraseFromParent(); in analyzeBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 426 for (auto I = std::next(NewF->arg_begin()), E = NewF->arg_end(); I != E; ++I) in replaceRetconSuspendUses() 1251 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 1293 TT.req_opt = TT.req_opt->next; in dhcp_main() 1299 TT.pkt_opt = TT.pkt_opt->next; in dhcp_main()
|
/third_party/python/Lib/test/ |
H A D | test_sys_settrace.py | 213 # and stores its line number for use on the next instruction. 214 # The next instruction is the implicit return None. 547 return next(self._it) 1797 # command (aka. "Set next statement"). 1972 # Jumping to this line should skip to the next one. 2649 next(gen())
|
/third_party/python/Objects/ |
H A D | floatobject.c | 78 {"epsilon", "DBL_EPSILON -- Difference between 1 and the next " 1223 /* TOHEX_NBITS is DBL_MANT_DIG rounded up to the next integer 2017 PyFloatObject *next = (PyFloatObject*) Py_TYPE(f); in _PyFloat_ClearFreeList() local 2019 f = next; in _PyFloat_ClearFreeList() 2345 /* And it also propagated out of the next 28 bits. */ in PyFloat_Pack8()
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 1438 Name::Assigned(tokens) => quote!( (#tokens).chars().next().unwrap() ), in translate_char() 1452 let s = s.chars().next().unwrap(); in translate_char()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1278 /// IP6 no next header 1541 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize) in CMSG_NXTHDR() 1545 if next <= max { in CMSG_NXTHDR()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 220 EXPECT_EQ(result.first, std::next(sequence_.begin())); in TEST_F() 221 EXPECT_EQ(result.second, std::next(vector_.begin())); in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | aggressive_dead_code_elim_test.cpp | 6222 // blockType next; 6232 // b = b.next; 6255 OpMemberName %blockType 1 "next" 6274 OpMemberName %blockType 1 "next"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ap.c | 418 for (iface = wpa_s->global->ifaces; iface; iface = iface->next) in wpa_supplicant_conf_ap_ht() 613 pw->next = bss->sae_passwords; in wpa_supplicant_conf_ap()
|
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 737 if (pktl->next) in get_next_pkt() 738 return pktl->next; in get_next_pkt() 1256 /* read next packet */ in read_frame_internal() 1492 pktl = pktl->next; in av_read_frame()
|
/third_party/backends/backend/ |
H A D | pieusb_specific.c | 219 for (dev = pieusb_definition_list_head; dev; dev = dev->next) { in sanei_pieusb_find_device_callback() 297 dev->next = pieusb_definition_list_head; in sanei_pieusb_find_device_callback() 316 dev->next = NULL; in pieusb_initialize_device_definition() 755 /* automatically advance to next slide after scan */ in sanei_pieusb_init_options() 758 scanner->opt[OPT_ADVANCE_SLIDE].desc = "Automatically advance to next slide after scan"; in sanei_pieusb_init_options() 1809 /* Catch preview here, otherwise next ifs get complicated */ in sanei_pieusb_set_mode_from_options()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 256 NSOverride *next_temp = cur->next; in free() 1433 curr = curr->next; in processOverrideString() 1445 cur->next = overrideList; in processOverrideString() 1626 // should consolidate the next section by using arrays of pointers & counts for the right symbols... in subFormat() 2419 // move to next pattern character in parse() 2811 // and i is the index of the next non-literal pattern character. in matchLiterals()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 12 * The above copyright notice and this permission notice (including the next 811 return (src->ssa->uses.next == &src->use_link && in ntq_src_is_only_ssa_def_user() 812 src->ssa->uses.next->next == &src->ssa->uses); in ntq_src_is_only_ssa_def_user()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 257 NSOverride *next_temp = cur->next; in free() 1397 curr = curr->next; in processOverrideString() 1409 cur->next = overrideList; in processOverrideString() 1590 // should consolidate the next section by using arrays of pointers & counts for the right symbols... in subFormat() 2370 // move to next pattern character in parse() 2762 // and i is the index of the next non-literal pattern character. in matchLiterals()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 428 // Handle the case that next branch position is 0. in AddBranchOffset() 551 next(&l, is_internal_reference(&l)); in print() 573 next(L, is_internal); // Call next before overwriting link with target at in bind_to() 610 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler 871 // Returns the next free trampoline entry. 2268 // move next buffer check to maximum. in CheckTrampolinePool()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2991 let next = (cmsg as usize in CMSG_NXTHDR() 2996 if (next.offset(1)) as usize > max { in CMSG_NXTHDR() 2999 next as *mut cmsghdr in CMSG_NXTHDR()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 255 NSOverride *next_temp = cur->next; in free() 1391 curr = curr->next; in processOverrideString() 1403 cur->next = overrideList; in processOverrideString() 1584 // should consolidate the next section by using arrays of pointers & counts for the right symbols... in subFormat() 2371 // move to next pattern character in parse() 2763 // and i is the index of the next non-literal pattern character. in matchLiterals()
|