Home
last modified time | relevance | path

Searched refs:pz (Results 1 – 25 of 64) sorted by last modified time

123

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h525 DAPL_PZ *pz; member
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4209 zs_pset_zone_t *pz, *cpz, *foundpz; in zsd_usage_filter() local
4298 pz = (zs_pset_zone_t *)(start + size); in zsd_usage_filter()
4302 *pz = *foundpz; in zsd_usage_filter()
4305 pz->zspz_cpu_usage); in zsd_usage_filter()
4307 pset->zsp_usage_zones = pz->zspz_cpu_usage; in zsd_usage_filter()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S43 ! long *pf = (long *) &f, *pz = (long *) &z;
96 ! pz[0] = intz; /* store as a double (z) */
97 ! pz[1] = 0; /* ...lower */
226 /*9*/ fand %f0,%f54,%f0 !pz[0] = intz = (intf + 0x00008000) & 0x7fff0000 (again)
314 /*33*/ fand %f0,%f54,%f0 !pz[0] = intz = (intf + 0x00008000) & 0x7fff0000 (again)
395 fand %f0,%f54,%f0 !pz[0] = intz = (intf + 0x00008000) & 0x7fff0000 (again)
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c49 int *pz = (int *) &z; in __vatanf() local
109 pz[0] = intz; /* store as a float (z) */ in __vatanf()
178 pz[0] = intz; /* store as a float (z) */ in __vatanf()
248 pz[0] = intz; /* store as a float (z) */ in __vatanf()
321 pz[0] = intz; /* store as a float (z) */ in __vatanf()
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h56 #define DAT_LMR_CREATE(ia, mem_type, reg_desc, len, pz, priv,\ argument
63 (pz),\
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c208 if( pz==0 || *pz==0 ) return; in sqliteStrRealloc()
212 sqliteFree(*pz); in sqliteStrRealloc()
213 *pz = 0; in sqliteStrRealloc()
216 sqliteFree(*pz); in sqliteStrRealloc()
217 *pz = zNew; in sqliteStrRealloc()
346 sqliteFree(*pz); in sqliteSetString()
361 fprintf(stderr,"string at 0x%x is %s\n", (int)*pz, *pz); in sqliteSetString()
382 va_start(ap, pz); in sqliteSetNString()
389 sqliteFree(*pz); in sqliteSetNString()
392 va_start(ap, pz); in sqliteSetNString()
[all …]
H A Dbuild.c612 char *z, **pz; in sqliteAddColumnType() local
618 pz = &pCol->zType; in sqliteAddColumnType()
621 z = *pz; in sqliteAddColumnType()
647 char **pz; in sqliteAddDefaultValue() local
651 pz = &p->aCol[i].zDflt; in sqliteAddDefaultValue()
657 sqliteDequote(*pz); in sqliteAddDefaultValue()
1860 if( *pz==0 ){ in sqliteIdListAppend()
1864 sqliteDequote(*pz); in sqliteIdListAppend()
1925 if( *pz==0 ){ in sqliteSrcListAppend()
1929 sqliteDequote(*pz); in sqliteSrcListAppend()
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D_Qp_uxtoq.c33 _Qp_uxtoq(union longdouble *pz, unsigned long x) in _Qp_uxtoq() argument
H A D_Qp_xtoq.c33 _Qp_xtoq(union longdouble *pz, long x) in _Qp_xtoq() argument
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dquad.h42 #define Z (*pz)
H A D_Q_sqrt.c81 _Qp_sqrt(union longdouble *pz, const union longdouble *x) in _Qp_sqrt() argument
H A D_Q_stoq.c35 _Qp_stoq(union longdouble *pz, float x) in _Qp_stoq() argument
H A D_Q_sub.c35 _Qp_sub(union longdouble *pz, const union longdouble *ox, in _Qp_sub() argument
H A D_Q_utoq.c35 _Qp_uitoq(union longdouble *pz, unsigned int x) in _Qp_uitoq() argument
H A D_Q_itoq.c35 _Qp_itoq(union longdouble *pz, int x) in _Qp_itoq() argument
H A D_Q_mul.c71 _Qp_mul(union longdouble *pz, const union longdouble *x, in _Qp_mul() argument
H A D_Q_neg.c35 _Qp_neg(union longdouble *pz, const union longdouble *x) in _Qp_neg() argument
H A D_Q_add.c35 _Qp_add(union longdouble *pz, const union longdouble *ox, in _Qp_add() argument
H A D_Q_div.c89 _Qp_div(union longdouble *pz, const union longdouble *x, in _Qp_div() argument
H A D_Q_dtoq.c35 _Qp_dtoq(union longdouble *pz, double x) in _Qp_dtoq() argument
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_jac.c102 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_jac2aff()
108 if (mp_cmp_d(pz, 1) == 0) { in ec_GFp_pt_jac2aff()
131 return mp_cmp_z(pz); in ec_GFp_pt_is_inf_jac()
137 ec_GFp_pt_set_inf_jac(mp_int *px, mp_int *py, mp_int *pz) in ec_GFp_pt_set_inf_jac() argument
139 mp_zero(pz); in ec_GFp_pt_set_inf_jac()
173 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_add_jac_aff()
180 MP_CHECKOK(mp_copy(pz, rz)); in ec_GFp_pt_add_jac_aff()
185 MP_CHECKOK(group->meth->field_sqr(pz, &A, group->meth)); in ec_GFp_pt_add_jac_aff()
255 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_dbl_jac()
260 if (mp_cmp_d(pz, 1) == 0) { in ec_GFp_pt_dbl_jac()
[all …]
H A Decp_jm.c62 ec_GFp_pt_dbl_jm(const mp_int *px, const mp_int *py, const mp_int *pz, in ec_GFp_pt_dbl_jm() argument
79 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_dbl_jm()
93 MP_CHECKOK(group->meth->field_mul(py, pz, S, group->meth)); in ec_GFp_pt_dbl_jm()
132 ec_GFp_pt_add_jm_aff(const mp_int *px, const mp_int *py, const mp_int *pz, in ec_GFp_pt_add_jm_aff() argument
153 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_add_jm_aff()
164 MP_CHECKOK(mp_copy(pz, rz)); in ec_GFp_pt_add_jm_aff()
170 MP_CHECKOK(group->meth->field_sqr(pz, A, group->meth)); in ec_GFp_pt_add_jm_aff()
171 MP_CHECKOK(group->meth->field_mul(A, pz, B, group->meth)); in ec_GFp_pt_add_jm_aff()
184 MP_CHECKOK(group->meth->field_mul(pz, C, rz, group->meth)); in ec_GFp_pt_add_jm_aff()
H A Decp.h91 const mp_int *pz, mp_int *rx, mp_int *ry,
97 const mp_int *pz);
101 mp_err ec_GFp_pt_set_inf_jac(mp_int *px, mp_int *py, mp_int *pz);
106 const mp_int *pz, const mp_int *qx,
112 const mp_int *pz, mp_int *rx, mp_int *ry,
H A Dec2.h100 const mp_int *pz, mp_int *rx, mp_int *ry,
106 const mp_int *pz);
110 mp_err ec_GF2m_pt_set_inf_proj(mp_int *px, mp_int *py, mp_int *pz);
115 const mp_int *pz, const mp_int *qx,
121 const mp_int *pz, mp_int *rx, mp_int *ry,
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1709 zs_pset_zone_t *pz; in zonestat_print_pset() local
1740 for (pz = zs_pset_zone_first(pset); pz != NULL; in zonestat_print_pset()
1741 pz = zs_pset_zone_next(pset, pz)) { in zonestat_print_pset()
1742 zone = zs_pset_zone_get_zone(pz); in zonestat_print_pset()
1807 pz = g_pz_list[i]; in zonestat_print_pset()
1808 zone = zs_pset_zone_get_zone(pz); in zonestat_print_pset()
1849 pz = g_pz_list[i]; in zonestat_print_pset()
1850 zone = zs_pset_zone_get_zone(pz); in zonestat_print_pset()
1866 used = zs_pset_zone_used_cpus(pz); in zonestat_print_pset()
1867 zs_pset_zone_used_time(pz, &ts); in zonestat_print_pset()
[all …]

123