Home
last modified time | relevance | path

Searched refs:next (Results 4476 - 4500 of 5826) sorted by relevance

1...<<171172173174175176177178179180>>...234

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc82 const ResumeJumpTarget& next) { in AtLoopHeader()
83 return ResumeJumpTarget(next.suspend_id(), loop_header_offset, in AtLoopHeader()
84 next.target_offset()); in AtLoopHeader()
257 // We should have copied the next bytecode's in liveness already in the in EnsureOutLivenessIsNotAlias()
263 // If the out-liveness is aliasing the next bytecode's in-liveness, in EnsureOutLivenessIsNotAlias()
277 // already aliasing the next bytecode's in-liveness. in UpdateOutLiveness()
292 // Update from next bytecode (unless there isn't one or this is an in UpdateOutLiveness()
300 // the next liveness, and can directly alias it -- we'll allocate a new in UpdateOutLiveness()
739 // If there is no next end => offset is not in a loop. in GetLoopOffsetFor()
764 // We just return the parent of the next loo in GetLoopOffsetFor()
81 AtLoopHeader(int loop_header_offset, const ResumeJumpTarget& next) AtLoopHeader() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.h75 Parameter** next() { return &next_parameter; } in next() function
76 Parameter* const* next() const { return &next_parameter; } in next() function
393 ForStatement* loop, Statement* init, Expression* cond, Statement* next,
1062 // Generate the next internal variable name for binding an exported namespace
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.cc672 // Clear and later restore the next link in the weak cell or allocation site.
1248 !it.done(); it.next()) { in SerializeCode()
1297 !it.done(); it.next()) { in SerializeCode()
1308 !it.done(); it.next()) { in SerializeCode()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c898 while (heap->next && heap->next->priv) { in nvc0_program_upload()
899 struct nvc0_program *evict = heap->next->priv; in nvc0_program_upload()
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js1763 fetchParams.controller.next = () => iterator.next()
1861 const { done, value } = await fetchParams.controller.next()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_mbuf.rs172 pub next: *mut rte_mbuf,
1156 unsafe { ::std::ptr::addr_of!((*ptr).next) as usize - ptr as usize }, in bindgen_test_layout_rte_mbuf()
1162 stringify!(next) in bindgen_test_layout_rte_mbuf()
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp560 iter.next(pts); in arcCenter()
561 if (SkPath::kLine_Verb == iter.next(pts)) { in arcCenter()
562 iter.next(pts); in arcCenter()
/third_party/skia/src/core/
H A DSkScan_Antihair.cpp601 iter.next();
742 clipper.next();
804 clipper.next();
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DNameTable.java735 return nameEntryIter.next(); in nameEntry()
1092 public NameEntry next() { in next() method in NameTable.NameEntryIterator
1321 NameEntry nameEntry = nameIter.next(); in initialize()
/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp98 goto next; in orderQuads()
102 next: ; in orderQuads()
429 SkOpSegment* seg2 = seg1->next(); in testQuadAngles()
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp196 rec->fPos += 1; // move to the next glyph's position
672 while (familyNameIter->next(&familyString)) {
731 while ((elem = iter.next()) && (rec_idx < fClipStack.size())) {
795 elem = iter.next();
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecode.java383 * Decodes the next Huffman code from bit-stream.
940 int next = n; in decodeHuffmanTreeGroup()
942 group[i] = next; in decodeHuffmanTreeGroup()
943 next += readHuffmanCode(alphabetSizeMax, alphabetSizeLimit, group, i, s); in decodeHuffmanTreeGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp283 MF.insert(std::next(MachineFunction::iterator(&MBB)), &NewMBB); in splitBlock()
489 std::accumulate(std::next(TestMBB->pred_begin()), TestMBB->pred_end(), in runOnMachineFunction()
562 ? std::next(CopyI->getIterator()) in runOnMachineFunction()
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types_test.py802 item = (next(iter(struct.keys())), next(iter(struct.values())))
803 self.assertEqual(item, next(iter(struct.items())))
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs38 let res = input.iter_elements().next().unwrap(); in be_u8()
359 let res = input.iter_elements().next().unwrap(); in le_u8()
699 let res = input.iter_elements().next().unwrap(); in u8()
1497 let (i, e) = match i.as_bytes().iter().next() { in recognize_float_parts()
H A Dcomplete.rs40 let res = input.iter_elements().next().unwrap(); in be_u8()
382 let res = input.iter_elements().next().unwrap(); in le_u8()
725 let res = input.iter_elements().next().unwrap(); in u8()
1524 let (i, e) = match i.as_bytes().iter().next() { in recognize_float_parts()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client_read.c494 last->next = cert; in tls_process_certificate()
958 cert = cert->next, depth++) { in tls_process_certificate_status()
975 cert = cert->next, depth++) { in tls_process_certificate_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.c332 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_bss_is_wps_candidate()
358 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_bss_known()
970 if (wpa_s->bss.next == NULL) in wpa_bss_flush()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client_read.c502 last->next = cert; in tls_process_certificate()
966 cert = cert->next, depth++) { in tls_process_certificate_status()
983 cert = cert->next, depth++) { in tls_process_certificate_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.c323 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_bss_is_wps_candidate()
370 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_bss_known()
1084 if (wpa_s->bss.next == NULL) in wpa_bss_flush()
/third_party/backends/backend/
H A Dartec_eplus48u.c746 for (dev = first_dev; dev; dev = dev->next) in attach()
821 dev->next = first_dev; in attach()
2331 s->next = NULL; in artec48u_scanner_new()
2930 s->opt[OPT_CALIBRATE].title = SANE_I18N ("Calibrate before next scan"); in init_options()
2933 "next scan. Otherwise, calibration is performed " in init_options()
3541 for (dev = first_dev; dev_num < num_devices; dev = dev->next) in sane_get_devices()
3819 for (dev = first_dev; dev; dev = dev->next) in sane_open()
3880 s->next = first_handle; in sane_open()
3901 for (s = first_handle; s; s = s->next) in sane_close()
4557 Artec48U_Device *dev, *next; in sane_exit() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c163 struct BITMAP_ALLOCATION *next; member
362 p = p->next; in bitmap_allocate()
379 newall->next = p; in bitmap_allocate()
380 if (q) q->next = newall; in bitmap_allocate()
421 q->next = p->next; in bitmap_deallocate()
423 g_allocation = p->next; in bitmap_deallocate()
438 p = p->next; in bitmap_deallocate()
464 p = p->next; in bitmap_get_and_set()
492 for (p=g_allocation; p; p=p->next) { in bitmap_build()
[all...]
/third_party/python/Lib/test/
H A Dtest_tarfile.py473 t = tar.next()
565 tar.next()
566 t = tar.next()
580 t = tar.next()
757 self.assertEqual(tf.next(), None)
761 self.assertEqual(tf.next(), None)
799 tarinfo = self.tar.next() # get "regtype" (can't use getmember)
818 t1 = tar1.next()
819 t2 = tar2.next()
822 self.assertIsNotNone(t2, "stream.next() faile
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1089 // 7b. Let next be ? Get(obj, indexName). in CreateListFromArrayLike()
1090 Handle<Object> next; in CreateListFromArrayLike() local
1091 ASSIGN_RETURN_ON_EXCEPTION(isolate, next, in CreateListFromArrayLike()
1099 // 7c. If Type(next) is not an element of elementTypes, throw a in CreateListFromArrayLike()
1101 if (!next->IsName()) { in CreateListFromArrayLike()
1103 NewTypeError(MessageTemplate::kNotPropertyName, next), in CreateListFromArrayLike()
1106 // 7d. Append next as the last element of list. in CreateListFromArrayLike()
1108 next = isolate->factory()->InternalizeName(Handle<Name>::cast(next)); in CreateListFromArrayLike()
1112 list->set(index, *next); in CreateListFromArrayLike()
5590 Object next = PromiseReaction::cast(current).next(); TriggerPromiseReactions() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_session.c754 nghttp2_outbound_item *item, *next; in ob_q_free() local
756 next = item->qnext; in ob_q_free()
759 item = next; in ob_q_free()
782 (*settings_ptr)->next = NULL; in inflight_settings_new()
809 nghttp2_inflight_settings *next = settings->next; in nghttp2_session_del() local
811 settings = next; in nghttp2_session_del()
1653 nghttp2_stream *next; in nghttp2_session_adjust_closed_stream() local
1659 next = head_stream->closed_next; in nghttp2_session_adjust_closed_stream()
1668 session->closed_stream_head = next; in nghttp2_session_adjust_closed_stream()
1698 nghttp2_stream *next; nghttp2_session_adjust_idle_stream() local
[all...]

Completed in 54 milliseconds

1...<<171172173174175176177178179180>>...234