Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_minheap.c58 struct event *inserted[1024]; in test_heap_randomized() local
65 inserted[i] = malloc(sizeof(struct event)); in test_heap_randomized()
66 set_random_timeout(inserted[i]); in test_heap_randomized()
67 min_heap_push_(&heap, inserted[i]); in test_heap_randomized()
74 min_heap_erase_(&heap, inserted[i]); in test_heap_randomized()
91 free(inserted[i]); in test_heap_randomized()
/freebsd-12-stable/contrib/libevent/test/
Dregress_minheap.c58 struct event *inserted[1024]; in test_heap_randomized() local
65 inserted[i] = malloc(sizeof(struct event)); in test_heap_randomized()
66 set_random_timeout(inserted[i]); in test_heap_randomized()
67 min_heap_push_(&heap, inserted[i]); in test_heap_randomized()
74 min_heap_erase_(&heap, inserted[i]); in test_heap_randomized()
91 free(inserted[i]); in test_heap_randomized()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h31 handle_type Put(args_type args, bool *inserted = nullptr);
101 bool *inserted) { in Put() argument
102 if (inserted) *inserted = false; in Put()
134 if (inserted) *inserted = true; in Put()
Dsanitizer_chained_origin_depot.cpp92 bool inserted; in Put() local
93 ChainedOriginDepotNode::Handle h = depot.Put(desc, &inserted); in Put()
95 return inserted; in Put()
/freebsd-12-stable/sys/kern/
Dkern_khelp.c75 int error, i, inserted; in khelp_register_helper() local
77 error = inserted = 0; in khelp_register_helper()
107 inserted = 1; in khelp_register_helper()
112 if (!inserted) in khelp_register_helper()
Dkern_cpu.c689 int i, inserted; in cpufreq_insert_abs() local
702 inserted = 0; in cpufreq_insert_abs()
716 inserted = 1; in cpufreq_insert_abs()
720 if (inserted == 0) { in cpufreq_insert_abs()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_origin.h94 bool inserted = in CreateChainedOrigin() local
98 if (inserted && flags().origin_history_per_stack_limit > 0) in CreateChainedOrigin()
/freebsd-12-stable/contrib/diff/src/
Dutil.c680 l1 = next->line1 + next->inserted - 1; in analyze_hunk()
682 show_to += next->inserted; in analyze_hunk()
769 long int inserted = sp->inserted; in debug_script() local
771 line0, line1, deleted, inserted); in debug_script()
Dcontext.c220 prefix = (next->inserted > 0 ? "!" : "-"); in pr_context_hunk()
239 while (next && next->line1 + next->inserted <= i) in pr_context_hunk()
363 k = next->inserted; in pr_unidiff_hunk()
401 top1 = start->line1 + start->inserted; in find_hunk()
Ddiff.h221 lin inserted; /* # lines of file 1 changed here. */ member
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_origin.h131 bool inserted = ChainedOriginDepotPut(h.id(), prev.raw_id(), &chained_id); in CreateChainedOrigin() local
134 if (inserted && flags()->origin_history_per_stack_limit > 0) in CreateChainedOrigin()
/freebsd-12-stable/usr.sbin/config/
Dlang.l265 * token to be inserted at the end of the include file. If ateof == 0,
266 * then nothing is inserted.
/freebsd-12-stable/contrib/gdb/gdb/
Dbreakpoint.c648 if (!b->inserted) in read_memory_nobpt()
767 if (bpt->inserted || bpt->duplicate) in insert_bp_location()
879 bpt->inserted = 1; in insert_bp_location()
933 bpt->inserted = 1; in insert_bp_location()
973 bpt->inserted = 0; in insert_bp_location()
981 if (!bpt->inserted) in insert_bp_location()
1048 bpt->inserted = 1; in insert_bp_location()
1077 bpt->inserted = 1; in insert_bp_location()
1166 if (b->inserted) in remove_breakpoints()
1184 if (b->inserted && b->loc_type == bp_loc_hardware_watchpoint) in remove_hw_watchpoints()
[all …]
/freebsd-12-stable/usr.bin/sed/tests/regress.multitest.out/
D4.140 inserted
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dat-file.texi6 inserted in place of the original @@@var{file} option. If @var{file}
/freebsd-12-stable/contrib/binutils/libiberty/
Dat-file.texi6 inserted in place of the original @@@var{file} option. If @var{file}
/freebsd-12-stable/contrib/gcc/
Dreg-stack.c2562 int inserted = 0; in convert_regs_entry() local
2592 inserted = 1; in convert_regs_entry()
2598 return inserted; in convert_regs_entry()
2762 bool inserted = false; in compensate_edges() local
2774 inserted |= compensate_edge (e); in compensate_edges()
2776 return inserted; in compensate_edges()
3009 int inserted; in convert_regs() local
3015 inserted = convert_regs_entry (); in convert_regs()
3039 inserted |= compensate_edges (); in convert_regs()
3044 if (inserted) in convert_regs()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DMainLoop.cpp286 const bool inserted = local
288 if (!inserted) {
/freebsd-12-stable/contrib/ntp/
DREADME.leapsmear11 Unfortunately, leap seconds are scheduled to be inserted into or deleted
33 If a leap second is to be inserted then in most Unix-like systems the OS
166 in system time when the leap second is to be inserted, and given a
215 notice there's a leap second being inserted, and thus there will be no log
222 inserted by themselves due to the leap second file. As a result, the
/freebsd-12-stable/sys/gnu/dts/arm/
Drk3288-veyron-sdmmc.dtsi37 * think there's a card inserted
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp380 bool inserted; in GetFilteredModuleList() local
384 std::tie(iter, inserted) = module_name_to_filtered_index.try_emplace( in GetFilteredModuleList()
387 if (inserted) { in GetFilteredModuleList()
/freebsd-12-stable/crypto/openssl/doc/man3/
Dd2i_SSL_SESSION.pod21 list, when being inserted into one SSL_CTX object's session cache.
/freebsd-12-stable/contrib/ipfilter/
DREADME81 inserted in order; the first line is inserted first, and ends up
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDriverUtils.cpp170 bool inserted = pair.second; in parseMerge() local
171 if (!inserted) { in parseMerge()
664 bool inserted = pair.second; in fixupExports() local
665 if (inserted) { in fixupExports()
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Drandom584 * @returns The output stream with the state of @p __x inserted or in
788 * @returns The output stream with the state of @p __x inserted or in
971 * @returns The output stream with the state of @p __x inserted or in
1169 * @returns The output stream with the state of @p __x inserted or in
1364 * @returns The output stream with the state of @p __x inserted or in
1594 * @returns The output stream with the state of @p __x inserted or in
1707 * @returns The output stream with the state of @p __x inserted or in
1780 * @returns The output stream with the state of @p __x inserted or in
1867 * @returns The output stream with the state of @p __x inserted or in
1962 * @returns The output stream with the state of @p __x inserted or in
[all …]

12345678