Home
last modified time | relevance | path

Searched refs:lengthp (Results 1 – 25 of 47) sorted by relevance

12

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A D_times_power.c199 unsigned lengthx, lengthp; in _big_float_times_power() local
202 lengthp = (start[i])[tablepower[i] + 1] - (start[i])[tablepower[i]]; in _big_float_times_power()
222 printf(" step %d p operand length %d power %d \n", i, lengthp, tablepower[i]); in _big_float_times_power()
224 for (id = 0; id < lengthp; id++) { in _big_float_times_power()
243 if (lengthp == 1) { /* Special case - multiply by in _big_float_times_power()
260 …at_digits(pbf->bsignificand, (unsigned short *) &((table[i])[(start[i])[tablepower[i]]]), lengthp); in _big_float_times_power()
261 pbf->blength = lengthp; in _big_float_times_power()
292 canquit -= 3 + ((lengthx < lengthp) ? lengthx : lengthp); in _big_float_times_power()
294 pbf->bsignificand[lengthx + lengthp - 1] = 0; /* Only gets filled by in _big_float_times_power()
296 for (j = lengthx + lengthp - 2; j >= 0; j--) { in _big_float_times_power()
[all …]
/titanic_44/usr/src/lib/libc/port/fp/
H A D__x_power.c241 int lengthx, lengthp, istart, istop; in __big_float_times_power() local
381 lengthp = length[i]; in __big_float_times_power()
382 if (lengthp == 1) { in __big_float_times_power()
398 lengthp * sizeof (unsigned short)); in __big_float_times_power()
399 pbf->blength = lengthp; in __big_float_times_power()
411 pbf->bsignificand[lengthx + lengthp - 1] = 0; in __big_float_times_power()
417 for (j = lengthx + lengthp - 2; j >= 0; j--) { in __big_float_times_power()
418 istart = j - lengthp + 1; in __big_float_times_power()
453 if (i < itlast || j > lengthx + lengthp - 4 in __big_float_times_power()
469 excess_check = lengthx + lengthp; in __big_float_times_power()
[all …]
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c55 int flags, char *name, caddr_t valuep, int *lengthp);
326 int flags, char *name, caddr_t valuep, int *lengthp) in pci_prop_op() argument
331 prop_op, flags, name, valuep, lengthp)); in pci_prop_op()
333 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); in pci_prop_op()
H A Dpci_pci.c145 int flags, char *name, caddr_t valuep, int *lengthp);
1725 char *name, caddr_t valuep, int *lengthp) in ppb_prop_op() argument
1736 valuep, lengthp)); in ppb_prop_op()
1739 name, valuep, lengthp)); in ppb_prop_op()
/titanic_44/usr/src/uts/common/sys/
H A Desunddi.h99 e_ddi_getproplen(dev_t dev, vtype_t type, char *name, int flags, int *lengthp);
103 caddr_t valuep, int *lengthp);
107 caddr_t valuep, int *lengthp);
H A Dsunddi.h787 char *name, caddr_t valuep, int *lengthp);
807 char *name, caddr_t valuep, int *lengthp);
812 int mod_flags, char *name, caddr_t valuep, int *lengthp,
818 int mod_flags, char *name, caddr_t valuep, int *lengthp,
824 int mod_flags, char *name, caddr_t valuep, int *lengthp,
830 int mod_flags, char *name, caddr_t valuep, int *lengthp,
863 char *name, caddr_t valuep, int *lengthp);
891 char *name, caddr_t valuep, int *lengthp);
913 ddi_getproplen(dev_t dev, dev_info_t *dip, int flags, char *name, int *lengthp);
992 char *name, caddr_t valuep, int *lengthp);
H A Dcmlb.h503 char *name, caddr_t valuep, int *lengthp, int part, void *tg_cookie);
H A Dddipropdefs.h307 uint_t flags, char *name, void *valuep, uint_t *lengthp);
H A Dddi_implfuncs.h148 char *name, caddr_t valuep, int *lengthp);
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c1065 char *name, caddr_t valuep, int *lengthp) in nopropop() argument
1067 _NOTE(ARGUNUSED(dev, dip, prop_op, mod_flags, name, valuep, lengthp)) in nopropop()
1186 void *valuep, uint_t *lengthp) in i_ddi_prop_search_global() argument
1210 *lengthp = propp->prop_len; in i_ddi_prop_search_global()
1221 uint_t flags, char *name, void *valuep, uint_t *lengthp) in ddi_prop_search_common() argument
1291 *lengthp = propp->prop_len; in ddi_prop_search_common()
1333 i = *lengthp; /* Get callers length */ in ddi_prop_search_common()
1334 *lengthp = propp->prop_len; /* Set callers length */ in ddi_prop_search_common()
1395 flags, name, valuep, (int *)lengthp)); in ddi_prop_search_common()
1435 name, valuep, lengthp); in ddi_prop_search_common()
[all …]
H A Ddriver.c673 char *name, caddr_t valuep, int *lengthp) in cdev_prop_op() argument
681 name, valuep, lengthp)); in cdev_prop_op()
/titanic_44/usr/src/uts/common/xen/io/
H A Dxpvd.c315 int *lengthp) in xpvd_prop_op() argument
347 mod_flags | DDI_PROP_NOTPROM, name, valuep, lengthp)); in xpvd_prop_op()
355 *lengthp = prop_len; in xpvd_prop_op()
364 if (*lengthp < prop_len) in xpvd_prop_op()
374 *lengthp = prop_len; in xpvd_prop_op()
/titanic_44/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c56 int flags, char *name, caddr_t valuep, int *lengthp);
217 int flags, char *name, caddr_t valuep, int *lengthp) in niumx_prop_op() argument
219 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); in niumx_prop_op()
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c796 uint32_t *lengthp, void *datap, clock_t timeout) in mboxsc_getmsg() argument
826 DPRINTF1(DBG_ARGS, DBGACT_DEFAULT, "lengthp = %p\n", (void *)lengthp); in mboxsc_getmsg()
827 if (lengthp != NULL) { in mboxsc_getmsg()
829 *lengthp); in mboxsc_getmsg()
839 (cmdp == NULL) || (transidp == NULL) || (lengthp == NULL) || in mboxsc_getmsg()
840 ((datap == NULL) && (*lengthp != 0)) || in mboxsc_getmsg()
967 if ((error == 0) && (datalen > *lengthp)) { in mboxsc_getmsg()
968 *lengthp = datalen; in mboxsc_getmsg()
1194 *lengthp = datalen; in mboxsc_getmsg()
/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c808 int flags, char *name, caddr_t valuep, int *lengthp) in xdfs_hvm_prop_op() argument
822 flags, name, valuep, lengthp)); in xdfs_hvm_prop_op()
827 int flags, char *name, caddr_t valuep, int *lengthp) in xdfs_prop_op() argument
852 name, valuep, lengthp)); in xdfs_prop_op()
857 flags, name, valuep, lengthp)); in xdfs_prop_op()
907 prop_op, flags, name, valuep, lengthp); in xdfs_prop_op()
/titanic_44/usr/src/uts/common/tnf/
H A Dtnf.c273 int m, char *name, caddr_t valuep, int *lengthp) in tnf_prop_op() argument
282 length = *lengthp; /* get caller's length */ in tnf_prop_op()
283 *lengthp = sizeof (int); /* set caller's length */ in tnf_prop_op()
306 return (ddi_prop_op(dev, dip, prop, m, name, valuep, lengthp)); in tnf_prop_op()
/titanic_44/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c547 inittab_encode_e(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, in inittab_encode_e() argument
990 if (lengthp != NULL) in inittab_encode_e()
991 *lengthp = length + hlen; in inittab_encode_e()
1339 inittab_encode(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, in inittab_encode() argument
1344 return (inittab_encode_e(ie, value, lengthp, just_payload, &ierrno)); in inittab_encode()
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h157 int *lengthp);
/titanic_44/usr/src/uts/common/io/
H A Dfssnap.c164 int flags, char *name, caddr_t valuep, int *lengthp);
945 int flags, char *name, caddr_t valuep, int *lengthp) in snap_prop_op() argument
962 valuep, lengthp)); in snap_prop_op()
975 valuep, lengthp)); in snap_prop_op()
983 prop_op, flags, name, valuep, lengthp); in snap_prop_op()
990 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); in snap_prop_op()
H A Dmem.c223 char *name, caddr_t valuep, int *lengthp) in mmpropop() argument
230 flags, name, valuep, lengthp, 0)); in mmpropop()
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_pci.c1004 char *name, caddr_t valuep, int *lengthp) in ppb_prop_op() argument
1014 valuep, lengthp)); in ppb_prop_op()
1017 name, valuep, lengthp)); in ppb_prop_op()
/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci.c825 int flags, char *name, caddr_t valuep, int *lengthp) in pci_prop_op() argument
828 name, valuep, lengthp)); in pci_prop_op()
/titanic_44/usr/src/lib/libdhcputil/
H A DREADME.inittab228 uint16_t *lengthp, boolean_t just_payload);
240 in `lengthp'. Note that if the `just_payload' option is set, then
258 uint16_t *lengthp, boolean_t just_payload, int *eerrno);
/titanic_44/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc196 char *name, caddr_t valuep, int *lengthp)
/titanic_44/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c129 int mod_flags, char *name, caddr_t valuep, int *lengthp);
713 char *name, caddr_t valuep, int *lengthp) in cmdk_prop_op() argument
725 name, valuep, lengthp)); in cmdk_prop_op()
728 dev, dip, prop_op, mod_flags, name, valuep, lengthp, in cmdk_prop_op()

12