Searched refs:jx (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/mpi/
H A Dmpprime.c93 unsigned int ix, jx; local
98 for(jx = 0; jx < sizeof(mp_digit); jx++) {
H A Dmpi.c2543 int ix, jx, pos = 1; local
2554 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
2555 str[pos++] = (char)(d >> (jx * CHAR_BIT));
4773 int jx; local
4776 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
4777 unsigned char x = (unsigned char)(d >> (jx * CHAR_BI
4805 int jx; local
4850 int jx; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c793 uint_t jx, nbinds = 0, nports = 0; local
815 for (jx = 0; jx < hcap->hca_nports; jx++) {
817 if (hcap->hca_pinfop[jx].p_linkstate !=
824 hcap->hca_bindhdl[jx] = NULL;
828 gid = hcap->hca_pinfop[jx].p_sgid_tbl[0];
831 hcap->hca_pinfop[jx].p_port_num, gid.gid_prefix,
836 NULL, statep, &hcap->hca_bindhdl[jx]);
841 hcap->hca_pinfop[jx]
[all...]
H A Drdsib_ib.c717 uint_t ix, jx, kx; local
770 bp = rds_get_buf(gp, nspace, &jx);
786 if (jx != nspace) {
788 "needed: %d available: %d", ep, nspace, jx);
789 nspace = jx;
811 jx = (npost > RDS_POST_FEW_ATATIME) ?
813 for (ix = 0; ix < jx; ix++) {
820 ret = ibt_post_recv(chanhdl, wrp, jx, &kx);
821 if ((ret != IBT_SUCCESS) || (kx != jx)) {
828 npost -= jx;
[all...]
H A Drdsib_ep.c1752 uint_t nwr = 0, ix, jx; local
1780 jx = 0;
1783 jx++;
1807 jx++;
1812 nwr = spool->pool_nfree - jx;
1813 spool->pool_nfree = jx;
1824 jx = (nwr > 100) ? 100 : nwr;
1827 for (ix = 0; ix < jx; ix++) {
1838 ret = ibt_post_send(ep->ep_chanhdl, wrp, jx, &ix);
1841 "failed: %d for % pkts", ep, ret, jx);
[all...]

Completed in 77 milliseconds