/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LogLinearDistribution.java | 71 private LogLinearDistribution(long constant, long[] frequencies) { in LogLinearDistribution() argument 72 super(0, constant, frequencies); in LogLinearDistribution() 73 encValue = constant; in LogLinearDistribution() 122 private void fillRangeCache(long constant, int len) { in fillRangeCache() argument 128 low = unpack(constant, LOW_SHIFT); in fillRangeCache() 129 high = unpack(constant, HIGH_SHIFT); in fillRangeCache() 130 nsteps = unpack(constant, NSTEP_SHIFT); in fillRangeCache() 131 factor = unpack(constant, FACTOR_SHIFT); in fillRangeCache() 170 long[] getBucketRange(int i, int len, long base, long constant) { in getBucketRange() argument 172 fillRangeCache(constant, len); in getBucketRange()
|
H A D | Distribution.java | 72 Distribution(long base, long constant, long[] frequencies) in Distribution() argument 81 buckets = createBuckets(base, constant, frequencies); in Distribution() 151 getBucketRange(int i, int len, long base, long constant); in getBucketRange() argument 161 createBuckets(long base, long constant, long[] frequencies) in createBuckets() argument 171 range = getBucketRange(i, len, base, constant); in createBuckets() 193 long base, long constant) in checkBucketRange() argument 195 long[] range = getBucketRange(i, bucketCount, base, constant); in checkBucketRange()
|
H A D | LogDistribution.java | 112 getBucketRange(int i, int len, long base, long constant) in getBucketRange() argument
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | ntptime.c | 160 if (ntv.constant < 0 || ntv.constant > 30) in ntp_adjtime() 173 time_constant = ntv.constant; in ntp_adjtime() 186 ntv.constant = time_constant; in ntp_adjtime()
|
/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | util.fth | 30 d# 256 constant /buf-len 91 " /openprom/client-services" get-package constant cif-ph 113 " /chosen" get-package constant chosen-ph 138 " mmu" chosen-ph get-int-prop constant mmu-ih 140 " memory" chosen-ph get-int-prop constant mem-ih 187 d# 256 constant /rd-fcode 188 d# 8192 /rd-fcode - constant rd-offset
|
H A D | boot.fth | 31 d# 1024 dup * constant 1meg 32 d# 4 1meg * constant 4meg 33 d# 32 1meg * constant 32meg 36 " /" get-package constant root-ph 592 1 constant pt_load
|
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 107 6 constant mbits 108 3 constant mmin 109 8 mbits - constant mshift 110 d# 16 mbits - pow2 1- constant mmask 179 4 constant STEPSIZE 180 8 constant COPYLENGTH 181 5 constant LASTLITERALS 182 4 constant ML_BITS 183 d# 15 constant ML_MASK \ (1<<ML_BITS)-1 184 4 constant RUN_BITS \ 8 - ML_BITS [all …]
|
H A D | boot-zfs.fth | 32 d# 16384 constant /fs-fcode 35 d# 512 d# 1024 * constant fs-offset
|
/titanic_41/usr/src/lib/efcode/fcode_test/ |
H A D | storage.fth | 29 4 constant const-1 34 " constant.1" const-1 4 = .passed? 42 " constant.2" : ctest const-1 const-1 + 8 = .passed? ; ctest
|
H A D | test64.fth | 107 ." 64-bit constant/value/variable: " 108 1 2 lxjoin constant const-64
|
/titanic_41/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 40 h# 2000 constant /max-bsize 41 d# 512 constant /disk-block 57 d# 512 constant /super-block 58 d# 16 constant super-block# 94 h# 80 constant /inode 129 d# 12 constant #direct 249 2 constant rootino 297 h# 200 constant /fpath-buf 354 constant alloc-size 379 constant /file-record [all …]
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | in.test | 81 } {1 {right-hand side of IN operator must be constant}} 85 } {1 {right-hand side of IN operator must be constant}} 92 } {1 {right-hand side of IN operator must be constant}} 96 } {1 {right-hand side of IN operator must be constant}} 146 # Do an IN with a constant RHS but where the RHS has many, many 155 'Do','an','IN','with','a','constant','RHS','but','where','the',
|
H A D | memleak.test | 33 # each round of the test. This number should be constant. If it
|
H A D | all.test | 48 # each round of the test. This number should be constant. If it
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | BUGS | 4 06/11/92 gsf spurious empty character constant warning for shipproto.c
|
H A D | HISTORY | 39 03/08/89 remove ``empty character constant'' warning for PASSTHROUGH 100 10/30/87 fix line count on `newline' in ['"] constant warning 151 04/09/87 fix character constant conversion warnings
|
H A D | NOTES | 73 (7) hex floating constant with binary exponents
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 263 constant = intnode((INT)0); in awkvarinit() 298 constant->n_int = rp->r_ivalue; in awkvarinit() 299 (void) assign(np, constant); in awkvarinit() 339 ARGVsubi = node(INDEX, vlook(s_ARGV), constant); in awkarginit() 341 constant->n_int = ac; in awkarginit() 342 (void) assign(varARGC, constant); in awkarginit() 345 constant->n_int = i; in awkarginit()
|
H A D | awk4.c | 280 constant->n_int = length; in f_match() 281 (void)assign(vlook(M_MB_L("RLENGTH")), constant); in f_match() 422 tnp = node(INDEX, tnp, constant); in f_split() 435 constant->n_int = ++fcount; in f_split()
|
/titanic_41/usr/src/cmd/bc/ |
H A D | bc.y | 58 %type <iptr> slist, re, fprefix, cargs, eora, cons, constant, lora 377 cons : constant 382 constant: '_' 394 | constant DIGIT
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | timex.h | 227 int32_t constant; /* pll time constant (rw) */ member
|
/titanic_41/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 74 d# 2048 constant /sector 75 d# 16 constant vol-desc-sector# ( -- n ) 417 constant /file-record 419 d# 10 constant #opens 420 #opens /file-record * constant /file-records
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_macinfo.c | 370 Dwarf_Unsigned constant, in dwarf_vendor_ext() argument 398 res = libdwarf_compose_add_line(dbg, constant, &compose_error_type); in dwarf_vendor_ext()
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.def | 59 /* CELL: all information about a variable or constant */ 83 #define CON 010 /* this is a constant */
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | memcpy.s | 66 movl $3,%eax / heavily used constant
|