Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 139) sorted by relevance

123456

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c159 int integer; in lpd_add_rfc1179_attributes() local
239 integer = 0; in lpd_add_rfc1179_attributes()
241 if (integer >= 1) { in lpd_add_rfc1179_attributes()
244 "pr-indent", integer); in lpd_add_rfc1179_attributes()
248 integer = 0; in lpd_add_rfc1179_attributes()
250 if (integer >= 1) { in lpd_add_rfc1179_attributes()
253 "pr-width", integer); in lpd_add_rfc1179_attributes()
355 int integer; in lpd_add_svr4_attributes() local
402 integer = -1; in lpd_add_svr4_attributes()
404 if (integer != -1) { in lpd_add_svr4_attributes()
[all …]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnrform27 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
53 integer lexshf, yytext(YYLMAX), yyback, yybgin
54 integer z, t
167 integer function yyback (isub, n)
[all …]
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME22 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 Dnocast-vs-bitwise.md8 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 DIR.rst85 Shift left (integer only)
88 Logical Shift right (integer only)
91 Arithmetic Shift right (integer only)
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.
287 Conversion from float type to unsigned integer.
290 Conversion from float type to signed integer.
293 Conversion from unsigned integer to float type.
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dcaller_info.schema1 …ller varchar(64), function varchar(64), call_id integer, static boolean, type integer, parameter i…
H A Dcommon_caller_info.schema1 …ller varchar(64), function varchar(64), call_id integer, static boolean, type integer, parameter i…
H A Dreturn_states.schema1 …rchar(64), call_id big int, return_id integer, return varchar(256), static boolean, type integer, …
H A Dcall_implies.schema4 call_id integer,
6 type integer,
7 parameter integer,
H A Dreturn_implies.schema4 call_id integer,
6 type integer,
7 parameter integer,
H A Dmtag_data.schema1 CREATE TABLE mtag_data (tag big int, offset integer, type integer, value varchar(80));
H A Dfn_data_link.schema1 …(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 Dpopd5 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 Dpushd5 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 Ddirs5 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 Dpowl.S53 / -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 Dintpkey.test23 # 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 Dlaststmtchanges.test83 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 Dpow.S55 / -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 Dpowf.S56 / -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 Dpowl.S53 / -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,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out7 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 Dos_SunOS_amd64.s90 / 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/tools/ndrgen/
H A Dndrgen.h95 typedef struct integer { struct
96 struct integer *next; argument
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg80 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\

123456