Searched refs:inserted (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_minheap.c58 struct event *inserted[1024]; local
65 inserted[i] = malloc(sizeof(struct event));
66 assert(inserted[i] != NULL);
67 set_random_timeout(inserted[i]);
68 min_heap_push_(&heap, inserted[i]);
75 min_heap_erase_(&heap, inserted[i]);
92 free(inserted[i]);
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_minheap.c58 struct event *inserted[1024]; local
65 inserted[i] = malloc(sizeof(struct event));
66 set_random_timeout(inserted[i]);
67 min_heap_push_(&heap, inserted[i]);
74 min_heap_erase_(&heap, inserted[i]);
91 free(inserted[i]);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp110 bool inserted; local
111 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted);
113 return inserted;
H A Dmsan_origin.h131 bool inserted = ChainedOriginDepotPut(h.id(), prev.raw_id(), &chained_id); local
134 if (inserted && flags()->origin_history_per_stack_limit > 0)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h29 handle_type Put(args_type args, bool *inserted = nullptr);
98 bool *inserted) {
99 if (inserted) *inserted = false;
131 if (inserted) *inserted = true;
97 Put(args_type args, bool *inserted) argument
/freebsd-13-stable/usr.sbin/config/
H A Dlang.l265 * token to be inserted at the end of the include file. If ateof == 0,
266 * then nothing is inserted.
/freebsd-13-stable/contrib/diff/src/
H A Dcontext.c221 If lines were inserted here in file 1, this is "changed".
223 prefix = (next->inserted > 0 ? "!" : "-");
242 while (next && next->line1 + next->inserted <= i)
251 Otherwise it is "inserted". */
366 /* Then output the inserted part. */
368 k = next->inserted;
407 top1 = start->line1 + start->inserted;
426 It should be 1 if all the lines inserted or deleted in that change
H A Dutil.c518 the line is inserted, deleted, changed, etc.). */
656 Return UNCHANGED if only ignorable lines are inserted or deleted,
658 NEW if lines of file 1 are inserted,
689 l1 = next->line1 + next->inserted - 1;
691 show_to += next->inserted;
728 /* If all inserted or deleted lines are ignorable,
780 long int inserted = sp->inserted;
782 line0, line1, deleted, inserted);
769 long int inserted = sp->inserted; local
H A Ddiff.h211 and some are inserted.
215 INSERTED is the number of lines inserted here in file 1.
223 lin inserted; /* # lines of file 1 changed here. */
226 lin line1; /* Line number of 1st inserted line. */
221 lin inserted; /* # lines of file 1 changed here. */ member in struct:change
H A Danalyze.c76 XMID - YMID equals the number of inserted lines minus the number
687 INSERTED is the number of lines inserted here in file 1.
693 add_change (lin line0, lin line1, lin deleted, lin inserted,
700 new->inserted = inserted;
706 /* Scan the tables of which lines are inserted and deleted,
743 /* Scan the tables of which lines are inserted and deleted,
689 add_change(lin line0, lin line1, lin deleted, lin inserted, struct change *old) argument
/freebsd-13-stable/sys/kern/
H A Dkern_khelp.c75 int error, i, inserted; local
77 error = inserted = 0;
107 inserted = 1;
112 if (!inserted)
H A Dkern_cpu.c736 int i, inserted; local
749 inserted = 0;
763 inserted = 1;
767 if (inserted == 0) {
H A Dkern_shutdown.c1194 bool inserted; local
1253 inserted = false;
1257 inserted = true;
1262 if (!inserted)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp286 const bool inserted =
288 if (!inserted) {
H A DEditline.cpp767 // editing by telling libedit about the newly inserted text
849 EditLineCharType inserted[] = {(EditLineCharType)ch, 0};
850 el_winsertstr(m_editline, inserted);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp294 bool inserted; local
295 // See if we have inserted this module aready into filtered_modules. If we
298 std::tie(iter, inserted) = module_name_to_filtered_index.try_emplace(
301 if (inserted) {
303 // the index that was inserted into module_name_to_filtered_index using
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp161 bool inserted = pair.second; local
162 if (!inserted) {
655 bool inserted = pair.second; local
656 if (inserted) {
H A DSymbolTable.cpp479 bool inserted = false; local
485 inserted = true;
487 return {sym, inserted};
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-for.mk84 # inserted as plain text and then parsed as usual, which made it possible
/freebsd-13-stable/sys/netinet/
H A Dsctp_indata.c920 int inserted; local
1017 inserted = 0;
1026 inserted = 1;
1041 if (inserted == 0) {
1453 int inserted = 0; local
1550 "chunk is a not first fsn: %u needs to be inserted\n",
1573 inserted = 1;
1597 if (inserted == 0) {
2215 unsigned char inserted = 0; local
2223 inserted
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_ppp.c1498 * o Received fragments are inserted into a queue, for which we
1528 int i, diff, inserted; local
1611 inserted = 0;
1616 inserted = 1;
1625 if (!inserted)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp520 bool inserted = false; local
525 inserted = true;
530 if (!inserted)
H A DCGCall.cpp765 bool inserted = FunctionsBeingProcessed.insert(FI).second; local
766 (void)inserted;
767 assert(inserted && "Recursively being processed?");
/freebsd-13-stable/contrib/wpa/src/p2p/
H A Dp2p.c2785 goto inserted;
2790 goto inserted;
2801 inserted:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp293 /// Keeps track of all instructions inserted for the current function.
1161 // If we have already inserted a cast into this block, use it.
1448 // If we have already inserted a cmp into this block, use it.
1819 // If we have already inserted a shift into this block, use it.
2044 // Mark this instruction as "inserted by CGP", so that other
2971 /// The instructions inserted by other CodeGenPrepare optimizations.
3012 /// \p InsertedInsts The instructions inserted by other CodeGenPrepare
3864 /// Newly added extensions are inserted in \p Exts.
3865 /// Newly added truncates are inserted in \p Truncs.
3879 /// Newly added extensions are inserted i
5558 bool inserted = false; local
[all...]

Completed in 477 milliseconds

12