/titanic_50/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-job.c | 158 int integer; in lpd_add_rfc1179_attributes() local 238 integer = 0; in lpd_add_rfc1179_attributes() 239 papiAttributeListGetInteger(attributes, NULL, "pr-indent", &integer); in lpd_add_rfc1179_attributes() 240 if (integer >= 1) { in lpd_add_rfc1179_attributes() 241 add_int_control_line(metadata, 'I', integer, LPD_RFC); in lpd_add_rfc1179_attributes() 243 "pr-indent", integer); in lpd_add_rfc1179_attributes() 247 integer = 0; in lpd_add_rfc1179_attributes() 248 papiAttributeListGetInteger(attributes, NULL, "pr-width", &integer); in lpd_add_rfc1179_attributes() 249 if (integer >= 1) { in lpd_add_rfc1179_attributes() 250 add_int_control_line(metadata, 'W', integer, LPD_RFC); in lpd_add_rfc1179_attributes() [all …]
|
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | nrform | 29 integer cshift, csize, yynlin 35 integer yyfnd, yymorf, yyprev, yybgin, yytop 40 integer function yylook(dummy) 48 integer verif(Sverif), advan(Sadvan),stoff(Sstoff),match(Smatch) 49 integer sfall(Ssfall),atable(Satable),extra(Sextra), vstop(Svstop) 50 integer state, lsp, r 51 integer ch, n 54 integer yyfnd, yymorf, yylsta, yylsp, yytext, yyprev, yyleng, yytop 55 integer lexshf, yytext(YYLMAX), yyback, yybgin 56 integer z, t [all …]
|
/titanic_50/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 …]
|
/titanic_50/usr/src/lib/libshell/common/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
|
/titanic_50/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,
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | laststmtchanges.test | 85 create table t1 (k integer primary key); 86 create table t2 (k integer primary key, v1, v2); 182 create temp table t1 (k integer primary key); 183 create temp table t2 (k integer primary key); 186 create temp table n1 (k integer primary key, n); 187 create temp table n2 (k integer primary key, n);
|
H A D | intpkey.test | 25 # integer 42 # Now create a table with an integer primary key and verify that 104 # the integer primary key. 131 # Try to insert a non-integer value into the primary key field. This 163 # Check to make sure indices work correctly with integer primary keys 253 # Create indices that include the integer primary key as one of their 303 # Test inequality constraints on integer primary keys and rowids 384 # table that contains an integer primary key. 475 # to reference an integer primary key.
|
H A D | lastinsert.test | 34 create table t1 (k integer primary key); 61 create table t2 (k integer primary key, val1, val2, val3); 267 create temp table t1 (k integer primary key); 268 create temp table t2 (k integer primary key); 271 create temp table rid (k integer primary key, rin, rout);
|
H A D | trigger4.test | 21 create table test1(id integer primary key,a); 22 create table test2(id integer,b);
|
H A D | join4_28.test | 26 create temp table t1(a integer, b varchar(10)); 32 create temp table t2(x integer, y varchar(10), z varchar(10));
|
/titanic_50/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 | 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,
|
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 | scalblnl.s | 35 fildl 16(%esp) / convert 32-bit integer N
|
H A D | scalbnl.s | 35 fildl 16(%esp) / convert 32-bit integer N
|
/titanic_50/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|
|
/titanic_50/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'
|
/titanic_50/usr/src/tools/ndrgen/ |
H A D | ndrgen.h | 91 typedef struct integer { struct 92 struct integer *next; argument
|
/titanic_50/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\
|
H A D | syminfo.msg | 86 An integer value that describes the object this symbol is\n\ 93 constants are accepted, as is any integer.\n" 116 an integer that contains one of the special SYMINFO_BT_ values,\n\ 126 By default, value is an integer, which will have one of the\n\
|
H A D | ehdr.msg | 89 symbolic constants, or any integer.\n" 94 symbolic constants, or any integer.\n" 100 an integer value, or any of the EI_ symbolic constants\n\ 105 an integer value, or any symbolic constants defined in\n\ 110 an integer value, or any of the ET_ symbolic constants\n\ 115 an integer value, or any of the EM_ symbolic constants\n\ 120 an integer value, or any of the EV_ symbolic constants\n\ 133 New value for processor-specific flags. This can be an integer\n\ 161 interpreted as an integer, or one of the well known SHN_\n\ 165 interpreted as an integer, or one of the well known SHT_\n\ [all …]
|
H A D | sym.msg | 124 symbolic constants, or any integer.\n" 128 symbolic constants, or any integer.\n" 144 accepted, as is any integer in the range 0 - 15.\n" 152 this is an integer offset into the string table section\n\ 170 and is interpreted as an integer, or one of the well known\n\ 174 and is interpreted as an integer, or one of the well known\n\ 183 integer in the range 0 - 15.\n" 189 are integer values.\n"
|
/titanic_50/usr/src/lib/print/libpapi-common/common/ |
H A D | attribute.c | 173 result->integer = v->integer; in papiAttributeValueDup() 311 char *name, int integer) in papiAttributeListAddInteger() argument 315 v.integer = integer; in papiAttributeListAddInteger() 507 *vptr = value->integer; in papiAttributeListGetInteger() 704 value->integer = atoi(parts[0]); in _add_attribute_value() 921 values[i]->integer); in papiAttributeToString()
|