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

/freebsd-9.3-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.c2642 int opleft = sizeof(optbuf); local
2651 snprintf(op, opleft, "\\%03o", *dp);
2653 opleft -= 4;
2659 opleft -= 2;
2662 opleft--;
2665 if (opleft < 1)
/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c1493 rtx tem, reversed, opleft, opright;
2012 opleft = op1;
2018 opleft = op0;
2021 if (GET_CODE (opleft) == ASHIFT && GET_CODE (opright) == LSHIFTRT
2022 && rtx_equal_p (XEXP (opleft, 0), XEXP (opright, 0))
2023 && GET_CODE (XEXP (opleft, 1)) == CONST_INT
2025 && (INTVAL (XEXP (opleft, 1)) + INTVAL (XEXP (opright, 1))
2027 return gen_rtx_ROTATE (mode, XEXP (opright, 0), XEXP (opleft, 1));
2032 if (GET_CODE (opleft) == SUBREG
2033 && GET_CODE (SUBREG_REG (opleft))
1486 rtx tem, reversed, opleft, opright; local
[all...]

Completed in 66 milliseconds