/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-job.c | 159 int integer; in lpd_add_rfc1179_attributes() local 239 integer = 0; in lpd_add_rfc1179_attributes() 240 papiAttributeListGetInteger(attributes, NULL, "pr-indent", &integer); in lpd_add_rfc1179_attributes() 241 if (integer >= 1) { in lpd_add_rfc1179_attributes() 242 add_int_control_line(metadata, 'I', integer, LPD_RFC); in lpd_add_rfc1179_attributes() 244 "pr-indent", integer); in lpd_add_rfc1179_attributes() 248 integer = 0; in lpd_add_rfc1179_attributes() 249 papiAttributeListGetInteger(attributes, NULL, "pr-width", &integer); in lpd_add_rfc1179_attributes() 250 if (integer >= 1) { in lpd_add_rfc1179_attributes() 251 add_int_control_line(metadata, 'W', integer, LPD_RFC); in lpd_add_rfc1179_attributes() [all …]
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | nrform | 27 integer cshift, csize, yynlin 33 integer yyfnd, yymorf, yyprev, yybgin, yytop 38 integer function yylook(dummy) 46 integer verif(Sverif), advan(Sadvan),stoff(Sstoff),match(Smatch) 47 integer sfall(Ssfall),atable(Satable),extra(Sextra), vstop(Svstop) 48 integer state, lsp, r 49 integer ch, n 52 integer yyfnd, yymorf, yylsta, yylsp, yytext, yyprev, yyleng, yytop 53 integer lexshf, yytext(YYLMAX), yyback, yybgin 54 integer z, t [all …]
|
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 22 bset [integer] /*bits that must be set for printing*/ 23 breset [integer] /*bits that must be reset for printing*/ 24 Hor [integer] /*size of unit of horizontal motion*/ 25 Vert [integer] /*size of unit of vertical motion*/ 26 Newline [integer] /*size of line of vertical motion*/ 27 Char [integer] /*size of character horizontally*/ 28 Em [integer] /*size of Em of horizontal motion*/ 29 Halfline [integer] /*size of half line of vertical motion*/ 30 Adj [integer] /*horizontal resolution*/ 52 then white space, and then the value. The value is either an integer, [all …]
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | nocast-vs-bitwise.md | 8 So `__nocast` on integer types is usually not that powerful. It just 11 integer types, and it's not really considered anything wrong. 13 `__bitwise` ends up being a *stronger integer separation*. That one 21 less likely that they get truncated by mistake. So a 64-bit integer 23 example. But they mix well with random integer types, so you can add 28 types, and that you'd never want to just use as a random integer (the 29 integer `0` is special, though, and gets silently accepted - it's
|
H A D | IR.rst | 85 Shift left (integer only) 88 Logical Shift right (integer only) 91 Arithmetic Shift right (integer only) 132 * .target: result of the operation (0/1 valued integer) 167 They all have the same signature as the integer compares. 266 an unsigned integer of the same size. 269 Cast from integer to an integer of a smaller size. 272 Cast from integer to an integer of a bigger size with sign extension. 275 Cast from integer to an integer of a bigger size with zero extension. 278 Cast from pointer-sized unsigned integer to pointer type. [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | caller_info.schema | 1 …ller varchar(64), function varchar(64), call_id integer, static boolean, type integer, parameter i…
|
H A D | common_caller_info.schema | 1 …ller varchar(64), function varchar(64), call_id integer, static boolean, type integer, parameter i…
|
H A D | return_states.schema | 1 …rchar(64), call_id big int, return_id integer, return varchar(256), static boolean, type integer, …
|
H A D | return_implies.schema | 4 call_id integer, 6 type integer, 7 parameter integer,
|
H A D | call_implies.schema | 4 call_id integer, 6 type integer, 7 parameter integer,
|
H A D | mtag_data.schema | 1 CREATE TABLE mtag_data (tag big int, offset integer, type integer, value varchar(80));
|
H A D | fn_data_link.schema | 1 …(file varchar(128), function varchar(64), static boolean, type integer, parameter integer, key var…
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/ |
H A D | popd | 5 integer _push_max=100 _push_top=100 24 integer i 34 integer i=_push_top$1-1 95 integer i=_push_top$1-1
|
H A D | pushd | 5 integer _push_max=100 _push_top=100 24 integer i 34 integer i=_push_top$1-1 95 integer i=_push_top$1-1
|
H A D | dirs | 5 integer _push_max=${CDSTACK-32} _push_top=${CDSTACK-32} 29 integer n=0 type=4 77 integer i=_push_top
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | powl.S | 53 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 54 / x ** y (x negative & y not integer) is NaN (i flag) 218 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 219 / x ** y (x negative & y not integer) is NaN 318 jne 1f / y is not an odd integer 319 / y is an odd integer 336 1: / y is not an odd integer 390 / Set %ecx to 2 if y is an even integer, 1 if y is an odd integer,
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | intpkey.test | 23 # integer 40 # Now create a table with an integer primary key and verify that 102 # the integer primary key. 129 # Try to insert a non-integer value into the primary key field. This 161 # Check to make sure indices work correctly with integer primary keys 251 # Create indices that include the integer primary key as one of their 301 # Test inequality constraints on integer primary keys and rowids 382 # table that contains an integer primary key. 473 # to reference an integer primary key.
|
H A D | laststmtchanges.test | 83 create table t1 (k integer primary key); 84 create table t2 (k integer primary key, v1, v2); 180 create temp table t1 (k integer primary key); 181 create temp table t2 (k integer primary key); 184 create temp table n1 (k integer primary key, n); 185 create temp table n2 (k integer primary key, n);
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | pow.S | 55 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 56 / x ** y (x negative & y not integer) _SVID_libm_err 232 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 233 / x ** y (x negative & y not integer) is NaN 360 jne 1f / y is not an odd integer 361 / y is an odd integer 377 1: / y is not an odd integer 437 / Set %ecx to 2 if y is an even integer, 1 if y is an odd integer,
|
H A D | powl.S | 53 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 54 / x ** y (x negative & y not integer) is NaN (i flag) 224 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 225 / x ** y (x negative & y not integer) is NaN 331 jne 1f / y is not an odd integer 332 / y is an odd integer 350 1: / y is not an odd integer 405 / Set %ecx to 2 if y is an even integer, 1 if y is an odd integer,
|
H A D | powf.S | 56 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 57 / x ** y (x negative & y not integer) is NaN (i flag) 228 / -x ** y (an integer) is (-1)**(y) * (+x)**(y) 229 / x ** y (x negative & y not integer) is NaN 339 jne 1f / y is not an odd integer 340 / y is an odd integer 358 1: / y is not an odd integer 413 / Set %ecx to 2 if y is an even integer, 1 if y is an odd integer,
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d.out | 7 tst |one-element array: integer| 18 tst |one-element array: hex integer (not in spec, not supported)| 33 tst |one-element array: integer + whitespace| 38 tst |one-element array: integer + exponent + whitespace|
|
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 90 / Atomically increment the integer pointed to by 'val' and return 106 / Atomically decrement the integer pointed to by 'val' and return 122 / Atomically set the integer pointed to by 'val' to the new 151 / Atomically add 'val' to the integer pointed to by 'ptr'
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | shdr.msg | 80 symbolic constants, or any integer.\n" 85 symbolic constants, or any integer.\n" 93 as an integer. The index of the first section with the\n\ 98 as an integer. The index of the first section of the specified\n\ 100 known SHT_ symbolic constants, or any integer.\n" 111 interpreted as an integer, or one of the well known SHN_\n\ 115 interpreted as an integer, or one of the well known SHT_\n\ 130 any integer.\n" 142 used, this is an integer offset into the section header\n\ 161 Value to set for section type. The value can be an integer,\n\
|
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndrgen.h | 95 typedef struct integer { struct 96 struct integer *next; argument
|