Lines Matching full:present
108 bool* collision, bool* present, hash_t* hash) {
111 *present = cookie & BasicHashtable<TKey, TEntry>::Bucket::PRESENT;
162 bool collision, present;
164 BasicHashtableTest::cookieAt(h, i, &collision, &present, &hash);
165 if (present) {
168 ALOGD(" [%3u] = collision=%d, present=%d, hash=0x%08x, key=%3d, value=%3d, "
170 i, collision, present, hash, key, value, hash_type(key));
172 ALOGD(" [%3u] = collision=%d, present=%d",
173 i, collision, present);