Searched refs:opleft (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sbin/dhclient/
H A Doptions.c631 int i, j, k, opleft = sizeof(optbuf); local
737 opleft--;
744 snprintf(op, opleft,
747 opleft -= 4;
756 opleft -= 2;
759 opleft--;
764 opleft--;
771 opcount = strlcpy(op, inet_ntoa(foo), opleft);
772 if (opcount >= opleft)
774 opleft
[all...]
H A Ddhclient.c2691 int opleft = sizeof(optbuf); local
2700 snprintf(op, opleft, "\\%03o", *dp);
2702 opleft -= 4;
2708 opleft -= 2;
2711 opleft--;
2714 if (opleft < 1)
/freebsd-11.0-release/contrib/gcc/
H A Dsimplify-rtx.c1496 rtx tem, reversed, opleft, opright;
2015 opleft = op1;
2021 opleft = op0;
2024 if (GET_CODE (opleft) == ASHIFT && GET_CODE (opright) == LSHIFTRT
2025 && rtx_equal_p (XEXP (opleft, 0), XEXP (opright, 0))
2026 && GET_CODE (XEXP (opleft, 1)) == CONST_INT
2028 && (INTVAL (XEXP (opleft, 1)) + INTVAL (XEXP (opright, 1))
2030 return gen_rtx_ROTATE (mode, XEXP (opright, 0), XEXP (opleft, 1));
2035 if (GET_CODE (opleft) == SUBREG
2036 && GET_CODE (SUBREG_REG (opleft))
1489 rtx tem, reversed, opleft, opright; local
[all...]

Completed in 40 milliseconds