Searched refs:SlotWeight (Results 1 – 1 of 1) sorted by relevance
92 const unsigned SlotWeight = 8; in setWeight() local93 const unsigned MaskWeight = SlotWeight - 1; in setWeight()100 if (Key == 0 || Units == 0 || (SlotWeight * s >= 32)) in setWeight()105 Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz); in setWeight()