Home
last modified time | relevance | path

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

/freebsd/contrib/xz/
H A DChangeLog9 2 files changed, 2 insertions(+), 2 deletions(-)
53 25 files changed, 1850 insertions(+), 1850 deletions(-)
107 1 file changed, 13 deletions(-)
212 10 files changed, 12 insertions(+), 12 deletions(-)
242 1 file changed, 9 insertions(+), 10 deletions(-)
257 2 files changed, 2 deletions(-)
313 4 files changed, 6 insertions(+), 6 deletions(-)
346 2 files changed, 3 insertions(+), 3 deletions(-)
383 1 file changed, 33 insertions(+), 35 deletions(-)
486 2 files changed, 2 insertions(+), 2 deletions(-)
[all …]
/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/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 DChangelog11765 of deletions cannot do this from netevent. This means when using
/freebsd/contrib/ncurses/
H A DNEWS9140 cursor movement, and single-character deletions work properly.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt9701 (local) cache must be locked during all cache object deletions. Andrew