Home
last modified time | relevance | path

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

123456

/src/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()
/src/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()
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DOutputAggregator.h64 auto [it, inserted] = Aggregation.emplace(name, count); in Merge()
65 if (!inserted) in Merge()
/src/sys/kern/
H A Dkern_khelp.c72 int error, i, inserted; in khelp_register_helper() local
74 error = inserted = 0; in khelp_register_helper()
104 inserted = 1; in khelp_register_helper()
109 if (!inserted) in khelp_register_helper()
H A Dkern_rangelock.c535 bool trylock, bool inserted) in rl_conflict() argument
553 if (inserted) in rl_conflict()
562 return (inserted ? RL_TRYLOCK_FAILED_MARKED: RL_TRYLOCK_FAILED); in rl_conflict()
H A Dkern_cpu.c742 int i, inserted; in cpufreq_insert_abs() local
755 inserted = 0; in cpufreq_insert_abs()
769 inserted = 1; in cpufreq_insert_abs()
773 if (inserted == 0) { in cpufreq_insert_abs()
/src/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()
/src/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()
/src/sys/netinet/tcp_stacks/
H A Dtailq_hash.c244 int inserted = 0; in tqhash_insert() local
292 inserted = 1; in tqhash_insert()
297 if (inserted == 0) { in tqhash_insert()
/src/usr.sbin/config/
H A Dlang.l261 * token to be inserted at the end of the include file. If ateof == 0,
262 * then nothing is inserted.
/src/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
/src/usr.bin/sed/tests/regress.multitest.out/
H A D4.140 inserted
/src/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.pod24 list, when being inserted into one SSL_CTX object's session cache.
H A DBIO_f_readbuffer.pod18 This BIO filter can be inserted on top of BIO's that do not support BIO_tell()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp407 [[maybe_unused]] bool inserted = in doInitialization() local
410 assert(inserted); in doInitialization()
/src/sys/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt5 device-tree-based kernel (yet), this node needs to be inserted by a
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp265 const bool inserted = local
267 if (!inserted) {
/src/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
/src/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-sdmmc.dtsi43 * think there's a card inserted
/src/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()
/src/contrib/xz/
H A DAUTHORS34 the team behind him inserted a backdoor (CVE-2024-3094) into
/src/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp171 bool inserted = pair.second; in parseMerge() local
172 if (!inserted) { in parseMerge()
726 bool inserted = pair.second; in fixupExports() local
727 if (inserted) { in fixupExports()

123456