Lines Matching refs:mods
298 swapl(&out->mods.base_mods);
299 swapl(&out->mods.latched_mods);
300 swapl(&out->mods.locked_mods);
301 swapl(&out->mods.effective_mods);
333 assert(out->mods.base_mods == in->mods.base);
334 assert(out->mods.latched_mods == in->mods.latched);
335 assert(out->mods.locked_mods == in->mods.locked);
336 assert(out->mods.effective_mods == in->mods.effective);
441 in.mods.base = 9;
442 in.mods.latched = 10;
443 in.mods.locked = 11;
444 in.mods.effective = 11;
534 in.mods.base = 1L;
536 in.mods.base = 1L << 8;
538 in.mods.base = 1L << 16;
540 in.mods.base = 1L << 24;
542 in.mods.base = ~0L;
545 in.mods.latched = 1L;
547 in.mods.latched = 1L << 8;
549 in.mods.latched = 1L << 16;
551 in.mods.latched = 1L << 24;
553 in.mods.latched = ~0L;
556 in.mods.locked = 1L;
558 in.mods.locked = 1L << 8;
560 in.mods.locked = 1L << 16;
562 in.mods.locked = 1L << 24;
564 in.mods.locked = ~0L;
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;