Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_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/contrib/unbound/contrib/
H A Dunbound-fuzzme.patch12 3 files changed, 59 insertions(+), 2 deletions(-)
/freebsd/usr.bin/dtc/
H A Dfdt.hh789 std::vector<std::string> deletions; member in dtc::fdt::device_tree
H A Dfdt.cc1677 deletions.push_back(std::move(ref)); in parse_file()
2098 for (auto &ref : deletions) in parse_dts()
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt29 The hash chains are singly linked. There are no deletions from the
H A Drfc1951.txt33 substantive changes or deletions from the original are clearly
814 deletions from the hash chains; the algorithm simply discards matches
H A Drfc1950.txt35 substantive changes or deletions from the original are clearly
H A Drfc1952.txt33 substantive changes or deletions from the original are clearly
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md13 and that any substantive changes or deletions from the original
/freebsd/contrib/diff/doc/
H A Ddiff.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/contrib/one-true-awk/testdir/
H A Dfunstack.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/contrib/unbound/doc/
H A DChangelog11233 of deletions cannot do this from netevent. This means when using
/freebsd/contrib/ncurses/
H A DNEWS8571 cursor movement, and single-character deletions work properly.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt9569 (local) cache must be locked during all cache object deletions. Andrew