Searched refs:CI_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
244 #define CI_HASH_SIZE 64 macro245 #define CI_HASH_MASK (CI_HASH_SIZE - 1);253 static contract_bucket_t contract_hash[CI_HASH_SIZE];312 for (i = 0; i < CI_HASH_SIZE; i++) in contract_hash_init()