| /freebsd-13.1/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 assert(inserted[i] != NULL); in test_heap_randomized() 67 set_random_timeout(inserted[i]); in test_heap_randomized() 68 min_heap_push_(&heap, inserted[i]); in test_heap_randomized() 75 min_heap_erase_(&heap, inserted[i]); in test_heap_randomized() 92 free(inserted[i]); in test_heap_randomized()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 31 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()
|
| H A D | sanitizer_chained_origin_depot.cpp | 92 bool inserted; in Put() local 93 ChainedOriginDepotNode::Handle h = depot.Put(desc, &inserted); in Put() 95 return inserted; in Put()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_khelp.c | 75 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()
|
| H A D | kern_cpu.c | 736 int i, inserted; in cpufreq_insert_abs() local 749 inserted = 0; in cpufreq_insert_abs() 763 inserted = 1; in cpufreq_insert_abs() 767 if (inserted == 0) { in cpufreq_insert_abs()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/diff/src/ |
| H A D | util.c | 680 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 D | context.c | 220 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 D | diff.h | 221 lin inserted; /* # lines of file 1 changed here. */ member
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/usr.sbin/config/ |
| H A D | lang.l | 265 * token to be inserted at the end of the include file. If ateof == 0, 266 * then nothing is inserted.
|
| /freebsd-13.1/usr.bin/sed/tests/regress.multitest.out/ |
| H A D | 4.1 | 40 inserted
|
| /freebsd-13.1/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
|
| /freebsd-13.1/contrib/ntp/sntp/unity/auto/ |
| H A D | generate_config.yml | 22 #these are inserted at the top of generated files.
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | MainLoop.cpp | 286 const bool inserted = local 288 if (!inserted) {
|
| /freebsd-13.1/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
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | rk3288-veyron-sdmmc.dtsi | 37 * think there's a card inserted
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | d2i_SSL_SESSION.pod | 21 list, when being inserted into one SSL_CTX object's session cache.
|
| /freebsd-13.1/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
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 380 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-13.1/contrib/ipfilter/ |
| H A D | README | 81 inserted in order; the first line is inserted first, and ends up
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 170 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-13.1/contrib/libpcap/doc/ |
| H A D | README.linux.md | 25 code which can be inserted in and removed from the running kernel 39 af_packet.o ( = code which can be inserted in and removed from the
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/spi/ |
| H A D | st,stm32-spi.yaml | 71 delay in nanoseconds inserted between two consecutive data frames.
|