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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c178 typedef struct hash_bucket_type { struct
185 } hash_bucket_type; typedef in typeref:struct:hash_bucket_type
188 hash_bucket_type **buckets;
441 class_hash->buckets = (hash_bucket_type **)
442 calloc(MAX_HASH_ENTRIES / HASH_ROW_SIZE, sizeof(hash_bucket_type *));
458 hash_bucket_type *bucket = GET_BUCKET(class_hash, i);
479 static hash_bucket_type *
488 class_hash->buckets[row] = (hash_bucket_type*)
489 calloc(HASH_ROW_SIZE, sizeof(hash_bucket_type));
552 hash_bucket_type *bucke
[all...]

Completed in 841 milliseconds