/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 947 next(&l, is_internal_reference(&l)); in print() 969 next(L, is_internal); // Call next before overwriting link with target at in bind_to() 1006 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler 1310 // Returns the next free trampoline entry. 3775 for (RelocIterator it(instructions, reloc_info, 0); !it.done(); it.next()) { in GrowBuffer() 3885 // Instruction jr will take or_ from the next trampoline. in CheckTrampolinePool() 3907 // move next buffer check to maximum. in CheckTrampolinePool()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 630 next(&l, is_internal_reference(&l)); in print() 653 next(L, is_internal); // Call next before overwriting link with target in bind_to() 701 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler 708 DEBUG_PRINTF("next: %p to %p (%d)\n", L, in next() 1375 // Returns the next free trampoline entry. 3491 slli(rd, rd, 11); // Space for next 11 bis in li_ptr() 3493 slli(rd, rd, 6); // Space for next 6 bits in li_ptr() 3664 for (RelocIterator it(instructions, reloc_info, 0); !it.done(); it.next()) { in GrowBuffer() 3789 // move next buffe in CheckTrampolinePool() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 1419 for (auto I = std::next(CmpInstr->getIterator()), in canInstrSubstituteCmpInstr() 1490 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo() 5620 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0, in getOutliningCandidateInfo() 5846 FirstCand.front(), std::next(FirstCand.back()), IsSafeToFixup); in getOutliningCandidateInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 495 // the first 16 loads will be interleaved with the stores, and the next 16 will 1759 // from the next instruction. in isBranchOffsetInRange() 2029 MachineBasicBlock::iterator Next = std::next(I); in removeBranch() 4358 // Beginning of the loop, read the next Rsrc variant. 5208 // The next iteration over the work list will lower these to the vector 5732 make_range(std::next(MachineBasicBlock::iterator(SCCDefInst)), 6506 for (auto I = std::next(DefMI.getIterator()); I != E; ++I) { 6545 for (auto I = std::next(DefMI.getIterator()); ; ++I) {
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 590 self.assertRaises((TypeError, StopIteration), next, R()) 1700 size = min(next(sizes), len(contents) - n) 1849 size = next(sizes) 4053 self.assertRaises(ValueError, next, f) 4421 # and survives this function, the next opened file is likely
|
/third_party/python/Python/ |
H A D | ceval.c | 573 // The next eval_frame_handle_pending() call will call in _PyEval_SignalReceived() 823 for (PyThreadState *p = interp->threads.head; p != NULL; p = p->next) { in Py_SetRecursionLimit() 1252 hard time making the right prediction for where to jump next (actually, 1376 // Skip from a PRECALL over a CALL to the next instruction: 1395 next opcode. A successful prediction saves a trip through the eval-loop 4341 PyObject *next = (*Py_TYPE(iter)->tp_iternext)(iter); local 4342 if (next != NULL) { 4343 PUSH(next); 5594 // quickened instructions, always deoptimize the next opcode: 5600 // make sure the next instructio [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | events.c | 120 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_reenabled_network_time() 1155 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in owe_trans_ssid() 1864 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_supplicant_pick_network() 4750 for (wpa_s = head; wpa_s != NULL; wpa_s = wpa_s->next) 5556 /* Update ERP next sequence number */ 5682 wpa_printf(MSG_DEBUG, "OWE: Try next supported DH group"); 5711 "DPP: Updated PFS policy for next try"); 5813 /* Update ERP next sequence number */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 153 // Look for the next ADJCALLSTACKUP that follows the call. in getSPAdjust() 2537 while (std::next(I) != MBB.end()) in AnalyzeBranchImpl() 2538 std::next(I)->eraseFromParent(); in AnalyzeBranchImpl() 2702 for (auto I = std::next(MBB.rbegin()), E = MBB.rend(); I != E; ++I) { in analyzeBranchPredicate() 2804 // Use the next block of MBB as FBB if it is null. in insertBranch() 3969 TFL->BuildCFI(MBB, std::next(I), DL, in ExpandMOVImmSExti8() 8064 std::next(RepeatedSequenceLocs[0].back()), 0, in getOutliningCandidateInfo()
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 6435 int next = GetLastActive(vform, src) + 1; 6436 while (next < LaneCountFromFormat(vform)) { 6437 if (pg.IsActive(vform, next)) break; 6438 next++; 6442 dst.SetActive(vform, i, (i == next));
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_arm.S | 72 @@ check if the words are null, if all of them are null, then proceed with next row (branch __end_row_loop),
|
/third_party/ffmpeg/libavfilter/ |
H A D | avfilter.c | 78 filter->command_queue= c->next; in ff_command_queue_pop()
|
/third_party/glfw/src/ |
H A D | x11_init.c | 490 for (_GLFWwindow* window = _glfw.windowListHead; window; window = window->next) in inputMethodInstantiateCallback()
|
/third_party/backends/backend/ |
H A D | mustek_usb2.c | 2104 s->next = NULL; in sane_open()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 141 p = (struct alisp_object *)instance->free_objs_list.next; in new_object()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberSkeletonImpl.java | 46 * While parsing a skeleton, this enum records what type of option we expect to find next. 596 // Go to the next state in the stem trie. in parseSkeleton() 666 * @return The next state after parsing this stem, corresponding to what subset of options to expect. 858 * @return The next state after parsing this option, corresponding to what subset of options to 859 * expect next. 1049 BytesTrie.Result result = tempStemTrie.next(segment, 0, segment.length()); in parseExponentSignOption()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtifmtts.cpp | 2006 const char* calendar = calendars->next(nullptr, status); in testCreateInstanceForAllLocales()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
H A D | GlobalizationPreferencesTest.java | 907 brk.next(); in TestBreakIterator()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateIntervalFormatTest.java | 2080 String expected = expectedItr.next(); in TestTicket11669()
|
H A D | PluralRulesTest.java | 310 assertEquals("first; " + title, firstInRange, samples.samples.iterator().next().start); in checkNewSamples()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberSkeletonImpl.java | 43 * While parsing a skeleton, this enum records what type of option we expect to find next. 571 // Go to the next state in the stem trie. in parseSkeleton() 639 * @return The next state after parsing this stem, corresponding to what subset of options to expect. 814 * @return The next state after parsing this option, corresponding to what subset of options to 815 * expect next. 985 BytesTrie.Result result = tempStemTrie.next(segment, 0, segment.length()); in parseExponentSignOption()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | GlobalizationPreferencesTest.java | 910 brk.next(); in TestBreakIterator()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_skeletons.cpp | 526 // Go to the next state in the stem trie. in parseSkeleton() 1004 UStringTrieResult result = tempStemTrie.next( in parseExponentSignOption()
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrcase.cpp | 429 // next character after the first letter in maybeTitleDutchIJ() 444 // Is the next character a j/J? in maybeTitleDutchIJ() 513 /* find next index where to titlecase */ 519 index=iter->next(); 538 // Adjust the titlecasing index to the next cased character, 539 // or to the next letter/number/symbol/private use. 1551 /* get next code unit from string 1, post-increment */ 1574 /* get next code unit from string 2, post-increment */ 1732 /* set next level pointers to case folding */ 1778 /* set next leve [all...] |
/third_party/libuv/include/ |
H A D | uv.h | 64 struct uv__queue* next; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 11 * The above copyright notice and this permission notice (including the next 533 std::vector<aco_ptr<Instruction>>::iterator it = std::next(block->instructions.begin(), idx); in process_instructions() 812 /* add next current exec to the stack */ in add_branch_code()
|