Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 25 of 219) sorted by relevance

123456789

/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbool-simplify2.c1 typedef unsigned int uint; typedef
4 static uint ini(uint a) { return !a; } in ini()
5 static bool bni(uint a) { return !a; } in bni()
6 static uint ioii(uint a, uint b) { return a || b; } in ioii()
7 static uint iaii(uint a, uint b) { return a && b; } in iaii()
8 static bool boii(uint a, uint b) { return a || b; } in boii()
9 static bool baii(uint a, uint b) { return a && b; } in baii()
10 static uint ioiii(uint a, uint b, uint c) { return a || b || c; } in ioiii()
11 static uint iaiii(uint a, uint b, uint c) { return a && b && c; } in iaiii()
12 static bool boiii(uint a, uint b, uint c) { return a || b || c; } in boiii()
[all …]
H A Dcanonical-cmp.c2 typedef unsigned int uint; typedef
12 uint ueq(uint p, uint a) { return (123 == p) ? a : 0; } in ueq()
13 uint une(uint p, uint a) { return (123 != p) ? a : 0; } in une()
15 uint ubt(uint p, uint a) { return (123 > p) ? a : 0; } in ubt()
16 uint ube(uint p, uint a) { return (123 >= p) ? a : 0; } in ube()
17 uint uae(uint p, uint a) { return (123 <= p) ? a : 0; } in uae()
18 uint uat(uint p, uint a) { return (123 < p) ? a : 0; } in uat()
H A Dcast-kinds.c1 typedef unsigned int uint; typedef
4 static int uint_2_int(uint a) { return (int)a; } in uint_2_int()
11 static uint int_2_uint(int a) { return (uint)a; } in int_2_uint()
12 static uint long_2_uint(long a) { return (uint)a; } in long_2_uint()
13 static uint ulong_2_uint(ulong a) { return (uint)a; } in ulong_2_uint()
14 static uint vptr_2_uint(void *a) { return (uint)a; } in vptr_2_uint()
15 static uint iptr_2_uint(int *a) { return (uint)a; } in iptr_2_uint()
16 static uint float_2_uint(float a) { return (uint)a; } in float_2_uint()
17 static uint double_2_uint(double a) { return (uint)a; } in double_2_uint()
19 static long uint_2_long(uint a) { return (long)a; } in uint_2_long()
[all …]
H A Dcanonical-mul.c1 #define uint unsigned int macro
3 uint xtc_umul_ytc(uint x, uint y) { return (x * 3) * (y * 2); } in xtc_umul_ytc()
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dcast-constants.c1 typedef unsigned int uint; typedef
11 static uint int_2_uint(void) { return (uint)123; } in int_2_uint()
12 static uint long_2_uint(void) { return (uint)123L; } in long_2_uint()
13 static uint ulong_2_uint(void) { return (uint)123UL; } in ulong_2_uint()
14 static uint vptr_2_uint(void) { return (uint)((void*)123); } in vptr_2_uint()
15 static uint iptr_2_uint(void) { return (uint)((int*)128); } in iptr_2_uint()
16 static uint float_2_uint(void) { return (uint)1.123F; } in float_2_uint()
17 static uint double_2_uint(void) { return (uint)1.123L; } in double_2_uint()
H A Dcast-constant-to-float.c1 typedef unsigned int uint; typedef
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c56 register uint na; in f_exp()
71 register uint na; in f_int()
86 register uint na; in f_log()
101 register uint na; in f_sqrt()
156 register uint na; in f_srand()
157 register uint seed; in f_srand()
220 register uint n; in dosub()
221 register uint na; in dosub()
338 register uint na; in f_length()
361 uint n; in f_split()
[all …]
H A Dawk0.c163 uint npattern; /* Number of non-BEGIN patterns */
164 uint nfield; /* Number of fields (if splitdone) */
165 uint fcount; /* Field counter (used by blackfield)*/
166 uint phase; /* BEGIN, END, or 0 */
167 uint running = 0; /* Set if not in compile phase */
169 uint lexlast = '\n'; /* Last lexical token */
170 uint lineno = 0; /* Current programme line number */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtstrhash.c38 uint dtstrhash(uint h, Void_t* args, ssize_t n) in dtstrhash()
40 uint dtstrhash(h,args,n) in dtstrhash()
41 reg uint h; in dtstrhash()
H A Dcdtlib.h51 #if !defined(uint)
52 #define uint unsigned int macro
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcast-weirds.c1 typedef unsigned int uint; typedef
5 static int * uint_2_iptr(uint a) { return (int *)a; } in uint_2_iptr()
8 static void * uint_2_vptr(uint a) { return (void *)a; } in uint_2_vptr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dpiclfrutree.info28 * supported prop types: void, int, uint, float, string
71 PROP Slot uint r 4 0
77 PROP Slot uint r 4 1
83 PROP Slot uint r 4 2
89 PROP Slot uint r 4 0
97 PROP Slot uint r 4 0
102 PROP Slot uint r 4 1
H A Dsystem-board.info35 PROP Slot uint r 4 0
40 PROP Slot uint r 4 1
45 PROP Slot uint r 4 2
50 PROP Slot uint r 4 3
55 PROP Slot uint r 4 0
60 PROP Slot uint r 4 1
68 PROP Slot uint r 4 0
73 PROP Slot uint r 4 1
78 PROP Slot uint r 4 2
83 PROP Slot uint r 4 3
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dcast.c5 typedef unsigned int uint; typedef
23 DEFINE_CAST(from, uint) \
38 DEFINE_CASTS(uint)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/
H A Dsystem-board.info35 PROP GeoAddr uint r 1 1
41 PROP GeoAddr uint r 1 2
46 PROP GeoAddr uint r 1 1
52 PROP GeoAddr uint r 1 2
58 PROP GeoAddr uint r 1 3
64 PROP GeoAddr uint r 1 4
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dsystem-board.info34 PROP Slot uint r 4 0
38 PROP Slot uint r 4 1
55 PROP Slot uint r 4 0
59 PROP Slot uint r 4 1
62 PROP Slot uint r 4 0
66 PROP Slot uint r 4 1
70 PROP Slot uint r 4 2
74 PROP Slot uint r 4 3
78 PROP Slot uint r 4 4
82 PROP Slot uint r 4 5
[all …]
H A Dpiclfrutree.info28 * supported prop types: void, int, uint, float, string
83 PROP Slot uint r 4 0
87 PROP Slot uint r 4 1
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Dsystem-board.info43 PROP Slot uint r 4 0
47 PROP Slot uint r 4 0
51 PROP Slot uint r 4 1
55 PROP Slot uint r 4 2
59 PROP Slot uint r 4 3
68 PROP TransferSize uint r 4 64
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dsystem-board.info62 PROP Slot uint r 4 0
67 PROP Slot uint r 4 1
71 PROP Slot uint r 4 1
76 PROP Slot uint r 4 2
81 PROP Slot uint r 4 3
86 PROP Slot uint r 4 4
91 PROP Slot uint r 4 5
96 PROP Slot uint r 4 6
101 PROP Slot uint r 4 7
106 PROP Slot uint r 4 8
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Darc4random.c93 uint rnd[(128 - sizeof(struct timeval)) / sizeof(uint)];
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dsystem-board.info54 PROP Slot uint r 4 0
58 PROP Slot uint r 4 0
63 PROP Slot uint r 4 1
68 PROP Slot uint r 4 2
73 PROP Slot uint r 4 3
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvprintf.c33 #define HIGHBITI (~((~((uint)0)) >> 1))
614 { if(sizeof(wchar_t) <= sizeof(uint) )
615 argv.wc = (wchar_t)va_arg(args,uint);
956 v = (int)((uint)argv.vp);
1088 ((uint)v)*base];
1093 { sfucvt(v,sp,n,ssp,int,uint);
1098 } while((v = ((uint)v) >> n) );
1102 { *--sp = ssp[((uint)v)%base];
1103 } while((v = ((uint)v)/base) );
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c907 static int _llseek (uint filedes, ulong hi, ulong lo, in write_to_partition()
908 loff_t *res, uint wh); in write_to_partition()
909 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in write_to_partition()
910 loff_t *, res, uint, wh); in write_to_partition()
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnet.c47 static int xfer_cfAfile(int, char *, char *, uint);
193 xfer_cfAfile(int sockfd, char * cfAfile, char * cfAname, uint size) in xfer_cfAfile()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c949 static int _llseek (uint filedes, ulong hi, ulong lo, in biosdisk()
950 loff_t *res, uint wh); in biosdisk()
951 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in biosdisk()
952 loff_t *, res, uint, wh); in biosdisk()

123456789