/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | Makefile | 30 CStyle.py \ 31 Cddl.py \ 32 CmtBlk.py \ 33 Comments.py \ 34 Copyright.py \ 35 DbLookups.py \ 36 HdrChk.py \ 37 JStyle.py \ 38 Keywords.py \ 39 Mapfile.py \ [all...] |
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | Makefile | 30 __init__.py \ 31 Backup.py \ 32 Version.py \ 33 WorkSpace.py 35 PYOBJS = $(PYSRCS:%.py=%.pyc)
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wsyncdn.c | 52 int y, py; local 59 for (py = w->_begy - p->_begy, y = 0; y < w->_maxy; ++y, ++py) { 60 if (0 <= p->_last[py]) { 61 w->_first[y] = p->_first[py] - w->_begx; 62 w->_last[y] = p->_last[py] - w->_begx;
|
H A D | wsyncup.c | 62 int y, py; local 67 for (py = w->_begy - p->_begy, y = 0; y < w->_maxy; ++y, ++py) { 69 p->_first[py] = w->_begx + w->_first[y]; 70 p->_last[py] = w->_begx + w->_last[y];
|
/osnet-11/usr/src/lib/pyzfs/ |
H A D | Makefile.com | 29 PYSRCS= __init__.py util.py dataset.py \ 30 allow.py unallow.py help.py \ 31 userspace.py groupspace.py holds.py table.py [all...] |
/osnet-11/usr/src/lib/nsswitch/pynss/ |
H A D | Makefile.com | 29 PYSRCS= __init__.py dns.py files.py ldap.py messages.py \ 30 nis.py nscd.py nssbase.py nsswitch.py 38 PYOBJS= $(PYSRCS:%.py [all...] |
/osnet-11/usr/src/tools/onbld/hgext/ |
H A D | Makefile | 30 __init__.py \ 31 cdm.py 37 # An exception to this is cdm.py, which is typically loaded using an 41 # it to be overwritten, causing packaging noise. Logic within cdm.py 45 PYSRC2 = $(PYSRCS:cdm.py=) 46 PYOBJS = $(PYSRC2:%.py=%.pyc)
|
/osnet-11/usr/src/lib/rad/pyrad/ |
H A D | Makefile.com | 26 PYSRCS= __init__.py client.py recordmarking.py util.py 36 PYOBJS = $(PYSRCS:%.py=$(SRCDIR)/%.pyc) 37 PYFILES = $(PYSRCS) $(PYSRCS:%.py=%.pyc)
|
H A D | Makefile | 30 common/client.py \ 31 common/recordmarking.py \ 32 common/util.py
|
/osnet-11/usr/src/lib/rad/pysmf/ |
H A D | Makefile.com | 25 PYSRCS= __init__.py rad.py fmri.py 35 PYOBJS = $(PYSRCS:%.py=$(SRCDIR)/%.pyc) 36 PYFILES = $(PYSRCS) $(PYSRCS:%.py=%.pyc)
|
H A D | Makefile | 29 MSGFILES = common/rad.py common/fmri.py
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wsyncdn.c | 49 int y, py; local 56 for (py = w->_begy - p->_begy, y = 0; y < w->_maxy; ++y, ++py) { 57 if (0 <= p->_last[py]) { 58 w->_first[y] = p->_first[py] - w->_begx; 59 w->_last[y] = p->_last[py] - w->_begx;
|
H A D | wsyncup.c | 63 int y, py; local 72 for (py = w->_begy - p->_begy, y = 0; y < w->_maxy; ++y, ++py) { 74 p->_first[py] = w->_begx + w->_first[y]; 75 p->_last[py] = w->_begx + w->_last[y]; 86 int y, py; local
|
H A D | mvwin.c | 96 mvderwin(w, py, px) 98 int py, px; 104 __m_trace("mvderwin(%p, %d, %d)", w, py, px); 113 py += parent->_begy; 116 code = mvwin(w, py, px);
|
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ecp.h | 52 /* Checks if point P(px, py) is at infinity. Uses affine coordinates. */ 53 mp_err ec_GFp_pt_is_inf_aff(const mp_int *px, const mp_int *py); 55 /* Sets P(px, py) to be the point at infinity. Uses affine coordinates. */ 56 mp_err ec_GFp_pt_set_inf_aff(mp_int *px, mp_int *py); 58 /* Computes R = P + Q where R is (rx, ry), P is (px, py) and Q is (qx, 60 mp_err ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py, 65 mp_err ec_GFp_pt_sub_aff(const mp_int *px, const mp_int *py, 70 mp_err ec_GFp_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, 74 mp_err ec_GFp_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group); 77 /* Computes R = nP where R is (rx, ry) and P is (px, py) [all...] |
H A D | ec2.h | 52 /* Checks if point P(px, py) is at infinity. Uses affine coordinates. */ 53 mp_err ec_GF2m_pt_is_inf_aff(const mp_int *px, const mp_int *py); 55 /* Sets P(px, py) to be the point at infinity. Uses affine coordinates. */ 56 mp_err ec_GF2m_pt_set_inf_aff(mp_int *px, mp_int *py); 58 /* Computes R = P + Q where R is (rx, ry), P is (px, py) and Q is (qx, 60 mp_err ec_GF2m_pt_add_aff(const mp_int *px, const mp_int *py, 65 mp_err ec_GF2m_pt_sub_aff(const mp_int *px, const mp_int *py, 70 mp_err ec_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, 74 mp_err ec_GF2m_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group); 78 /* Computes R = nP where R is (rx, ry) and P is (px, py) [all...] |
H A D | ec2_aff.c | 54 /* Checks if point P(px, py) is at infinity. Uses affine coordinates. */ 56 ec_GF2m_pt_is_inf_aff(const mp_int *px, const mp_int *py) argument 59 if ((mp_cmp_z(px) == 0) && (mp_cmp_z(py) == 0)) { 67 /* Sets P(px, py) to be the point at infinity. Uses affine coordinates. */ 69 ec_GF2m_pt_set_inf_aff(mp_int *px, mp_int *py) argument 72 mp_zero(py); 79 ec_GF2m_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, argument 93 if (ec_GF2m_pt_is_inf_aff(px, py) == 0) { 102 MP_CHECKOK(mp_copy(py, ry)); 106 /* if px != qx, then lambda = (py 161 ec_GF2m_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument 181 ec_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument 192 ec_GF2m_pt_mul_aff(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument 285 ec_GF2m_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group) argument [all...] |
H A D | ecp_aff.c | 58 /* Checks if point P(px, py) is at infinity. Uses affine coordinates. */ 60 ec_GFp_pt_is_inf_aff(const mp_int *px, const mp_int *py) argument 63 if ((mp_cmp_z(px) == 0) && (mp_cmp_z(py) == 0)) { 71 /* Sets P(px, py) to be the point at infinity. Uses affine coordinates. */ 73 ec_GFp_pt_set_inf_aff(mp_int *px, mp_int *py) argument 76 mp_zero(py); 85 ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, argument 101 if (ec_GFp_pt_is_inf_aff(px, py) == 0) { 110 MP_CHECKOK(mp_copy(py, ry)); 114 /* if px != qx, then lambda = (py 171 ec_GFp_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument 192 ec_GFp_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument 205 ec_GFp_pt_mul_aff(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument 298 ec_GFp_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group) argument [all...] |
H A D | ecl.h | 102 const mp_int *py, mp_int *qx, mp_int *qy); 109 const mp_int *k2, const mp_int *px, const mp_int *py, 117 mp_int *py);
|
/osnet-11/usr/src/lib/rad/pykstat/ |
H A D | Makefile.com | 26 PYSRCS = __init__.py rad.py 36 PYOBJS = $(PYSRCS:%.py=$(SRCDIR)/%.pyc) 37 PYFILES = $(PYSRCS) $(PYSRCS:%.py=%.pyc)
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | wsyncdown.c | 53 int wy, px, py, endy; local 56 py = win->_pary; 66 pbch = par->_firstch + py; 67 pech = par->_lastch + py; 87 py += par->_pary;
|
H A D | wsyncup.c | 53 int wy, px, py, endy; local 57 py = win->_pary; 63 pbch = par->_firstch+ py; 64 pech = par->_lastch+ py;
|
/osnet-11/usr/src/lib/pylibbe/ |
H A D | Makefile.com | 29 PYSRCS = libbe.py 37 PYOBJS= $(PYSRCS:%.py=$(SRCDIR)/%.pyc) 38 PYFILES= $(PYSRCS) $(PYSRCS:%.py=%.pyc)
|
/osnet-11/usr/src/lib/pysolaris/ |
H A D | Makefile.com | 29 PYSRCS= __init__.py 36 PYOBJS= $(PYSRCS:%.py=$(SRCDIR)/%.pyc) 37 PYFILES= $(PYSRCS) $(PYSRCS:%.py=%.pyc)
|
/osnet-11/usr/src/tools/onbld/ |
H A D | Makefile | 35 __init__.py 37 PYOBJS = $(PYSRCS:%.py=%.pyc)
|