| /illumos-gate/usr/src/lib/libmvec/common/ |
| H A D | __vpow.c | 683 double y0, yd0 = 0.0L, u0, s0, s_l0, m_h0; in __vpow() local 760 s0 = u0 * yd0; in __vpow() 767 y0 = s0 * s0; in __vpow() 768 s_h0 = s0; in __vpow() 777 s0 = (KA5 * y0 + KA3) * y0 * s0; in __vpow() 817 y0 = s0 - ((m_h0 - y0 - yd0) - s_l0); in __vpow() 836 s0 = yd0; in __vpow() 839 LO(&s0) = 0; in __vpow() 847 yd0 = (yd0 - s0) * s_h0 + yd0 * y0; in __vpow() 851 s0 = s_h0 * s0; in __vpow() [all …]
|
| H A D | __vlog.c | 668 double s0, s1, s2, s3; in __vlog() local 746 s0 = h0 + l0; in __vlog() 751 b0 = (s0 * s0) * (mhalf + s0 * (P3 + s0 * (P4 + in __vlog() 752 s0 * (P5 + s0 * P6)))); in __vlog()
|
| /illumos-gate/usr/src/cmd/refer/papers/ |
| H A D | Rbstjissue | 1 %T U\s-2NIX\s0 Time-Sharing System: Preface 10 %T U\s-2NIX\s0 Time-Sharing System: Foreword 21 %T The U\s-2NIX\s0 Time-Sharing System 31 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 Implementation 40 %T U\s-2NIX\s0 Time-Sharing System: A Retrospective 50 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell 59 %T U\s-2NIX\s0 Time-Sharing System: The C Programming Language 71 %T U\s-2NIX\s0 Time-Sharing System: Portability of C Programs and the U\s-2NIX\s0 System 81 %T U\s-2NIX\s0 Time-Sharing System: The M\s-2ERT\s0 Operating System 92 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor [all …]
|
| H A D | Rv7man | 28 %T U\s-2NIX\s0 Time-Sharing System: Document Preparation 46 %T U\s-2NIX\s0 Time-Sharing System: The Programmer's Workbench 57 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor 81 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell 136 %T M\s-2UNIX\s0, A Multiprocessing Version of U\s-2NIX\s0 143 %T The U\s-2NIX\s0 Time-Sharing System 154 %T The M\s-2ULTICS\s0 System 164 %T U\s-2NIX\s0 Programmer's Man\&ual 173 %T The U\s-2NIX\s0 Command Language 276 %T U\s-2NIX\s0 Time-Sharing System: Portability of C Programs and the U\s-2NIX\s0 System [all …]
|
| /illumos-gate/usr/src/cmd/troff/ |
| H A D | n8.c | 224 char *s, *s0; in suffix() local 234 if ((s0 = suftab[i-'a']) == 0) in suffix() 237 if ((i = *s0 & 017) == 0) in suffix() 239 s = s0 + i - 1; in suffix() 241 while (s > s0 && w >= wdstart && (*s & 0177) == maplow(cbits(*w))) { in suffix() 245 if (s == s0) in suffix() 247 s0 += i; in suffix() 249 s = s0 + i - 1; in suffix() 251 if (*s0 & HY_BIT) in suffix() 253 while (s > s0) { in suffix() [all …]
|
| /illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/ |
| H A D | 64.rv64i.s | 35 slli s0, s1, 2 36 slli s0, s1, 63 37 srli s0, s1, 2 38 srli s0, s1, 63 39 srai s0, s1, 2 40 srai s0, s1, 63 46 addw s0, s1, s2
|
| H A D | 64.rv64i.out | 10 libdis_test+0x24: 13 94 24 00 slli s0,s1,0x2 11 libdis_test+0x28: 13 94 f4 03 slli s0,s1,0x3f 12 libdis_test+0x2c: 13 d4 24 00 srli s0,s1,0x2 13 libdis_test+0x30: 13 d4 f4 03 srli s0,s1,0x3f 14 libdis_test+0x34: 13 d4 24 40 srai s0,s1,0x2 15 libdis_test+0x38: 13 d4 f4 43 srai s0,s1,0x3f 21 libdis_test+0x50: 3b 84 24 01 addw s0,s1,s2
|
| H A D | tst.regs.s | 33 add s0, s0, s0 64 add t1, t2, s0 65 add t2, s0, s1 66 add s0, s1, a0
|
| H A D | tst.regs.out | 9 libdis_test+0x20: 33 04 84 00 add s0,s0,s0 39 libdis_test+0x98: 33 83 83 00 add t1,t2,s0 40 libdis_test+0x9c: b3 03 94 00 add t2,s0,s1 41 libdis_test+0xa0: 33 84 a4 00 add s0,s1,a0
|
| /illumos-gate/usr/src/cmd/fm/fmd/common/ |
| H A D | fmd_string.c | 217 const char *s0 = s; in fmd_strbadid() local 226 if (check_prefixes && (s0[0] == '_' || s0[0] == '.' || in fmd_strbadid() 227 strncmp(s0, "fmd_", 4) == 0 || strncmp(s0, "FMD_", 4) == 0 || in fmd_strbadid() 228 strncmp(s0, "fmd.", 4) == 0 || strncmp(s0, "FMD.", 4) == 0)) in fmd_strbadid() 229 return (s0); in fmd_strbadid()
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/ |
| H A D | inuse.cfg | 41 FS_SIDE0=${FS_DISK0}s0 43 FS_SIDE2=${FS_DISK1}s0 65 FS_SIDE0=${FS_DISK0}s0 67 FS_SIDE2=${FS_DISK1}s0 68 FS_SIDE3=${FS_DISK2}s0 89 FS_SIDE0=${FS_DISK0}s0 90 FS_SIDE1=${FS_DISK1}s0 91 FS_SIDE2=${FS_DISK2}s0 92 FS_SIDE3=${FS_DISK3}s0
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_replicas/ |
| H A D | grow_replicas_001_pos.ksh | 72 create_pool $TESTPOOL $pooltype ${DISK}s0 ${DISK}s1 76 create_pool $TESTPOOL $pooltype ${DISK0}s0 ${DISK1}s0 99 log_must zpool add $TESTPOOL $pooltype ${DISK2}s0 ${DISK3}s0
|
| /illumos-gate/usr/src/uts/sun4u/io/ |
| H A D | envctrl_targets.c | 147 uint8_t s0; /* Own Address S0' */ member 234 ddi_put8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0, DUMMY_WRITE_ADDR); in ehc_start_pcf8584() 267 ddi_put8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0, DUMMY_WRITE_DATA); in ehc_start_pcf8584() 303 ddi_put8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0, byteaddress); in ehc_start_pcf8584() 345 discard = ddi_get8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0); in ehc_start_pcf8584() 398 *data = ddi_get8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0); in ehc_read_pcf8584() 440 ddi_put8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0, data); in ehc_write_pcf8584() 489 *data = ddi_get8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0); in ehc_after_read_pcf8584() 524 discard = ddi_get8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0); in ehc_after_read_pcf8584() 556 ddi_put8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0, EHC_S0_OWN); in ehc_init_pcf8584() [all …]
|
| /illumos-gate/usr/src/uts/common/crypto/core/ |
| H A D | kcf_prov_lib.c | 428 size_t s0, s1, s2; in kcf_copyin_aes_ccm_param() local 457 s0 = roundup(sizeof (*out_param), sizeof (caddr_t)); in kcf_copyin_aes_ccm_param() 464 out_len = s0 + s1 + s2; in kcf_copyin_aes_ccm_param() 469 p += s0; in kcf_copyin_aes_ccm_param() 517 size_t s0, s1, s2; in kcf_copyin_aes_gcm_param() local 545 s0 = roundup(sizeof (*out_param), sizeof (caddr_t)); in kcf_copyin_aes_gcm_param() 552 out_len = s0 + s1 + s2; in kcf_copyin_aes_gcm_param() 557 p += s0; in kcf_copyin_aes_gcm_param() 605 size_t s0, s1, s2; in kcf_copyin_aes_gmac_param() local 632 s0 = roundup(sizeof (*out_param), sizeof (caddr_t)); in kcf_copyin_aes_gmac_param() [all …]
|
| /illumos-gate/usr/src/cmd/diff/ |
| H A D | diffh.c | 126 char *s0, *s1; in main() local 147 s0 = getl(0, ++n0); in main() 149 if (s0 == NULL || s1 == NULL) in main() 151 if (cmp(s0, s1) != 0) { in main() 160 if (s0 == NULL && s1 == NULL) in main() 162 if (s0 == NULL) { in main() 180 char *s0, *s1; in easysynch() local 183 s0 = getl(0, n0+i); in easysynch() 184 if (s0 == NULL) in easysynch()
|
| /illumos-gate/usr/src/common/crypto/aes/ |
| H A D | aes_impl.c | 1321 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in rijndael_encrypt() local 1329 s0 = pt[0] ^ rk[0]; in rijndael_encrypt() 1341 t0 = Te0[s0 >> 24] ^ in rijndael_encrypt() 1350 Te3[s0 & 0xff] ^ in rijndael_encrypt() 1355 Te2[(s0 >> 8) & 0xff] ^ in rijndael_encrypt() 1360 Te1[(s0 >> 16) & 0xff] ^ in rijndael_encrypt() 1371 s0 = Te0[t0 >> 24] ^ in rijndael_encrypt() 1401 s0 = (Te4[(t0 >> 24)] & 0xff000000) ^ in rijndael_encrypt() 1406 ct[0] = s0; in rijndael_encrypt() 1449 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in rijndael_decrypt() local [all …]
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_004_pos.ksh | 53 log_must dd if=$DEV_DSKDIR/${DISK[0]}s0 of=$DEV_DSKDIR/${DISK[1]}s0 bs=1024 count=256 conv=notrunc 55 ubs=$(zdb -lu $DEV_RDSKDIR/${DISK[1]}s0 | grep -e LABEL -e Uberblock -e 'labels = ') 58 ub_dump_counts=$(zdb -lu $DEV_RDSKDIR/${DISK[1]}s0 | \
|
| H A D | zdb_005_pos.ksh | 48 log_must dd if=/dev/zero of=$DEV_DSKDIR/${DISK[1]}s0 bs=1024 count=256 conv=notrunc 51 zdb -l $DEV_RDSKDIR/${DISK[0]}s0 55 zdb -l $DEV_RDSKDIR/${DISK[1]}s0
|
| H A D | zdb_003_pos.ksh | 46 log_must dd if=${DEV_DSKDIR}/${DISK[0]}s0 of=${DEV_DSKDIR}/${DISK[1]}s0 bs=1024 count=256 conv=notr… 49 config_count=$(zdb -l $DEV_RDSKDIR/${DISK[$x]}s0 | grep -c features_for_read)
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
| H A D | sum-att.c | 59 register uint32_t s0, s1, s2, s3, s4, s5, s6, s7; in att_block() local 62 s0=s1=s2=s3=s4=s5=s6=s7=0U; in att_block() 78 s0+=b[0]; in att_block() 92 c+=s0+s1+s2+s3+s4+s5+s6+s7; in att_block()
|
| H A D | sum-sha2.c | 482 s0 = W256[(j+1)&0x0f]; \ 483 s0 = sigma0_256(s0); \ 487 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \ 493 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 551 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 593 s0 = W256[(j+1)&0x0f]; in SHA256_Transform() 594 s0 = sigma0_256(s0); in SHA256_Transform() 600 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); in SHA256_Transform() 850 s0 = W512[(j+1)&0x0f]; \ 851 s0 = sigma0_512(s0); \ [all …]
|
| /illumos-gate/usr/src/lib/libm/common/C/ |
| H A D | j0.c | 64 static const GENERIC s0[4] = { /* [1.e-5, 1.28] */ variable 153 s = s0[0]+z*(s0[1]+z*(s0[2]+z*s0[3])); in j0()
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | strlen.c | 42 const char *s0 = s + 1; in strlen() local 46 return (s - s0); in strlen()
|
| /illumos-gate/usr/src/common/util/ |
| H A D | memccpy.c | 46 memccpy(void *s, const void *s0, int c, size_t n) in memccpy() argument 50 const unsigned char *s2 = s0; in memccpy()
|
| /illumos-gate/usr/src/lib/libc/port/i18n/ |
| H A D | wslen.c | 44 const wchar_t *s0 = s + 1; in wcslen() local 48 return (s - s0); in wcslen()
|