Searched defs:HASH_TABLE_SIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c168 #define HASH_TABLE_SIZE 503 macro
444 calloc(HASH_TABLE_SIZE, sizeof(unsigned short));
558 pID = &(class_hash->table[hash % HASH_TABLE_SIZE]);
617 pID = &(class_hash->table[hash % HASH_TABLE_SIZE]);

Completed in 47 milliseconds