/illumos-gate/usr/src/boot/forth/ |
H A D | frames.4th | 44 45 constant ascii_dash 45 61 constant ascii_equal 46 124 constant ascii_pipe 47 43 constant ascii_plus 50 $2500 constant sh_el 51 $2502 constant sv_el 52 $250c constant slt_el 53 $2514 constant slb_el 54 $2510 constant srt_el 55 $2518 constant srb_el [all …]
|
H A D | delay.4th | 32 2 constant delay_default \ Default delay (in seconds) 33 3 constant etx_key \ End-of-Text character produced by Ctrl+C 34 13 constant enter_key \ Carriage-Return character produce by ENTER 35 27 constant esc_key \ Escape character produced by ESC or Ctrl+[
|
H A D | check-password.4th | 33 13 constant enter_key \ The decimal ASCII value for Enter key 34 8 constant bs_key \ The decimal ASCII value for Backspace key 35 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence 36 255 constant readmax \ Maximum number of characters for the password
|
H A D | support.4th | 72 1 constant ESYNTAX 73 2 constant ENOMEM 74 3 constant EFREE 75 4 constant ESETERROR \ error setting environment variable 76 5 constant EREAD \ error reading 77 6 constant EOPEN 78 7 constant EEXEC \ XXX never catched 79 8 constant EBEFORELOAD 80 9 constant EAFTERLOAD 84 0 constant SEEK_SET [all …]
|
H A D | menu.4th | 41 46 constant dot \ ASCII definition of a period (in decimal) 43 5 constant menu_default_x \ default column position of timeout 44 10 constant menu_default_y \ default row position of timeout msg 45 4 constant menu_timeout_default_x \ default column position of timeout 46 23 constant menu_timeout_default_y \ default row position of timeout msg 47 10 constant menu_timeout_default \ default timeout (in seconds) 51 1 constant menu_start \ Numerical prefix of first menu item 52 dot constant bullet \ Menu bullet (appears after numerical prefix) 53 5 constant menu_x \ Row position of the menu (from the top) 54 10 constant menu_y \ Column position of the menu (from left side)
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | ntptime.c | 167 if ((modes & MOD_TIMECONST) && (ntv.constant < 0 || ntv.constant > 30)) in ntp_adjtime() 180 time_constant = ntv.constant; in ntp_adjtime() 206 ntv.constant = time_constant; in ntp_adjtime()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | simplify.c | 427 static inline int constant(pseudo_t pseudo) in constant() function 655 if (!constant(src2)) in simplify_mask_or_and() 741 if (!constant(sh->src2) || sh->tainted) in simplify_mask_shift() 840 if (!constant(def->src2)) in simplify_shift() 876 if (!constant(def->src2)) in simplify_shift() 1199 if (constant(insn->src1)) { in simplify_binop() 1200 if (constant(insn->src2)) in simplify_binop() 1204 if (constant(insn->src2)) in simplify_binop() 1314 if (constant(insn->src1)) in simplify_unop() 1351 if (constant(off)) in simplify_one_memop() [all …]
|
H A D | token.h | 58 enum constantfile constant; member
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | in.test | 79 } {1 {right-hand side of IN operator must be constant}} 83 } {1 {right-hand side of IN operator must be constant}} 90 } {1 {right-hand side of IN operator must be constant}} 94 } {1 {right-hand side of IN operator must be constant}} 144 # Do an IN with a constant RHS but where the RHS has many, many 153 'Do','an','IN','with','a','constant','RHS','but','where','the',
|
H A D | memleak.test | 31 # each round of the test. This number should be constant. If it
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | BUGS | 4 06/11/92 gsf spurious empty character constant warning for shipproto.c
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 261 constant = intnode((INT)0); in awkvarinit() 296 constant->n_int = rp->r_ivalue; in awkvarinit() 297 (void) assign(np, constant); in awkvarinit() 337 ARGVsubi = node(INDEX, vlook(s_ARGV), constant); in awkarginit() 339 constant->n_int = ac; in awkarginit() 340 (void) assign(varARGC, constant); in awkarginit() 343 constant->n_int = i; in awkarginit()
|
H A D | awk4.c | 278 constant->n_int = length; in f_match() 279 (void)assign(vlook(M_MB_L("RLENGTH")), constant); in f_match() 421 tnp = node(INDEX, tnp, constant); in f_split() 434 constant->n_int = ++fcount; in f_split()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | check_byte_count-ice.c | 12 check_byte_count-ice.c:5:23: warning: multi-character character constant in foo()
|
/illumos-gate/usr/src/cmd/bc/ |
H A D | bc.y | 80 %type <iptr> re fprefix cargs eora cons constant lora 537 cons : constant 542 constant: '_' 554 | constant DIGIT
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 17 decimal 32 constant bl 46 0 constant false 47 false invert constant true
|
H A D | ficllocal.fr | 10 0 constant zero
|
H A D | jhlocal.fr | 35 1 constant local-is-double 36 2 constant local-is-float
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | timex.h | 227 int32_t constant; /* pll time constant (rw) */ member
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_macinfo.c | 361 Dwarf_Unsigned constant, in dwarf_vendor_ext() argument 389 res = libdwarf_compose_add_line(dbg, constant, &compose_error_type); in dwarf_vendor_ext()
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.def | 58 /* CELL: all information about a variable or constant */ 82 #define CON 010 /* this is a constant */
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | ficltest.fr | 49 here constant fence
|