Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 25 of 4796) sorted by relevance

12345678910>>...192

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A Dhash_fn.h85 {return key.hash(table_size);} in hash_fn()
108 {return hash_fn3(key,table_size);} in hash_fn()
115 {return hash_fn3(key,table_size);} in hash_fn()
121 {return hash_bj(key) % table_size;} in hash_fn2()
125 {return hash_fn2(key,table_size);} in hash_fn()
130 {return hash_bj(key) % table_size;} in hash_fn()
140 {return hash_fn2(key,table_size);} in hash_fn()
150 {return hash_fn2(key,table_size);} in hash_fn()
162 {return hash_fn3(key,table_size);} in hash_fn()
172 {return hash_fn2(key,table_size);} in hash_fn()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/libs/
H A Dhash_fn.cpp38 if (table_size == 0) in hash_fn1()
50 return (result % table_size); in hash_fn1()
56 if (table_size == 0) in hash_fn2()
63 return (result % table_size); in hash_fn2()
75 if (table_size == 0) in hash_fn3()
82 return (result % table_size); in hash_fn3()
95 if (table_size == 0) in hash_fn3()
102 return (result % table_size); in hash_fn3()
120 return (result % table_size); in hash_fn1()
134 return (result % table_size); in hash_fn1()
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-hash.c232 table_size = *hash_table->table_size; in _cairo_hash_table_lookup_unique_key()
243 if (idx >= table_size) in _cairo_hash_table_lookup_unique_key()
244 idx -= table_size; in _cairo_hash_table_lookup_unique_key()
283 tmp.table_size = hash_table->table_size + 1; in _cairo_hash_table_manage()
292 tmp.table_size = hash_table->table_size; in _cairo_hash_table_manage()
294 tmp.table_size = hash_table->table_size - 1; in _cairo_hash_table_manage()
297 if (tmp.table_size == hash_table->table_size && in _cairo_hash_table_manage()
320 hash_table->table_size = tmp.table_size; in _cairo_hash_table_manage()
349 table_size = *hash_table->table_size; in _cairo_hash_table_lookup()
411 table_size = *hash_table->table_size; in _cairo_hash_table_random_entry()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-hash.c232 table_size = *hash_table->table_size; in _cairo_hash_table_lookup_unique_key()
243 if (idx >= table_size) in _cairo_hash_table_lookup_unique_key()
244 idx -= table_size; in _cairo_hash_table_lookup_unique_key()
283 tmp.table_size = hash_table->table_size + 1; in _cairo_hash_table_manage()
292 tmp.table_size = hash_table->table_size; in _cairo_hash_table_manage()
294 tmp.table_size = hash_table->table_size - 1; in _cairo_hash_table_manage()
297 if (tmp.table_size == hash_table->table_size && in _cairo_hash_table_manage()
320 hash_table->table_size = tmp.table_size; in _cairo_hash_table_manage()
349 table_size = *hash_table->table_size; in _cairo_hash_table_lookup()
411 table_size = *hash_table->table_size; in _cairo_hash_table_random_entry()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-hash.c232 table_size = *hash_table->table_size; in _cairo_hash_table_lookup_unique_key()
243 if (idx >= table_size) in _cairo_hash_table_lookup_unique_key()
244 idx -= table_size; in _cairo_hash_table_lookup_unique_key()
283 tmp.table_size = hash_table->table_size + 1; in _cairo_hash_table_manage()
292 tmp.table_size = hash_table->table_size; in _cairo_hash_table_manage()
294 tmp.table_size = hash_table->table_size - 1; in _cairo_hash_table_manage()
297 if (tmp.table_size == hash_table->table_size && in _cairo_hash_table_manage()
320 hash_table->table_size = tmp.table_size; in _cairo_hash_table_manage()
349 table_size = *hash_table->table_size; in _cairo_hash_table_lookup()
411 table_size = *hash_table->table_size; in _cairo_hash_table_random_entry()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-hash.c232 table_size = *hash_table->table_size; in _cairo_hash_table_lookup_unique_key()
243 if (idx >= table_size) in _cairo_hash_table_lookup_unique_key()
244 idx -= table_size; in _cairo_hash_table_lookup_unique_key()
283 tmp.table_size = hash_table->table_size + 1; in _cairo_hash_table_manage()
292 tmp.table_size = hash_table->table_size; in _cairo_hash_table_manage()
294 tmp.table_size = hash_table->table_size - 1; in _cairo_hash_table_manage()
297 if (tmp.table_size == hash_table->table_size && in _cairo_hash_table_manage()
320 hash_table->table_size = tmp.table_size; in _cairo_hash_table_manage()
349 table_size = *hash_table->table_size; in _cairo_hash_table_lookup()
411 table_size = *hash_table->table_size; in _cairo_hash_table_random_entry()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Exm/wml/
H A Dwmldbcreate.c263 header.num_items = header.table_size;
272 header.num_items = header.table_size;
281 header.num_items = header.table_size;
290 header.num_items = header.table_size;
299 header.num_items = header.table_size;
308 header.num_items = header.table_size;
316 fwrite (ptr, header.table_size, 1, bfile);
340 header.table_size = sizeof(key_table_vec);
354 fwrite (table, header.table_size, 1, bfile);
602 fwrite (ptr, header.table_size, 1, bfile);
[all …]
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/relacy/relacy/test/
H A Daddr_hash.hpp12 static size_t const table_size = 1000; member
17 h1 = rl::hash_ptr(p1, table_size); in before()
19 h2 = rl::hash_ptr(p2, table_size); in before()
30 assert(h1 == rl::hash_ptr(p1, table_size)); in thread()
31 assert(h2 == rl::hash_ptr(p2, table_size)); in thread()
32 assert(rl::hash_ptr(&index, table_size) == rl::hash_ptr(&index,table_size)); in thread()
33 assert(rl::hash_ptr(0, table_size) == rl::hash_ptr(0, table_size)); in thread()
41 static size_t const table_size = 4; member
42 std::atomic<int> table [table_size];
46 for (size_t i = 0; i != table_size; i += 1) in before()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A Dwmldbcreate.c266 header.num_items = header.table_size;
275 header.num_items = header.table_size;
284 header.num_items = header.table_size;
293 header.num_items = header.table_size;
302 header.num_items = header.table_size;
311 header.num_items = header.table_size;
319 fwrite (ptr, header.table_size, 1, bfile);
343 header.table_size = sizeof(key_table_vec);
357 fwrite (table, header.table_size, 1, bfile);
605 fwrite (ptr, header.table_size, 1, bfile);
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dtable.h2111 , table_size(src.table_size)
2268 table_size = m.table_size;
2460 std::swap(table_size, v.table_size);
3191 size_type(this->table_size[1]) * this->table_size[2];
3204 size_type(this->table_size[1]) * this->table_size[2];
3274 size_type(this->table_size[1]) * this->table_size[2] * this->table_size[3];
3287 size_type(this->table_size[1]) * this->table_size[2] * this->table_size[3];
3611 size_type(this->table_size[1]) * this->table_size[2] * this->table_size[3] *
3612 this->table_size[4] * this->table_size[5] * this->table_size[6];
3625 size_type(this->table_size[1]) * this->table_size[2] * this->table_size[3] *
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/brotli/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/archivers/py-brotli/Brotli-1.0.9/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/archivers/brotli/brotli-1.0.9/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dhuffman.go408 var table_size int
492 var table_size int
509 total_size = table_size
541 copy(table[table_size:], table[:uint(table_size)])
542 table_size <<= 1
595 table_size = 2
608 table_size = 4
627 table_size = 4
644 table_size = 8
648 copy(table[table_size:], table[:uint(table_size)])
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dhuffman.go408 var table_size int
492 var table_size int
509 total_size = table_size
541 copy(table[table_size:], table[:uint(table_size)])
542 table_size <<= 1
595 table_size = 2
608 table_size = 4
627 table_size = 4
644 table_size = 8
648 copy(table[table_size:], table[:uint(table_size)])
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/www/firefox/firefox-99.0/modules/brotli/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c198 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
199 total_size = table_size; in BrotliBuildHuffmanTable()
205 table_size = 1 << table_bits; in BrotliBuildHuffmanTable()
227 table_size <<= 1; in BrotliBuildHuffmanTable()
238 table += table_size; in BrotliBuildHuffmanTable()
265 uint32_t table_size = 1; in BrotliBuildSimpleHuffmanTable() local
279 table_size = 2; in BrotliBuildSimpleHuffmanTable()
291 table_size = 4; in BrotliBuildSimpleHuffmanTable()
308 table_size = 4; in BrotliBuildSimpleHuffmanTable()
325 table_size = 8; in BrotliBuildSimpleHuffmanTable()
[all …]

12345678910>>...192