| /titanic_41/usr/src/uts/sun4u/sys/ |
| H A D | envctrl_ue450.h | 40 * to the UltraEnterprise-450 (aka. Ultra-4) platform. 48 #define ENVCTRL_TAZBLKBRDCPU_STRING "SUNW,UltraSPARC-II" 54 #define S1 &unitp->bus_ctl_regs->s1 55 #define S0 &unitp->bus_ctl_regs->s0 88 * 0x00 - 0x0F. 0x00 is the CSR and MUST be addressed 149 * MSB -------------------------------------> LSB 150 * ---------------------------------------------- 152 * ---------------------------------------------- 172 * MSB -------------------------------------> LSB 173 * ---------------------------------------------- [all …]
|
| H A D | envctrl.h | 50 #define ENVCTRL_TAZBLKBRDCPU_STRING "SUNW,UltraSPARC-II" 57 #define S1 &unitp->bus_ctl_regs->s1 58 #define S0 &unitp->bus_ctl_regs->s0 91 * 0x00 - 0x0F. 0x00 is the CSR and MUST be addressed 204 * MSB -------------------------------------> LSB 205 * ---------------------------------------------- 207 * ---------------------------------------------- 227 * MSB -------------------------------------> LSB 228 * ---------------------------------------------- 230 * ---------------------------------------------- [all …]
|
| /titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.negtruncquant.d | 33 tick-10ms 36 @[i] = lquantize(i, 0, 150); 37 @[i] = lquantize(i + 1, 0, 150); 38 @[i] = lquantize(i + 2, 0, 150); 39 @[i] = lquantize(i + 3, 0, 150); 43 tick-10ms 51 trunc(@, -5);
|
| H A D | tst.truncquant.d | 33 tick-10ms 36 @[i] = lquantize(i, 0, 150); 37 @[i] = lquantize(i + 1, 0, 150); 38 @[i] = lquantize(i + 2, 0, 150); 39 @[i] = lquantize(i + 3, 0, 150); 43 tick-10ms
|
| H A D | tst.aggencoding.d.out | 3 value ------------- Distribution ------------- count 154 150 |█████████████████▊ 150 495 491 |█████████████████▊ 150
|
| /titanic_41/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
| H A D | tst.trunc.d | 30 tick-10ms 33 @[i] = llquantize(i, 10, 1, 2, 10, 150); 34 @[i] = llquantize(i + 1, 10, 1, 2, 10, 150); 35 @[i] = llquantize(i + 2, 10, 1, 2, 10, 150); 36 @[i] = llquantize(i + 3, 10, 1, 2, 10, 150); 40 tick-10ms
|
| H A D | tst.trunc.d.out | 3 value ------------- Distribution ------------- count 9 value ------------- Distribution ------------- count 15 value ------------- Distribution ------------- count 18 100 |@@@@@@@@@@ 150 22 value ------------- Distribution ------------- count 29 value ------------- Distribution ------------- count 31 90 |@@@@@@@@@@ 150
|
| /titanic_41/usr/src/lib/libm/common/R/ |
| H A D | rintf.c | 49 /* MTWO_23F */ -8.3886080000e6f, 51 /* MONEF */ -1.0f, 53 /* MHALFF */ -0.5f, 74 if (k < 150) { in aintf() 80 return (((k - 127) & hx) < 0 ? -y : y); in aintf() 83 return (x * ONEF); /* +0 -> *1 for Cheetah */ in aintf() 94 if (((k - 127) ^ (k - 150)) < 0) { in anintf() 95 j = 1 << (149 - k); in anintf() 96 k = j + j - 1; in anintf() 103 *(int *) &x = (0x3f800000 & ((125 - k) >> 31)) | in anintf() [all …]
|
| H A D | floorf.c | 47 /* MONEF */ -1.0f, 65 if (((k - 127) ^ (k - 150)) < 0) { in ceilf() 66 k = (1 << (150 - k)) - 1; in ceilf() 79 return (-ZEROF); in ceilf() 82 return (x * ONEF); /* +0 -> *1 for Cheetah */ in ceilf() 93 if (((k - 127) ^ (k - 150)) < 0) { in floorf() 94 k = (1 << (150 - k)) - 1; in floorf() 110 return (x * ONEF); /* +0 -> *1 for Cheetah */ in floorf()
|
| /titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| H A D | L1 | 31 160 150 1 [160 0 0 -150 0 150]
|
| H A D | Lb | 31 309 150 1 [309 0 0 -150 0 150]
|
| /titanic_41/usr/src/pkg/manifests/ |
| H A D | driver-network-igb.mf | 29 # The default for payload-bearing actions in this package is to appear in the 53 alias=pciex8086,150a \ 54 alias=pciex8086,150d \ 55 alias=pciex8086,150e \ 56 alias=pciex8086,150f \
|
| H A D | driver-network-e1000g.mf | 27 # The default for payload-bearing actions in this package is to appear in the 136 alias=pci8086,150c \ 195 alias=pciex8086,150c \
|
| /titanic_41/usr/src/uts/common/sys/ |
| H A D | fdmedia.h | 229 4, /* maxsearch, size of per-unit search table */ 234 150, /* head settle delay, in 100 us units */ 235 150, /* head load delay, in 100 us units */ 239 65, /* precomp level, bit shift, in nano-secs */ 245 4, /* maxsearch, size of per-unit search table */ 250 150, /* head settle delay, in 100 us units */ 251 150, /* head load delay, in 100 us units */ 255 125, /* precomp level, bit shift, in nano-secs */ 261 6, /* maxsearch, size of per-unit search table */ 266 150, /* head settle delay, in 100 us units */ [all …]
|
| /titanic_41/usr/src/cmd/dtrace/test/tst/common/tracemem/ |
| H A D | tst.dynsize.d | 30 i = -10; 33 tick-10ms 34 /i++ < 150/ 41 tick-10ms 42 /i >= 150/
|
| /titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | zpool_add.cfg | 42 set -A disk_array $(find_disks $DISKS) 48 typeset -i i=0 70 export FILESIZE1="150m" 71 export SIZE="150m"
|
| /titanic_41/usr/src/cmd/dtrace/test/tst/common/multiaggs/ |
| H A D | tst.many.d.out | 5 value ------------- Distribution ------------- count 6 -1 | 0 24 value ------------- Distribution ------------- count 25 < -10 | 0 26 -10 | 0 27 -9 | 0 171 150 150
|
| /titanic_41/usr/src/lib/libm/i386/src/ |
| H A D | ilogbf.s | 40 movl 4(%esp),%eax / eax <-- x 43 / here, biased exponent is non-zero 44 andl $0x7fffffff,%eax / eax <-- abs(x) 47 shrl $23,%eax / eax <-- zero_xtnd(bexp(x)) 56 andl $0x7fffffff,%eax / eax <-- abs(x), and 59 movl $0x80000001,%eax / x is +/-0, so return 0x80000001 82 movl $0x7f800000,%eax / eax <-- single_bexp_mask 83 andl (%esp),%eax / eax[23..30] <-- bexp(x*2**23), 84 / rest_of(eax) <-- 0 85 shrl $23,%eax / eax <-- zero_xtnd(bexp(x*2**23)) [all …]
|
| /titanic_41/usr/src/grub/grub-0.97/netboot/ |
| H A D | bootp.h | 109 #define RFC1533_VENDOR_ETHERBOOT_ENCAP 150 119 #define RFC1533_VENDOR_CONFIGFILE 150 178 #define MAX_RFC1533_VENDLEN (ETH_MAX_MTU - sizeof(struct bootpip_t) + BOOTP_VENDOR_LEN)
|
| /titanic_41/usr/src/lib/libbc/libc/gen/common/ |
| H A D | stricmp.c | 29 '\150', '\151', '\152', '\153', '\154', '\155', '\156', '\157', 33 '\150', '\151', '\152', '\153', '\154', '\155', '\156', '\157', 62 return(cm[*s1] - cm[*--s2]); in strcasecmp() 70 while (--n >= 0 && cm[*s1] == cm[*s2++]) in strncasecmp() 73 return(n < 0 ? 0 : cm[*s1] - cm[*--s2]); in strncasecmp()
|
| /titanic_41/usr/src/uts/common/avs/ncall/ |
| H A D | ncall.h | 47 #define NCALL_BROADCAST_ID (-2) /* magic broadcast nodeid */ 104 #define NC_IOC_GETNETNODES _NCIOC_(3) /* ncalladm -i */ 105 #define NC_IOC_PING _NCIOC_(4) /* ncalladm -p */ 110 #define NCALL_NSC 100 /* 100 - 109 */ 111 #define NCALL_UNUSED1 110 /* 110 - 119 */ 112 #define NCALL_UNUSED2 120 /* 120 - 129 */ 113 #define NCALL_SDBC 130 /* 130 - 149 */ 114 #define NCALL_STE 150 /* 150 - 159 */ 115 #define NCALL_HM 160 /* 160 - 169 */
|
| /titanic_41/usr/src/uts/intel/io/drm/ |
| H A D | i915_drv.c | 4 * i915_drv.c -- Intel i915 driver -*- linux-c -*- 191 ddi_put8(regmap->handle, regmap->addr + off, val); in vga_reg_put8() 203 return (ddi_get8(regmap->handle, regmap->addr + off)); in vga_reg_get8() 243 struct s3_i915_private *s3_priv = dev->s3_private; in i915_pipe_enabled() 254 struct s3_i915_private *s3_priv = dev->s3_private; in i915_save_palette() 263 array = s3_priv->save_palette_a; in i915_save_palette() 265 array = s3_priv->save_palette_b; in i915_save_palette() 275 struct s3_i915_private *s3_priv = dev->s3_private; in i915_restore_palette() 284 array = s3_priv->save_palette_a; in i915_restore_palette() 286 array = s3_priv->save_palette_b; in i915_restore_palette() [all …]
|
| /titanic_41/usr/src/lib/libmvec/common/ |
| H A D | __vpowf.c | 43 * for +-1 ** +-Inf => QNaN + invalid 44 * for +-(|x| < 1) ** +Inf => +0 45 * for +-(|x| < 1) ** -Inf => +Inf 46 * for +-(|x| > 1) ** +Inf => +Inf 47 * for +-(|x| > 1) ** -Inf => +0 50 * for -Inf ** (negative except odd integer) => +0 51 * for -Inf ** (negative odd integer) => -0 52 * for -Inf ** (positive except odd integer) => +Inf 53 * for -Inf ** (positive odd integer) => -Inf 54 * for (negative) ** (non-integer) => QNaN + invalid [all …]
|
| /titanic_41/usr/src/man/man1m/ |
| H A D | ufsdump.1m | 9 ufsdump \- incremental file system dump 25 mounted read-only. Attempting to dump a mounted, read-write file system might 28 you need a point-in-time image of a file system that is mounted. 33 a non-root user might result in the creation of an inconsistent dump. 36 \fIoptions\fR is a single string of one-letter \fBufsdump\fR options. 49 With most devices \fBufsdump\fR can automatically detect the end-of-media. 51 multi-volume dumps, unless \fBufsdump\fR does not understand the way the device 52 detects the end-of-media, or the files are to be restored on a system with an 81 Archive file. Archive a dump table-of-contents in the specified 94 blocks per write for tapes of density less than 6250BPI (bytes-per-inch). The [all …]
|
| /titanic_41/usr/src/common/bzip2/ |
| H A D | randtable.c | 2 /*-------------------------------------------------------------*/ 3 /*--- Table for randomising repetitive blocks ---*/ 4 /*--- randtable.c ---*/ 5 /*-------------------------------------------------------------*/ 7 /* ------------------------------------------------------------------ 9 lossless, block-sorting data compression. 12 Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> 19 ------------------------------------------------------------------ */ 25 /*---------------------------------------------*/ 33 150, 238, 59, 379, 684, 877, 625, 169, 643, 105, [all …]
|