Home
last modified time | relevance | path

Searched refs:stash_size (Results 1 – 11 of 11) sorted by relevance

/dports/security/kuku/Kuku-2.1.0/src/kuku/c/
H A Dkuku_ref.cpp9 …uint32_t table_size, uint32_t stash_size, uint32_t loc_func_count, uint64_t *loc_func_seed, uint64… in KukuTable_Create() argument
14 …return new kuku::KukuTable(table_size, stash_size, loc_func_count, kuku_loc_func_seed, max_probe, … in KukuTable_Create()
97 return ptr->stash_size(); in KukuTable_StashSize()
H A Dkuku_ref.h47 …uint32_t table_size, uint32_t stash_size, uint32_t loc_func_count, uint64_t *loc_func_seed, uint64…
/dports/security/kuku/Kuku-2.1.0/examples/
H A Dexample.cpp49 auto stash_size = static_cast<table_size_type>(atoi(argv[2])); in main() local
55 KukuTable table(table_size, stash_size, loc_func_count, loc_func_seed, max_probe, empty_item); in main()
/dports/security/kuku/Kuku-2.1.0/src/kuku/
H A Dkuku.cpp41 …table_size_type table_size, table_size_type stash_size, uint32_t loc_func_count, item_type loc_fun… in KukuTable() argument
43 …: table_size_(table_size), stash_size_(stash_size), loc_func_seed_(loc_func_seed), max_probe_(max_… in KukuTable()
H A Dkuku.h39 table_size_type table_size, table_size_type stash_size, std::uint32_t loc_func_count,
161 inline table_size_type stash_size() const noexcept in stash_size() function
/dports/devel/p5-Devel-Size/Devel-Size-0.83/t/
H A Dbasic.t169 my $stash_size
171 cmp_ok($stash_size, '>',
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dveritesting.py375 stash_size = len(manager.stashes[stash_name])
376 if stash_size == 0:
378 if stash_size == 1:
379 l.info("Skipping merge of 1 state in stash %s.", stash_size)
384 l.info("Merging %d states in stash %s", stash_size, stash_name)
/dports/security/kuku/Kuku-2.1.0/dotnet/src/
H A DNativeMethods.cs14 …public static extern IntPtr KukuTable_Create(uint table_size, uint stash_size, uint loc_func_count… in KukuTable_Create() argument
/dports/audio/moony-lv2/moony-0.36.0/include/
H A Dmoony.h316 uint32_t stash_size; member
/dports/audio/moony-lv2/moony-0.36.0/api/
H A Dapi.c552 moony->stash_size = ser->size; in _stash()
2329 moony_rt_free(vm_old, moony->stash_atom, moony->stash_size); in moony_in()
2331 moony->stash_size = 0; in moony_in()
/dports/security/kuku/Kuku-2.1.0/
H A DREADME.md210 the size of the stash (`stash_size`), the number of hash functions (`loc_func_count`),