Home
last modified time | relevance | path

Searched refs:deletions (Results 1 – 15 of 15) sorted by relevance

/freebsd-head/contrib/xz/
HDChangeLog9 2 files changed, 2 insertions(+), 2 deletions(-)
35 1 file changed, 24 insertions(+), 7 deletions(-)
69 1 file changed, 9 insertions(+), 2 deletions(-)
96 1 file changed, 4 insertions(+), 2 deletions(-)
128 1 file changed, 22 insertions(+), 9 deletions(-)
147 1 file changed, 29 insertions(+), 46 deletions(-)
213 1 file changed, 7 insertions(+), 7 deletions(-)
238 6 files changed, 6 insertions(+), 10 deletions(-)
283 21 files changed, 6209 insertions(+), 2120 deletions(-)
299 3 files changed, 167 insertions(+), 82 deletions(-)
[all …]
/freebsd-head/sys/contrib/ck/src/
HDck_ht.c81 CK_HT_TYPE deletions; member
168 map->deletions = 0; in ck_ht_map_create()
451 CK_HT_TYPE_STORE(&map->deletions, map->deletions + 1); in ck_ht_gc()
461 CK_HT_TYPE_STORE(&map->deletions, map->deletions + 1); in ck_ht_gc()
536 d = CK_HT_TYPE_LOAD(&map->deletions); in ck_ht_map_probe_rd()
575 d_prime = CK_HT_TYPE_LOAD(&map->deletions); in ck_ht_map_probe_rd()
791 d = CK_HT_TYPE_LOAD(&map->deletions); in ck_ht_get_spmc()
801 d_prime = CK_HT_TYPE_LOAD(&map->deletions); in ck_ht_get_spmc()
882 CK_HT_TYPE_STORE(&map->deletions, map->deletions + 1); in ck_ht_set_spmc()
895 CK_HT_TYPE_STORE(&map->deletions, map->deletions + 1); in ck_ht_set_spmc()
[all …]
/freebsd-head/usr.bin/dtc/
HDfdt.hh789 std::vector<std::string> deletions; member in dtc::fdt::device_tree
HDfdt.cc1677 deletions.push_back(std::move(ref)); in parse_file()
2098 for (auto &ref : deletions) in parse_dts()
/freebsd-head/contrib/unbound/contrib/
HDunbound-fuzzme.patch12 3 files changed, 59 insertions(+), 2 deletions(-)
/freebsd-head/sys/contrib/zlib/doc/
HDalgorithm.txt29 The hash chains are singly linked. There are no deletions from the
HDrfc1951.txt33 substantive changes or deletions from the original are clearly
814 deletions from the hash chains; the algorithm simply discards matches
HDrfc1950.txt35 substantive changes or deletions from the original are clearly
HDrfc1952.txt33 substantive changes or deletions from the original are clearly
/freebsd-head/sys/contrib/zstd/doc/
HDzstd_compression_format.md13 and that any substantive changes or deletions from the original
/freebsd-head/contrib/diff/doc/
HDdiff.texi358 To ignore insertions and deletions of lines that match a
747 @var{from-file} are omitted. If all of the changes are deletions, the
/freebsd-head/contrib/one-true-awk/testdir/
HDfunstack.in9001 …g rescattered. Moreover, it can be used to eliminate previously flagged deletions from any hash-co…
9009 …keywords = "deletions; dynamic storage; hash code; programming; reallocation; scatter storage;…
16895 … coding; compression of numbers; data handling; decimal data; decoding; deletions; Huffman codes; …
22573 …eight-balanced trees can be done in O(log**2N) steps. It is proved that deletions can also be perf…
22580 …keywords = "deletions; insertions; one sided height balanced trees; programming theory; trees …
/freebsd-head/contrib/unbound/doc/
HDChangelog11498 of deletions cannot do this from netevent. This means when using
/freebsd-head/contrib/ncurses/
HDNEWS8571 cursor movement, and single-character deletions work properly.
/freebsd-head/sys/contrib/dev/acpica/
HDchanges.txt9585 (local) cache must be locked during all cache object deletions. Andrew