/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | lmul.c | 39 int jj; in lmul() local 43 for (jj = 0; jj <= 63; jj++) { in lmul() 44 if ((lshiftl(rop, -jj).dl_lop & 1) == 0) in lmul() 46 tmp = lshiftl(lop, jj); in lmul()
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n9.c | 413 tchar ii, jj, *fp; in setfield() local 440 jj = 0; in setfield() 452 jj = width(ii); in setfield() 453 widthp = jj; in setfield() 454 numtab[HP].val += jj; in setfield() 468 ws += jj; in setfield() 496 jj = 0; in setfield() 509 jj = length | MOT; in setfield() 511 jj = getch0(); in setfield() 517 jj = width(ii); in setfield() [all …]
|
H A D | n4.c | 731 tchar j, jj; in caseaf() local 738 if (!ischar(jj = cbits(j)) || !isalpha(jj)) { in caseaf()
|
/illumos-gate/usr/src/common/crypto/arcfour/sun4v/ |
H A D | arcfour_crypt.c | 66 uchar_t i, j, *base, jj, *base1, tmp; in arcfour_crypt() local 377 jj = (uchar_t)i1; in arcfour_crypt() 403 if ((jj ^ j) < 2) { in arcfour_crypt() 404 base[jj] = (uchar_t)i_accum; in arcfour_crypt() 430 *((unsigned short *) &base[jj]) = in arcfour_crypt() 488 jj = (uchar_t)i1; in arcfour_crypt() 515 if ((jj ^ j) < 2) { in arcfour_crypt() 516 base[jj] = (uchar_t)i_accum; in arcfour_crypt() 541 *((unsigned short *) &base[jj]) = in arcfour_crypt()
|
/illumos-gate/usr/src/common/bzip2/ |
H A D | decompress.c | 361 Int32 ii, jj, kk; in BZ2_decompress() local 364 for (jj = MTFL_SIZE-1; jj >= 0; jj--) { in BZ2_decompress() 365 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress() 426 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local 467 for (jj = MTFL_SIZE-1; jj >= 0; jj--) { in BZ2_decompress() 468 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj]; in BZ2_decompress()
|
/illumos-gate/usr/src/common/bignum/ |
H A D | mont_mulf.c | 246 int i, j, jj; in mont_mulf_noconv() local 262 for (j = jj = 0; j < 2 * nlen; j++, jj++, pdtj++) { in mont_mulf_noconv() 272 if (jj == 30) { in mont_mulf_noconv() 274 jj = 0; in mont_mulf_noconv()
|
/illumos-gate/usr/src/cmd/sa/ |
H A D | sar.c | 120 int i, jj = 0; in main() local 297 while (strlen(strncpy(fopt, &options[jj++], 1))) { in main() 635 int jj = 0; in prthdg() local 640 while ((ccc = fopt[jj++]) != '\0') { in prthdg() 758 if (jj > 2 || do_disk) in prthdg() 1027 int ii, jj = 0; in prtopt() local 1032 while ((ccc = fopt[jj++]) != '\0') { in prtopt() 1094 if (jj > 2 || do_disk) in prtopt() 1106 int ii, jj = 0; in prtavg() local 1117 while ((ccc = fopt[jj++]) != '\0') { in prtavg()
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc_mailbox.c | 2315 int jj = 0, numcpus = 0; in dp_payload_add_cpus() local 2361 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2365 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2378 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2382 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2393 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2397 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2408 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2411 dparray[jj++] = cpuid; in dp_payload_add_cpus() 2422 if (!jj) { in dp_payload_add_cpus() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.set0a | 220 jj 221 1 jj 222 jj
|
H A D | t.set0b | 220 jj 221 jj 222 jj
|
H A D | t.printf | 74 %: jj ... 375 375 jj
|
H A D | t.cond | 147 jj
|
H A D | t.in1 | 159 73 jj 375
|
H A D | t.nameval | 73 jj 375
|
H A D | t.4 | 42 375 jj
|
H A D | t.8.y | 74 jj jj
|
H A D | t.printf2 | 74 %: jj ... 375 375 jj 0 0 0 w j
|
H A D | t.vf3 | 74 jj jj
|
H A D | t.cat | 293 jj 375 294 375 is jj 295 jj is 375
|
H A D | t.NF | 368 375|jj 370 375|jj|||five
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 390 int jj; in ptout1() local 493 for (jj = cnt + 1; jj > 0; jj--) in ptout1()
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | t6.c | 159 int ii, jj; local 160 for (ii=smnt, jj=0; jj < nfonts; jj++, ii=ii % nfonts + 1) {
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 1990 uint_t ii, jj, nrecs; in ibdm_get_reachable_ports() local 2072 for (jj = 0; jj < portinfo->pa_npkeys; jj++) { in ibdm_get_reachable_ports() 2073 pkey_tbl = &portinfo->pa_pkey_tbl[jj]; in ibdm_get_reachable_ports() 4355 int niocs, jj; in ibdm_probe_ioc() local 4367 for (jj = 0; jj < niocs; jj++) { in ibdm_probe_ioc() 4369 IBDM_GIDINFO2IOCINFO(reprobe_gid, jj); in ibdm_probe_ioc() 4386 if (ibdm_send_ioc_profile(reprobe_gid, jj) != in ibdm_probe_ioc() 4391 "for ioc %d", jj); in ibdm_probe_ioc() 4764 int ii, jj; in ibdm_ibnex_probe_hcaport() local 4774 for (jj = 0; jj < hca_list->hl_nports; jj++) { in ibdm_ibnex_probe_hcaport() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 1513 int jj; in get_the_addr() local 1520 for (jj = 0; jj < snego.cnt; jj++) { in get_the_addr() 1521 if (snego.array[jj] == in get_the_addr() 1540 for (jj = 0; jj < snego.cnt; jj++) { in get_the_addr() 1542 snego.array[jj], in get_the_addr()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 872 int i, j, ii, jj; in vdev_raidz_matrix_invert() local 902 jj = used[j] - rm->rm_firstdatacol; in vdev_raidz_matrix_invert() 903 ASSERT3S(jj, <, n); in vdev_raidz_matrix_invert() 904 invrows[i][j] = rows[i][jj]; in vdev_raidz_matrix_invert() 905 rows[i][jj] = 0; in vdev_raidz_matrix_invert()
|