Lines Matching defs:heads
1387 int heads, int or)
1393 entry->heads = heads;
1408 entry->heads = (conn >> 8) & 0xf;
1542 entry->hashm = (entry->heads << 8) | (link << 6) | entry->or;
1575 entry->heads = ((conn & 0x001c0000) >> 18) + 1;
1576 entry->or = entry->heads; /* same as heads, hopefully safe enough */
1622 /* merge heads field when all other fields the same */
1629 ient->heads |= jent->heads;