| /src/contrib/libevent/test/ |
| H A D | regress_minheap.c | 58 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 D | regress_minheap.c | 58 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 D | sanitizer_stackdepotbase.h | 44 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 D | sanitizer_chained_origin_depot.cpp | 131 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 D | OutputAggregator.h | 64 auto [it, inserted] = Aggregation.emplace(name, count); in Merge() 65 if (!inserted) in Merge()
|
| /src/sys/kern/ |
| H A D | kern_khelp.c | 72 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 D | kern_rangelock.c | 535 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 D | kern_cpu.c | 742 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 D | dfsan_origin.h | 94 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 D | msan_origin.h | 131 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 D | tailq_hash.c | 244 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 D | lang.l | 261 * 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 D | qcom,ebi2.txt | 79 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 D | 4.1 | 40 inserted
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_SELF_TEST_new.pod | 37 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 D | d2i_SSL_SESSION.pod | 24 list, when being inserted into one SSL_CTX object's session cache.
|
| H A D | BIO_f_readbuffer.pod | 18 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 D | BasicBlockSectionsProfileReader.cpp | 407 [[maybe_unused]] bool inserted = in doInitialization() local 410 assert(inserted); in doInitialization()
|
| /src/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | coreboot.txt | 5 device-tree-based kernel (yet), this node needs to be inserted by a
|
| /src/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | MainLoopPosix.cpp | 265 const bool inserted = local 267 if (!inserted) {
|
| /src/contrib/ntp/ |
| H A D | README.leapsmear | 11 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 D | rk3288-veyron-sdmmc.dtsi | 43 * think there's a card inserted
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 377 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 D | AUTHORS | 34 the team behind him inserted a backdoor (CVE-2024-3094) into
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 171 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()
|