Home
last modified time | relevance | path

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

123456

/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A 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-14.2/contrib/libevent/test/
H A 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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h44 u32 Put(args_type args, bool *inserted = nullptr);
116 bool *inserted) { in Put() argument
117 if (inserted) in Put()
118 *inserted = false; in Put()
146 if (inserted) *inserted = true; in Put()
H A Dsanitizer_chained_origin_depot.cpp131 bool inserted; in Put() local
132 *new_id = depot.Put(desc, &inserted); in Put()
133 return inserted; in Put()
/freebsd-14.2/sys/kern/
H A Dkern_khelp.c73 int error, i, inserted; in khelp_register_helper() local
75 error = inserted = 0; in khelp_register_helper()
105 inserted = 1; in khelp_register_helper()
110 if (!inserted) in khelp_register_helper()
H A Dkern_cpu.c735 int i, inserted; in cpufreq_insert_abs() local
748 inserted = 0; in cpufreq_insert_abs()
762 inserted = 1; in cpufreq_insert_abs()
766 if (inserted == 0) { in cpufreq_insert_abs()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h94 bool inserted = in CreateChainedOrigin() local
98 if (inserted && flags().origin_history_per_stack_limit > 0) in CreateChainedOrigin()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dtailq_hash.c240 int inserted = 0; in tqhash_insert() local
282 inserted = 1; in tqhash_insert()
287 if (inserted == 0) { in tqhash_insert()
/freebsd-14.2/contrib/diff/src/
H A 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()
H A 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()
H A Ddiff.h221 lin inserted; /* # lines of file 1 changed here. */ member
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A 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-14.2/usr.sbin/config/
H A Dlang.l262 * token to be inserted at the end of the include file. If ateof == 0,
263 * then nothing is inserted.
/freebsd-14.2/usr.bin/sed/tests/regress.multitest.out/
H A D4.140 inserted
/freebsd-14.2/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt79 the data bus. They are inserted when reading one CS and switching to another
83 inserted after every write minimum 1. The data out is driven from the time
86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for
88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_SELF_TEST_new.pod37 OSSL_SELF_TEST_onbegin() may be inserted at the start of a block of self test
50 OSSL_SELF_TEST_oncorrupt_byte() may be inserted just after the known answer is
67 OSSL_SELF_TEST_onend() may be inserted at the end of a block of self test code
H A Dd2i_SSL_SESSION.pod21 list, when being inserted into one SSL_CTX object's session cache.
/freebsd-14.2/contrib/ntp/sntp/unity/auto/
H A Dgenerate_config.yml22 #these are inserted at the top of generated files.
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp407 [[maybe_unused]] bool inserted = in doInitialization() local
410 assert(inserted); in doInitialization()
/freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt5 device-tree-based kernel (yet), this node needs to be inserted by a
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp265 const bool inserted = local
267 if (!inserted) {
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Drk3288-veyron-sdmmc.dtsi43 * think there's a card inserted
/freebsd-14.2/contrib/ntp/
H A 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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp377 bool inserted; in GetFilteredModuleList() local
381 std::tie(iter, inserted) = module_name_to_filtered_index.try_emplace( in GetFilteredModuleList()
384 if (inserted) { in GetFilteredModuleList()
/freebsd-14.2/sys/contrib/device-tree/Bindings/spi/
H A Dst,stm32-spi.yaml71 delay in nanoseconds inserted between two consecutive data frames.

123456