Home
last modified time | relevance | path

Searched refs:hash_table_size (Results 151 – 175 of 408) sorted by relevance

12345678910>>...17

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/ld/
H A Dld.h252 bfd_size_type hash_table_size; member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/sphinxbase/
H A Dhash_table.h179 #define hash_table_size(h) ((h)->size) macro
/dports/devel/djgpp-binutils/binutils-2.17/ld/
H A Dld.h272 bfd_size_type hash_table_size; member
/dports/audio/sphinxbase/sphinxbase-0.8/include/sphinxbase/
H A Dhash_table.h179 #define hash_table_size(h) ((h)->size) macro
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dordered-hash-table.h438 int hash_table_size = capacity / kLoadFactor; in SizeFor() local
441 hash_table_size + chain_table_size; in SizeFor()
539 int hash_table_size = nof_buckets; in GetChainTableOffset() local
540 return DataTableStartOffset() + data_table_size + hash_table_size; in GetChainTableOffset()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/
H A Dld.h303 unsigned long hash_table_size; member
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/
H A Dld.h303 unsigned long hash_table_size; member
/dports/math/lis/lis-2.0.30/src/fortran/amg/
H A Dlis_m_solver_Gnumbering.F90328 & hash_table_size, global_local_hash_table, aggregate_table_size, & argument
624 & hash_table_size, global_local_hash_table, position, position_dbl, &
640 & recv_buf_dbl(m:n), hash_table_size, global_local_hash_table, position, &
730 & hash_table_size, global_local_hash_table, position, &
772 INTEGER(kind=kint) , INTENT(in) :: hash_table_size local
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip.c892 uint32_t hash_table_size; in reset_match_history() local
894 hash_table_size = 2 * (state->hash_mask + 1); in reset_match_history()
914 if (hash_table_size <= sizeof(wchar_t)) in reset_match_history()
915 hash_table_size = sizeof(wchar_t); in reset_match_history()
922 hash_table_size / sizeof(wchar_t)); in reset_match_history()
934 hash_table_size / sizeof(wchar_t)); in reset_match_history()
937 memset(hash_table, 0, hash_table_size); in reset_match_history()
940 for (i = 0; i < hash_table_size / 2; i++) { in reset_match_history()
/dports/games/crafty/crafty-25.2_1/
H A Doption.c865 size_t old_hash_size = hash_table_size, new_hash_size; in Option()
878 hash_table_size = ((1ull) << MSB(new_hash_size)) / 16; in Option()
880 hash_table_size * sizeof(HASH_ENTRY)); in Option()
885 hash_mask = (hash_table_size - 1) & ~3; in Option()
888 DisplayKMB(hash_table_size * sizeof(HASH_ENTRY), 1)); in Option()
889 Print(32, " (%s entries).\n", DisplayKMB(hash_table_size, 1)); in Option()
890 InitializeHashTables(old_hash_size != hash_table_size); in Option()
1069 Print(32, "hash table memory = %s bytes", DisplayKMB(hash_table_size * 64, in Option()
1071 Print(32, " (%s entries).\n", DisplayKMB(hash_table_size * 5, 0)); in Option()
H A Ddata.h235 extern size_t hash_table_size;
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dbroad_phase_2d_hash_grid.h162 uint32_t hash_table_size; variable
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dbroad_phase_2d_hash_grid.h162 uint32_t hash_table_size; variable
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dbroad_phase_2d_hash_grid.h163 uint32_t hash_table_size; variable
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dbroad_phase_2d_hash_grid.h163 uint32_t hash_table_size; variable
/dports/databases/gigabase/gigabase/
H A Dwwwapi.cpp506 hash_code %= hash_table_size; in addPair()
555 for (nvp = hash_table[hash_code % hash_table_size]; in get()
591 hash_code %= hash_table_size; in WWWapi()
665 for (dispatcher* disp = hash_table[hash_code % hash_table_size]; in dispatch()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dsgen-old-bridge.c658 static int num_registered_bridges, hash_table_size; variable
695 hash_table_size = hash_table.num_entries; in processing_build_callback_data()
881 num_registered_bridges, hash_table_size, dyn_array_scc_size (&sccs), in processing_after_callback()
H A Dsgen-new-bridge.c745 static int num_registered_bridges, hash_table_size; variable
782 hash_table_size = hash_table.num_entries; in processing_build_callback_data()
1043 num_registered_bridges, hash_table_size, dyn_array_scc_size (&sccs), in processing_after_callback()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/orangefs/
H A Ddevorangefs-req.c50 int index = hash_func(op->tag, hash_table_size); in orangefs_devreq_add_op()
64 index = hash_func(tag, hash_table_size); in orangefs_devreq_remove_op()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/orangefs/
H A Ddevorangefs-req.c50 int index = hash_func(op->tag, hash_table_size); in orangefs_devreq_add_op()
64 index = hash_func(tag, hash_table_size); in orangefs_devreq_remove_op()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/orangefs/
H A Ddevorangefs-req.c50 int index = hash_func(op->tag, hash_table_size); in orangefs_devreq_add_op()
64 index = hash_func(tag, hash_table_size); in orangefs_devreq_remove_op()
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A DDES_bs_hash_checking_kernel.cl20 #define HASH_TABLE_SIZE hash_chk_params.hash_table_size
/dports/devel/m4/m4-1.4.19/src/
H A Dm4.h127 extern size_t hash_table_size; /* -H */
/dports/benchmarks/py-naarad/naarad-1.0.15/examples/logs/
H A Dbuffer.out7 2012-03-30T22:34:30 hash_table_size used_cells bufs_in_node_heap hash_searches_s non_hash_searches_s
/dports/devel/etl/synfig-1.2.2/synfig-osx/launcher/
H A Dx-hash.c197 X_PFX (hash_table_size) (x_hash_table *h) in X_PFX() argument

12345678910>>...17