Lines Matching refs:effective
336 assert(out->mods.effective_mods == in->mods.effective);
341 assert(out->group.effective_group == in->group.effective);
444 in.mods.effective = 11;
448 in.group.effective = 15;
567 in.mods.effective = 1L;
569 in.mods.effective = 1L << 8;
571 in.mods.effective = 1L << 16;
573 in.mods.effective = 1L << 24;
575 in.mods.effective = ~0L;
594 in.mods.effective = 1;
596 in.mods.effective = ~0 & 0xFF;