Home
last modified time | relevance | path

Searched refs:pfc (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c486 gx_matrix_to_fixed_coeff(const gs_matrix *pmat, register fixed_coeff *pfc, in gx_matrix_to_fixed_coeff() argument
492 pfc->skewed = 0; in gx_matrix_to_fixed_coeff()
499 pfc->skewed = 1; in gx_matrix_to_fixed_coeff()
504 pfc->skewed = 1; in gx_matrix_to_fixed_coeff()
513 { pfc->shift = shift; in gx_matrix_to_fixed_coeff()
514 pfc->round = (fixed)1 << (shift - 1); in gx_matrix_to_fixed_coeff()
517 { pfc->shift = 0; in gx_matrix_to_fixed_coeff()
518 pfc->round = 0; in gx_matrix_to_fixed_coeff()
521 pfc->xx = (((*(long *)(&(ctm.xx)) << 1) == 0) ? 0 : (long)ldexp(ctm.xx, scale)); in gx_matrix_to_fixed_coeff()
522 pfc->yy = (((*(long *)(&(ctm.yy)) << 1) == 0) ? 0 : (long)ldexp(ctm.yy, scale)); in gx_matrix_to_fixed_coeff()
[all …]
/openbsd-src/usr.sbin/npppd/npppd/
H A Dlcp.c400 if (!psm_opt_is_rejected(_this, pfc)) { in lcp_addci()
403 psm_opt_set_requested(_this, pfc, 1); in lcp_addci()
498 LCP_OPT_PEER_ACCEPTED(pfc); in lcp_reqci()
533 psm_peer_opt_set_accepted(&f->ppp->lcp, pfc, 0); in lcp_reqci()
621 LCP_OPT_ACCEPTED(pfc); in lcp_ackci()
759 LCP_OPT_REJECTED(pfc); in lcp_nakci()
866 LCP_OPT_REJECTED(pfc); in lcp_rejci()
1125 psm_opt_set_rejected(_this, pfc, 1); in lcp_dialin_proxy()
1220 LCP_OPT_PEER_ACCEPTED(pfc); in lcp_proxy_recv_ci()
1323 LCP_OPT_ACCEPTED(pfc); in lcp_proxy_sent_ci()
H A Dppp.c783 if (!psm_opt_is_accepted(&_this->lcp, pfc)) {
979 psm_peer_opt_is_accepted(&_this->lcp, pfc)) {
1039 if (proto <= 0xff && psm_peer_opt_is_accepted(&_this->lcp, pfc))
H A Dppp.h236 uint8_t pfc; member
H A Dnpppd.c996 if (psm_peer_opt_is_accepted(&ppp->lcp, pfc)) in pipex_setup_common()
998 if (psm_opt_is_accepted(&ppp->lcp, pfc)) in pipex_setup_common()