Lines Matching refs:mods
297 swapl(&out->mods.base_mods, n);
298 swapl(&out->mods.latched_mods, n);
299 swapl(&out->mods.locked_mods, n);
300 swapl(&out->mods.effective_mods, n);
327 g_assert(out->mods.base_mods == in->mods.base);
328 g_assert(out->mods.latched_mods == in->mods.latched);
329 g_assert(out->mods.locked_mods == in->mods.locked);
330 g_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;
535 in.mods.base = 1L;
537 in.mods.base = 1L << 8;
539 in.mods.base = 1L << 16;
541 in.mods.base = 1L << 24;
543 in.mods.base = ~0L;
546 in.mods.latched = 1L;
548 in.mods.latched = 1L << 8;
550 in.mods.latched = 1L << 16;
552 in.mods.latched = 1L << 24;
554 in.mods.latched = ~0L;
557 in.mods.locked = 1L;
559 in.mods.locked = 1L << 8;
561 in.mods.locked = 1L << 16;
563 in.mods.locked = 1L << 24;
565 in.mods.locked = ~0L;
568 in.mods.effective = 1L;
570 in.mods.effective = 1L << 8;
572 in.mods.effective = 1L << 16;
574 in.mods.effective = 1L << 24;
576 in.mods.effective = ~0L;
595 in.mods.effective = 1;
597 in.mods.effective = ~0 & 0xFF;