Home
last modified time | relevance | path

Searched refs:MAX_HASH (Results 1 – 25 of 40) sorted by relevance

12

/dports/multimedia/minisatip/minisatip-1.1.52/tests/
H A Dtest_utils.c62 #define MAX_HASH 100 macro
68 ASSERT(create_hash_table(&h, MAX_HASH - 10) == 0, in test_hash_table()
70 for (i = 0; i < MAX_HASH; i++) { in test_hash_table()
78 for (i = 1; i < MAX_HASH; i++) { in test_hash_table()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dhstring.cpp183 #define MAX_HASH (65536*2) macro
205 hash &= MAX_HASH - 1; in HashFunction()
212 int mHashes[MAX_HASH];
219 for (i=0;i<MAX_HASH;i++) in CHashHelper()
226 assert(hash>=0&&hash<MAX_HASH); in Add()
232 i=(i+1)&(MAX_HASH-1); in Add()
245 assert(mFindPtr>=0&&mFindPtr<MAX_HASH); in FindNext()
247 mFindPtr=(mFindPtr+1)&(MAX_HASH-1); in FindNext()
/dports/devel/p5-Devel-Leak/Devel-Leak-0.03/
H A DLeak.xs18 #define MAX_HASH 1009 macro
46 {unsigned hash = ((unsigned long) sv) % MAX_HASH; in lookup()
129 Newz(603, ht, MAX_HASH, hash_ptr); in note_used()
162 for (i = 0; i < MAX_HASH; i++) in check_used()
/dports/science/paje/Paje_1.97/Tracers/JRastro/src/
H A Dhash.c40 return (((int)key / 24 ) % MAX_HASH); in hash_value()
51 return (value % MAX_HASH); in hash_value_string()
59 return ((*value / 24 ) % MAX_HASH); in hash_value_int()
84 for(i=0; i < MAX_HASH; i++){ in hash_initialize()
97 for(i=0; i < MAX_HASH; i++){ in hash_finalize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-shield/source/model/
H A DProtectionGroupAggregation.cpp25 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
39 else if (hashCode == MAX_HASH) in GetProtectionGroupAggregationForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connect/source/model/
H A DStatistic.cpp24 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
35 else if (hashCode == MAX_HASH) in GetStatisticForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DAv1AdaptiveQuantization.cpp28 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
54 else if (hashCode == MAX_HASH) in GetAv1AdaptiveQuantizationForName()
H A DH265AdaptiveQuantization.cpp28 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
54 else if (hashCode == MAX_HASH) in GetH265AdaptiveQuantizationForName()
H A DH264AdaptiveQuantization.cpp29 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
59 else if (hashCode == MAX_HASH) in GetH264AdaptiveQuantizationForName()
H A DXavcAdaptiveQuantization.cpp29 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
59 else if (hashCode == MAX_HASH) in GetXavcAdaptiveQuantizationForName()
/dports/games/openjk/OpenJK-07675e2/code/Rufl/
H A Dhstring.cpp54 #define MAX_HASH 16384 // How Many Hash macro
66 typedef ratl::hash_pool<BLOCK_SIZE, MAX_HASH> TStrPool;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DH265AdaptiveQuantization.cpp27 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
51 else if (hashCode == MAX_HASH) in GetH265AdaptiveQuantizationForName()
H A DH264AdaptiveQuantization.cpp27 static const int MAX_HASH = HashingUtils::HashString("MAX"); variable
51 else if (hashCode == MAX_HASH) in GetH264AdaptiveQuantizationForName()
/dports/science/paje/Paje_1.97/Tracers/JRastro/include/
H A Dhash.h31 #define MAX_HASH 100 macro
49 hash_element_t hash[MAX_HASH];
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/lms/
H A DLMSContext.java5 import static org.bouncycastle.pqc.crypto.lms.LM_OTS.MAX_HASH;
49 byte[] Q = new byte[MAX_HASH + 2]; in getQ()
H A DLM_OTS.java16 static final int MAX_HASH = 32; field in LM_OTS
116 byte[] Q = new byte[MAX_HASH + 2]; in lm_ots_generate_signature()
/dports/games/powwow/powwow-1.2.17/
H A Dmain.h61 extern aliasnode *aliases[MAX_HASH];
70 extern varnode *named_vars[2][MAX_HASH];
H A Dlist.c115 return (h + (h >> LOG_MAX_HASH) + (h >> (2*LOG_MAX_HASH))) & (MAX_HASH-1); in __P2()
657 for (n = 0; n < MAX_HASH; n++) in __P2()
660 n = MAX_HASH; in __P2()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/mn10200/
H A Dinterp.c26 #define MAX_HASH 127 macro
40 struct hash_entry hash_table[MAX_HASH+1];
668 for (i = 0; i < MAX_HASH; i++)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/mn10200/
H A Dinterp.c26 #define MAX_HASH 127
40 struct hash_entry hash_table[MAX_HASH+1];
668 for (i = 0; i < MAX_HASH; i++)
/dports/security/snort3/snort3-3.1.19.0/src/flow/
H A Dexpect_cache.cc41 #define MAX_HASH 1021 macro
268 hash_table = new ZHash(-MAX_HASH, sizeof(FlowKey)); in ExpectCache()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_process_dict.c50 #define MAX_HASH 1342177280UL macro
869 if ((MAX_HASH - steps) <= HASH_RANGE(pd)) { in grow()
1086 ASSERT(HASH_RANGE(pd) <= MAX_HASH); in pd_check()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_process_dict.c50 #define MAX_HASH 1342177280UL macro
869 if ((MAX_HASH - steps) <= HASH_RANGE(pd)) { in grow()
1086 ASSERT(HASH_RANGE(pd) <= MAX_HASH); in pd_check()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_process_dict.c50 #define MAX_HASH 1342177280UL macro
869 if ((MAX_HASH - steps) <= HASH_RANGE(pd)) { in grow()
1086 ASSERT(HASH_RANGE(pd) <= MAX_HASH); in pd_check()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_process_dict.c50 #define MAX_HASH 1342177280UL macro
869 if ((MAX_HASH - steps) <= HASH_RANGE(pd)) { in grow()
1086 ASSERT(HASH_RANGE(pd) <= MAX_HASH); in pd_check()

12