Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 2042) sorted by relevance

12345678910>>...82

/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dtest62 b
3 b
4 b
5 b
6 b
7 b
8 b
9 b
10 b
11 b
[all …]
H A Dtest71 b
2 b
3 b
4 b
5 b
6 b
7 b
8 b
9 b
10 b
[all …]
H A Dtest13 b
5 b
6 b
8 b
9 b
10 b
12 b
13 b
14 b
15 b
[all …]
H A Dgout.t1.41 test0:b
2 test0:b
3 test0:b
4 test0:b
5 test0:b
6 test0:b
7 test0:b
8 test0:b
9 test0:b
10 test0:b
[all …]
H A Dgout.t1.51 test0:1:b
2 test0:2:b
3 test0:3:b
4 test0:4:b
5 test0:5:b
6 test0:6:b
7 test0:8:b
8 test0:9:b
9 test0:10:b
13 test1:3:b
[all …]
H A Dgout.t1.111 test0:b
2 test0:b
3 test0:b
4 test0:b
5 test0:b
6 test0:b
8 test0:b
9 test0:b
10 test0:b
11 test0:b
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.null01 b
6 b
13 b
18 b
23 b
28 b
33 b
38 b
43 b
48 b
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dcse-dual-compare.c1 static int eqeq(int a, int b) { return (a == b) == (b == a); } in eqeq() argument
2 static int nene(int a, int b) { return (a != b) == (b != a); } in nene() argument
4 static int ltgt(int a, int b) { return (a < b) == (b > a); } in ltgt() argument
5 static int lege(int a, int b) { return (a <= b) == (b >= a); } in lege() argument
6 static int gele(int a, int b) { return (a >= b) == (b <= a); } in gele() argument
7 static int gtlt(int a, int b) { return (a > b) == (b < a); } in gtlt() argument
9 static int eneqne(int a, int b) { return (a == b) == !(b != a); } in eneqne() argument
10 static int enneeq(int a, int b) { return (a != b) == !(b == a); } in enneeq() argument
12 static int enltle(int a, int b) { return (a < b) == !(b <= a); } in enltle() argument
13 static int enlelt(int a, int b) { return (a <= b) == !(b < a); } in enlelt() argument
[all …]
H A Dbool-simplify2.c6 static uint ioii(uint a, uint b) { return a || b; } in ioii() argument
7 static uint iaii(uint a, uint b) { return a && b; } in iaii() argument
8 static bool boii(uint a, uint b) { return a || b; } in boii() argument
9 static bool baii(uint a, uint b) { return a && b; } in baii() argument
10 static uint ioiii(uint a, uint b, uint c) { return a || b || c; } in ioiii() argument
11 static uint iaiii(uint a, uint b, uint c) { return a && b && c; } in iaiii() argument
12 static bool boiii(uint a, uint b, uint c) { return a || b || c; } in boiii() argument
17 static uint iobb(bool a, bool b) { return a || b; } in iobb() argument
18 static uint iabb(bool a, bool b) { return a && b; } in iabb() argument
19 static bool bobb(bool a, bool b) { return a || b; } in bobb() argument
[all …]
H A Dcse-commutativity.c1 static int add(int a, int b) { return (a + b) == (b + a); } in add() argument
2 static int mul(int a, int b) { return (a * b) == (b * a); } in mul() argument
3 static int and(int a, int b) { return (a & b) == (b & a); } in and() argument
4 static int ior(int a, int b) { return (a | b) == (b | a); } in ior() argument
5 static int xor(int a, int b) { return (a ^ b) == (b ^ a); } in xor() argument
6 static int eq(int a, int b) { return (a == b) == (b == a); } in eq() argument
7 static int ne(int a, int b) { return (a != b) == (b != a); } in ne() argument
/illumos-gate/usr/src/man/man1b/
H A DMakefile24 df.1b \
25 du.1b \
34 ln.1b \
36 lpc.1b \
37 lpq.1b \
38 lpr.1b \
44 ps.1b \
59 reset.1b
61 Mail.1b := LINKSRC = mail.1b
63 fasthalt.1b := LINKSRC = fastboot.1b
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/tracemem/
H A Dtst.dynsize.d.out2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
101 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
[all …]
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.851032 bu 1 +\033[\b\033]O
44 dg 1 |\033[\b\033]-
59 *b 1 ,\033[\b\033]B
85 *D 2 _\033[\b\033]/_\033[\b\033]\\
95 *C 1 _\033[\b\033]-\033[\b\033]~
97 *P 2 ~\033[\b\033]|~\033[\b\033]|
99 *S 1 ~\033[\b\033]_\033[\b\033]>
105 *W 2 _\033[\b\033](_\033[\b\033])
126 ib 2 (~\033[\b\033]_\033[\b\033]=
127 ip 2 ~\033[\b\033]_\033[\b\033]=)
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha1.c174 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in sha1_transform()
175 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in sha1_transform()
176 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in sha1_transform()
177 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in sha1_transform()
178 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in sha1_transform()
179 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in sha1_transform()
180 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in sha1_transform()
181 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in sha1_transform()
182 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in sha1_transform()
183 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in sha1_transform()
[all …]
H A Dsum-md5.c158 #define FF(a, b, c, d, x, s, ac) { \ argument
161 (a) += (b); \
163 #define GG(a, b, c, d, x, s, ac) { \ argument
166 (a) += (b); \
168 #define HH(a, b, c, d, x, s, ac) { \ argument
171 (a) += (b); \
173 #define II(a, b, c, d, x, s, ac) { \ argument
176 (a) += (b); \
183 UINT4 b = state[1]; in md5_transform() local
191 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in md5_transform()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h82 #define SIZE(b) ((b)->t_s) argument
83 #define AFTER(b) ((b)->t_p) argument
84 #define PARENT(b) ((b)->t_p) argument
85 #define LEFT(b) ((b)->t_l) argument
86 #define RIGHT(b) ((b)->t_r) argument
87 #define LINKFOR(b) ((b)->t_n) argument
88 #define LINKBAK(b) ((b)->t_p) argument
119 #define SIZE(b) (((b)->t_s).w_i) argument
123 #define LEFT(b) (((b)->t_l).w_p) argument
142 #define SELFP(b) ((TREE **)(((uintptr_t)(b)) + SIZE(b))) argument
[all …]
H A Dgetgrnam.c76 return (b); in get_grbuf()
85 if (b == NULL) in getgrgid()
88 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen); in getgrgid()
91 if (b == NULL) in getgrgid()
93 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen); in getgrgid()
104 if (b == NULL) in getgrnam()
107 ret = getgrnam_r(nam, b->result, b->buffer, b->buflen); in getgrnam()
110 if (b == NULL) in getgrnam()
112 ret = getgrnam_r(nam, b->result, b->buffer, b->buflen); in getgrnam()
123 getgrent_r(b->result, b->buffer, b->buflen)); in getgrent()
[all …]
H A Dgetpwnam.c59 nss_XbyY_buf_t *b; in get_pwbuf() local
64 return (b); in get_pwbuf()
70 nss_XbyY_buf_t *b = get_pwbuf(); in getpwuid() local
72 return (b == NULL ? NULL : in getpwuid()
73 getpwuid_r(uid, b->result, b->buffer, b->buflen)); in getpwuid()
81 return (b == NULL ? NULL : in getpwnam()
82 getpwnam_r(nam, b->result, b->buffer, b->buflen)); in getpwnam()
90 return (b == NULL ? NULL : in getpwent()
91 getpwent_r(b->result, b->buffer, b->buflen)); in getpwent()
99 return (b == NULL ? NULL : in fgetpwent()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c37 bitset_init(bitset_t *b) in bitset_init() argument
50 b->bs_fanout = fanout; in bitset_init_fanout()
58 bitset_fini(bitset_t *b) in bitset_fini() argument
60 if (b->bs_words > 0) in bitset_fini()
61 kmem_free(b->bs_set, b->bs_words * sizeof (ulong_t)); in bitset_fini()
86 if (b->bs_words > 0) in bitset_resize()
94 bset_tmp = b->bs_set; in bitset_resize()
95 b->bs_set = bset_new; in bitset_resize()
98 if (b->bs_words > 0) in bitset_resize()
101 b->bs_words = nwords; in bitset_resize()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlook.c63 for (b = tab->table[n]; b; b = b->next) in hashlook()
65 s1 = hashname(b); in hashlook()
68 if (!c) return((flags & HASH_VALUE) ? b->value : (char*)b); in hashlook()
100 for (prev = 0, b = tab->table[n]; b; prev = b, b = b->next) in hashlook()
188 name = (b->hash & HASH_FREENAME) ? (char*)b->name : (char*)0; in hashlook()
223 if (b->name == ((char*)b + i) && strlen(b->name) <= m) in hashlook()
265 if (prev = b) in hashlook()
267 name = (b->hash & HASH_HIDES) ? b->name : (char*)b; in hashlook()
315 b->name = (char*)b + n; in hashlook()
331 b->hash = n = i; in hashlook()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbigrow.test136 UPDATE t1 SET b=b||b;
137 UPDATE t1 SET b=b||b;
138 UPDATE t1 SET b=b||b;
160 UPDATE t1 SET b=b||b;
161 UPDATE t1 SET b=b||b;
162 UPDATE t1 SET b=b||b;
163 UPDATE t1 SET b=b||b;
164 UPDATE t1 SET b=b||b;
165 UPDATE t1 SET b=b||b;
166 UPDATE t1 SET b=b||b;
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c78 #define FF(a, b, c, d, x, s, ac) \ argument
79 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
81 (a) += (b); \
83 #define GG(a, b, c, d, x, s, ac) \ argument
84 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
86 (a) += (b); \
88 #define HH(a, b, c, d, x, s, ac) \ argument
91 (a) += (b); \
93 #define II(a, b, c, d, x, s, ac) \ argument
96 (a) += (b); \
[all …]
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h90 #define SIZE(b) (((b)->t_s).w_i) argument
94 #define PARENT(b) (((b)->t_p).w_p[0]) argument
95 #define LEFT(b) (((b)->t_l).w_p[0]) argument
96 #define RIGHT(b) (((b)->t_r).w_p[0]) argument
99 #define AFTER(b) (((b)->t_p).w_p[0]) argument
102 #define LINKFOR(b) (((b)->t_n).w_p[0]) argument
103 #define LINKBAK(b) (((b)->t_p).w_p[0]) argument
112 #define SELFP(b) (&(NEXT(b)->t_s.w_p[1])) argument
113 #define LAST(b) ((b)->t_s.w_p[1]) argument
114 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE)) argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubexec.c33 if (((b)->re_end - (b)->re_cur) < (n)) \
35 size_t o = (b)->re_cur - (b)->re_buf; \
36 size_t a = ((b)->re_end - (b)->re_buf); \
40 if (!((b)->re_buf = alloc(p->env->disc, (b)->re_buf, a))) \
42 (b)->re_buf = (b)->re_cur = (b)->re_end = 0; \
46 (b)->re_cur = (b)->re_buf + o; \
47 (b)->re_end = (b)->re_buf + a; \
157 b = p->re_sub; in regsubexec()
159 b->re_cur = b->re_buf; in regsubexec()
169 if (!c && (c = sub(p, b, s, b->re_ops, nmatch, match))) in regsubexec()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c71 #define FF(a, b, c, d, x, s) \ argument
75 #define GG(a, b, c, d, x, s) \ argument
79 #define HH(a, b, c, d, x, s) \ argument
178 #define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; } in Transform()
199 FF (a, b, c, d, in[ 0], 3); in Transform()
200 FF (d, a, b, c, in[ 1], 7); in Transform()
201 FF (c, d, a, b, in[ 2], 11); in Transform()
202 FF (b, c, d, a, in[ 3], 19); in Transform()
203 FF (a, b, c, d, in[ 4], 3); in Transform()
204 FF (d, a, b, c, in[ 5], 7); in Transform()
[all …]

12345678910>>...82