/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 413 !iter.done(); iter.next(), orig_iter.next()) { in WriteCode() 735 // Allocate the next code space. Don't allocate more than 90% of in ReadCode() 780 !iter.done(); iter.next()) { in CopyAndRelocate()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 297 nir_ssa_def *next = nir_bcsel(b, nir_ieq(b, idx, nir_iadd_imm(b, num, -1)), in clip_with_plane() local 299 nir_ssa_def *dn = nir_load_array_var(b, dist, next); in clip_with_plane() 304 * save next + to 'saved', will replace it with inserted vertex. in clip_with_plane() 313 nir_ssa_def *vn = nir_load_array_var(b, vert, next); in clip_with_plane() 327 * +/0 vertex, current vertex is in 'saved', need to save next vertex in clip_with_plane()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 11 * The above copyright notice and this permission notice (including the next 852 field = field->next; in display_registers_window() 918 field = field->next; in display_commands_window() 936 field = field->next; in display_commands_window() 1023 "Ctrl-p/n", "switch to previous/next batch buffer", in display_aubfile_window() 1070 * the next draw cycle, prior to any drawing. in display_windows()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 560 next = prev = 0; in init() 1199 for (ArrayList::Iterator it = allFuncs.iterator(); !it.end(); it.next()) in ~Program() 1202 for (ArrayList::Iterator it = allRValues.iterator(); !it.end(); it.next()) in ~Program()
|
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 593 US next = result * base + digit; in integer_parser() local 594 if (result > next) in integer_parser() 599 result = next; in integer_parser() 1830 // keep unrecognised options in argument list, skip to next argument in parse() 1854 //parse the next argument in parse()
|
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 144 /* create a new altcp_conn to pass to the next 'accept' callback */ in altcp_mbedtls_lower_accept() 469 if ((p == NULL) || ((p->len == 0) && (p->next == NULL))) { in altcp_mbedtls_bio_recv() 491 state->rx = p->next; in altcp_mbedtls_bio_recv() 492 p->next = NULL; in altcp_mbedtls_bio_recv()
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 1215 next(a for a in subparser._actions 1217 next(a for a in subparser._actions 1219 next(a for a in subparser._actions
|
H A D | perf.py | 816 r = next(iter(fold(Result, results, by=[])), None) 821 diff_r = next(iter(fold(Result, diff_results, by=[])), None) 986 next(iter(f for _, f in spans)),
|
H A D | perfbd.py | 394 # then resync up with the next newline to avoid parsing half a line 782 r = next(iter(fold(Result, results, by=[])), None) 787 diff_r = next(iter(fold(Result, diff_results, by=[])), None) 971 next(iter(f for _, f in spans)),
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 82 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 D | parser.h | 75 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 D | serializer.cc | 672 // 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 D | nvc0_program.c | 898 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 D | index.js | 1763 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 D | layout_mbuf.rs | 172 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 D | SampleQuadStroker.cpp | 560 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 D | SkScan_Antihair.cpp | 601 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 D | NameTable.java | 735 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 D | PathOpsAngleIdeas.cpp | 98 goto next; in orderQuads() 102 next: ; in orderQuads() 429 SkOpSegment* seg2 = seg1->next(); in testQuadAngles()
|
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 196 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 D | Decode.java | 383 * 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 D | X86FlagsCopyLowering.cpp | 283 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 D | well_known_types_test.py | 802 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 D | streaming.rs | 38 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 D | complete.rs | 40 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()
|