/titanic_41/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.usdt.d.out | 1 [0] sz 445.890000 odd false even true 2 [1] sz 793.684200 odd true even false 3 [2] sz 1412.757876 odd false even true 4 [3] sz 2514.709019 odd true even false 5 [4] sz 4476.182054 odd false even true 6 [5] sz 7967.604057 odd true even false 7 [6] sz 14182.335221 odd false even true 8 [8] sz 44935.310914 odd false even true 9 [9] sz 79984.853427 odd true even false
|
H A D | tst.usdt.c | 46 char *odd, *even, *json, *action; in main() local 49 odd = idx % 2 == 1 ? "true" : "false"; in main() 53 asprintf(&json, FMT, size, idx, odd, even, action); in main()
|
H A D | tst.usdt.d | 43 this->odd = json(this->j, "facts.odd"); 46 this->odd, this->even);
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | crc32.c | 383 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local 390 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ 393 odd[n] = row; 398 gf2_matrix_square(even, odd); 401 gf2_matrix_square(odd, even); 407 gf2_matrix_square(even, odd); 417 gf2_matrix_square(odd, even); 419 crc1 = gf2_matrix_times(odd, crc1);
|
/titanic_41/usr/src/lib/libm/amd64/src/ |
H A D | powl.s | 44 / -0 ** +y (except 0, NaN, odd int) is +0 46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 47 / -0 ** y (odd int) is - (+0 ** x) 165 / -0 ** +y (except 0, NaN, odd int) is +0 167 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 168 / -0 ** y (odd int) is - (+0 ** x) 318 jne 1f / y is not an odd integer 319 / y is an odd integer 323 / x = -0 & y < 0 (odd int) return -inf (z flag) 336 1: / y is not an odd integer [all …]
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | powf.s | 47 / -0 ** +y (except 0, NaN, odd int) is +0 49 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 50 / -0 ** y (odd int) is - (+0 ** x) 172 / -0 ** +y (except 0, NaN, odd int) is +0 174 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 175 / -0 ** y (odd int) is - (+0 ** x) 339 jne 1f / y is not an odd integer 340 / y is an odd integer 345 / x = -0 & y < 0 (odd int) return -inf (z flag) 358 1: / y is not an odd integer [all …]
|
H A D | powl.s | 44 / -0 ** +y (except 0, NaN, odd int) is +0 46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 47 / -0 ** y (odd int) is - (+0 ** x) 168 / -0 ** +y (except 0, NaN, odd int) is +0 170 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 171 / -0 ** y (odd int) is - (+0 ** x) 331 jne 1f / y is not an odd integer 332 / y is an odd integer 337 / x = -0 & y < 0 (odd int) return -inf (z flag) 350 1: / y is not an odd integer [all …]
|
H A D | pow.s | 47 / -0 ** +y (except 0, NaN, odd int) is +0 48 / -0 ** +y (odd int) is -0 186 / -0 ** +y (except 0, NaN, odd int) is +0 188 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 189 / -0 ** y (odd int) is - (+0 ** x) 360 jne 1f / y is not an odd integer 361 / y is an odd integer 366 / x = -0 & y < 0 (odd int) return -inf (z flag) 377 1: / y is not an odd integer 382 / x = -0 & y < 0 (not odd int) return +inf (z flag) [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 234 int odd; in ip_cksum() local 236 odd = is_odd(dp->db_cksumstuff - in ip_cksum() 245 if (odd) in ip_cksum() 249 if (odd) in ip_cksum()
|
H A D | strsubr.c | 8569 int odd = len & 1; in bcksum() local 8572 if (((intptr_t)bp & 1) == 0 && !odd) { in bcksum() 8606 if (odd) { in bcksum()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dataset.c | 2479 dsl_dir_t *odd = NULL; in dsl_dataset_promote_sync() local 2500 NULL, FTAG, &odd)); in dsl_dataset_promote_sync() 2522 dsl_dir_phys(dd)->dd_origin_obj = dsl_dir_phys(odd)->dd_origin_obj; in dsl_dataset_promote_sync() 2524 dmu_buf_will_dirty(odd->dd_dbuf, tx); in dsl_dataset_promote_sync() 2525 dsl_dir_phys(odd)->dd_origin_obj = origin_ds->ds_object; in dsl_dataset_promote_sync() 2532 dsl_dir_phys(odd)->dd_clones, hds->ds_object, tx)); in dsl_dataset_promote_sync() 2576 ASSERT3U(dsl_dataset_phys(ds)->ds_dir_obj, ==, odd->dd_object); in dsl_dataset_promote_sync() 2578 ASSERT3P(ds->ds_dir, ==, odd); in dsl_dataset_promote_sync() 2610 dsl_dir_phys(odd)->dd_clones, o, tx)); in dsl_dataset_promote_sync() 2637 dsl_dir_phys(odd)->dd_used_breakdown[DD_USED_SNAP]; in dsl_dataset_promote_sync() [all …]
|
/titanic_41/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_4.s | 136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1795 int i, odd; in nxge_csgen() local 1799 odd = len % 2; in nxge_csgen() 1803 if (odd) { in nxge_csgen()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 1690 static int odd; variable 1695 odd = 0; in prval_init() 1702 if (odd++ & 1) in prval() 1710 if (odd++ & 1) in prval64() 1718 if (odd++ & 1) in pr_int_val() 1739 if (odd++ & 1) in pr_sctp_rtoalgo() 1746 if (odd++ & 1) in prval_end()
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 144 ! with odd alignment between source and destnation 198 ! get the odd bytes between alignments
|
H A D | niagara_copy.s | 1191 andcc %o3, 8, %o4 ! odd long words to move? 2454 ! with odd alignment between source and destnation 2508 ! get the odd bytes between alignments 3559 andcc %o3, 8, %o4 ! odd long words to move?
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | table.test | 233 # Drop the odd number tables
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.s | 1623 ! with odd alignment between source and destnation 1677 ! get the odd bytes between alignments
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 189 % Margin to add to right of even pages, to left of odd pages. 848 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin 2162 \newtoks\oddheadline % headline on odd pages 2164 \newtoks\oddfootline % footline on odd pages 4510 % start on an odd page, unlike chapters. Thus, we maintain 4543 \contentsalignmacro % in case @setchapternewpage odd is in effect 4582 \contentsalignmacro % in case @setchapternewpage odd is in effect
|
H A D | grub.info-2 | 945 bits and one stop bit. PARITY is one of `no', `odd', `even' and
|
H A D | grub.texi | 35 @setchapternewpage odd 2439 bits and one stop bit. @var{parity} is one of @samp{no}, @samp{odd},
|
/titanic_41/usr/src/common/bignum/sun4u/ |
H A D | mont_mulf_kernel_v9.s | 1603 ! cheetah schedule, no even-odd trick
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 662 4790194 dlopen(..., RTLD_GROUP) has an odd interaction with interposition
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 5226 # buggy. Another odd bug appears when displaying "~" in alternate character 6286 # OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits 6288 # OFF OFF ON Selects 7 DATA bits, odd parity, 1 STOP bit 6292 # OFF OFF OFF Selects 8 DATA bits, odd parity, 1 STOP bit 6702 # TVI-912B - very odd layout, no function keys (84 keys) 6704 # TVI-912C - very odd layout, function keys F1-F11 (82 keys) 10113 # 2 bits of parity - 00=odd,01=even*,10=space,11=mark 10155 # printer parity: 00=odd,01=even*,10=space,11=mark 12217 # including one odd hybrid that starts out life on power-up as a character 14561 # One odd thing about the description (which has been unchanged since the 90s) [all …]
|
H A D | terminfo.src | 5922 # buggy. Another odd bug appears when displaying "~" in alternate character 7089 # OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits 7091 # OFF OFF ON Selects 7 DATA bits, odd parity, 1 STOP bit 7095 # OFF OFF OFF Selects 8 DATA bits, odd parity, 1 STOP bit 7529 # TVI-912B - very odd layout, no function keys (84 keys) 7531 # TVI-912C - very odd layout, function keys F1-F11 (82 keys) 11449 # 2 bits of parity - 00=odd,01=even*,10=space,11=mark 11491 # printer parity: 00=odd,01=even*,10=space,11=mark 13778 # including one odd hybrid that starts out life on power-up as a character 16438 # One odd thing about the description (which has been unchanged since the 90s) [all …]
|