Searched refs:maxmode (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.sbin/mtree/
H A Dcreate.c296 u_short maxgid, maxuid, maxmode, maxflags; local
312 maxuid = maxgid = maxmode = maxflags = 0;
316 if (smode < MAXMODE && ++m[smode] > maxmode) {
318 maxmode = m[smode];
/freebsd-10.0-release/contrib/gcc/
H A Dexpmed.c649 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3);
669 || GET_MODE_SIZE (GET_MODE (op0)) > GET_MODE_SIZE (maxmode))
671 = get_best_mode (bitsize, bitnum, MEM_ALIGN (op0), maxmode,
707 xop0 = gen_rtx_SUBREG (maxmode, SUBREG_REG (xop0), SUBREG_BYTE (xop0));
708 if (REG_P (xop0) && GET_MODE (xop0) != maxmode)
709 xop0 = gen_rtx_SUBREG (maxmode, xop0, 0);
720 xbitpos += GET_MODE_BITSIZE (maxmode) - unit;
722 unit = GET_MODE_BITSIZE (maxmode);
724 /* Convert VALUE to maxmode (which insv insn wants) in VALUE1. */
726 if (GET_MODE (value) != maxmode)
648 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3); local
1404 enum machine_mode maxmode = mode_for_extraction (EP_extzv, 0); local
1541 enum machine_mode maxmode = mode_for_extraction (EP_extv, 0); local
[all...]
/freebsd-10.0-release/sys/cam/ata/
H A Data_all.c577 ata_max_mode(struct ata_params *ap, int maxmode) argument
580 if (maxmode == 0)
581 maxmode = ATA_DMA_MAX;
582 if (maxmode >= ATA_UDMA0 && ata_max_umode(ap) > 0)
583 return (min(maxmode, ata_max_umode(ap)));
584 if (maxmode >= ATA_WDMA0 && ata_max_wmode(ap) > 0)
585 return (min(maxmode, ata_max_wmode(ap)));
586 return (min(maxmode, ata_max_pmode(ap)));
H A Data_all.h135 int ata_max_mode(struct ata_params *ap, int maxmode);
/freebsd-10.0-release/contrib/mtree/
H A Dcreate.c340 u_short maxgid, maxuid, maxmode, maxflags; local
360 maxuid = maxgid = maxmode = maxflags = 0;
365 if (smode < MTREE_MAXMODE && ++m[smode] > maxmode) {
367 maxmode = m[smode];

Completed in 123 milliseconds