Searched refs:CFBasicHashGetCapacity (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBasicHash.c730 CF_PRIVATE CFIndex CFBasicHashGetCapacity(CFConstBasicHashRef ht) { function
1277 if (CFBasicHashGetCapacity(ht) < ht->bits.used_buckets + 1) {
1440 if (CFBasicHashGetCapacity(ht) < ht->bits.used_buckets + 1) {
1506 CFStringAppendFormat(result, NULL, CFSTR("%@num bucket index = %d, num buckets = %ld, capacity = %ld, num buckets used = %u,\n"), prefix, ht->bits.num_buckets_idx, CFBasicHashGetNumBuckets(ht), (long)CFBasicHashGetCapacity(ht), ht->bits.used_buckets);
H A DCFBasicHash.h113 CFIndex CFBasicHashGetCapacity(CFConstBasicHashRef ht);

Completed in 180 milliseconds