Home
last modified time | relevance | path

Searched refs:a (Results 51 – 75 of 4145) sorted by relevance

12345678910>>...166

/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dgout.t1.226 test0:7:a
151 test2:7:a
163 test2:20:a
175 test2:33:a
187 test3:7:a
193 test3:13:a
201 test4:7:a
213 test4:20:a
225 test4:33:a
233 test4:41:a
[all …]
H A Dgout.t1.426 test0:a
151 test2:a
163 test2:a
175 test2:a
187 test3:a
193 test3:a
201 test4:a
213 test4:a
225 test4:a
233 test4:a
[all …]
H A Dgout.t1.436 test0:7:a
151 test2:7:a
163 test2:20:a
175 test2:33:a
187 test3:7:a
193 test3:13:a
201 test4:7:a
213 test4:20:a
225 test4:33:a
233 test4:41:a
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_384.c91 s[0][i] = MP_DIGIT(a, i); in ec_GFp_nistp384_mod()
97 s[1][4] = MP_DIGIT(a, 21); in ec_GFp_nistp384_mod()
98 s[1][5] = MP_DIGIT(a, 22); in ec_GFp_nistp384_mod()
197 s[1][2] = (MP_DIGIT(a, 10) >> 32) | (MP_DIGIT(a, 11) << 32); in ec_GFp_nistp384_mod()
204 s[3][0] = (MP_DIGIT(a, 10) >> 32) | (MP_DIGIT(a, 11) << 32); in ec_GFp_nistp384_mod()
205 s[3][1] = (MP_DIGIT(a, 11) >> 32) | (MP_DIGIT(a, 6) << 32); in ec_GFp_nistp384_mod()
207 s[3][i] = (MP_DIGIT(a, i+4) >> 32) | (MP_DIGIT(a, i+5) << 32); in ec_GFp_nistp384_mod()
226 s[7][0] = (MP_DIGIT(a, 11) >> 32) | (MP_DIGIT(a, 6) << 32); in ec_GFp_nistp384_mod()
228 s[7][i] = (MP_DIGIT(a, i+5) >> 32) | (MP_DIGIT(a, i+6) << 32); in ec_GFp_nistp384_mod()
231 s[8][1] = (MP_DIGIT(a, 10) >> 32) | (MP_DIGIT(a, 11) << 32); in ec_GFp_nistp384_mod()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dnasty.awk60 a="aaaaa"
61 a=a a #10
62 a=a a #20
63 a=a a #40
64 a=a a #80
65 a=a a #160
66 a=a a # i.e. a is long enough
68 a=a"\n"f() # this causes the trouble
69 print a # guess the result
76 gsub(/a/, "123", a)
H A Dnasty2.awk4 a="aaaaa"
5 a=a a #10
6 a=a a #20
7 a=a a #40
8 a=a a #80
9 a=a a #160
10 a=a a # i.e. a is long enough
12 printf("a = %s, f() = %s\n", a, f())
13 print a
18 gsub(/a/, "123", a)
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.sub84 .a x a a a
101 ^a$ xx a xx xx
105 ^a.$ xy a a a
110 a a a
114 a a a
120 a a a
123 a &x&y a axay axay
143 a a a
148 a a a
167 a a a
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c50 if (a->fd == -1 || a->ctl == NULL) in ap_getncm()
181 DBG(" cname=<%s> cnum=%d", a->cname, a->cnum); in ap_stat()
277 DBG("cname=<%s> cunit=<%d>\n", a->cname, a->cnum); in apd_init()
309 ap_err(a, ERR_CM_INVAL, a->cid); in apd_init()
341 free(a); in apd_free()
348 apd_t *a; in apd_alloc() local
350 if ((a = calloc(1, sizeof (*a))) == NULL) in apd_alloc()
538 ap_msg(a, MSG_ISSUE, cmd, a->target); in ap_ioctl()
589 ap_msg(a, MSG_DONE, cmd, a->target); in ap_ioctl()
597 ap_msg(a, MSG_DONE, cmd, a->target); in ap_ioctl()
[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
73 (a) &= 0xffffffff; \
74 (a) = ROTATE_LEFT ((a), (s));}
75 #define GG(a, b, c, d, x, s) \ argument
77 (a) &= 0xffffffff; \
78 (a) = ROTATE_LEFT ((a), (s));}
79 #define HH(a, b, c, d, x, s) \ argument
81 (a) &= 0xffffffff; \
82 (a) = ROTATE_LEFT ((a), (s));}
178 #define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; } in Transform()
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dnullsubexpr.dat3 E (a*)* a (0,1)(0,1)
7 E (a*)+ a (0,1)(0,1)
11 E (a+)* a (0,1)(0,1)
15 E (a+)+ a (0,1)(0,1)
20 E ([a]*)* a (0,1)(0,1)
24 E ([a]*)+ a (0,1)(0,1)
28 E ([^b]*)* a (0,1)(0,1)
32 E ([ab]*)* a (0,1)(0,1)
48 E (a) aaa (0,1)(0,1)
50 E (a)*? aaa (0,0)
[all …]
H A Dnullsubexpr.out1 E (a*)* a (0,1)(0,1)
2 E (a*)* aaaaaa (0,6)(0,6)
3 E (a*)* aaaaaax (0,6)(0,6)
4 E (a*)+ a (0,1)(0,1)
5 E (a*)+ aaaaaa (0,6)(0,6)
6 E (a*)+ aaaaaax (0,6)(0,6)
7 E ([a]*)* a (0,1)(0,1)
10 E ([a]*)+ a (0,1)(0,1)
13 E ([^b]*)* a (0,1)(0,1)
16 E ([ab]*)* a (0,1)(0,1)
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dcanonical-fcmp.c3 int fcmp_eq(double a) { return (g == a); } in fcmp_eq() argument
4 int fcmp_ne(double a) { return (g != a); } in fcmp_ne() argument
6 int fcmp_gt(double a) { return (g > a); } in fcmp_gt() argument
7 int fcmp_ge(double a) { return (g >= a); } in fcmp_ge() argument
8 int fcmp_le(double a) { return (g <= a); } in fcmp_le() argument
9 int fcmp_lt(double a) { return (g < a); } in fcmp_lt() argument
11 int nfcmp_ne(double a) { return !(g == a); } in nfcmp_ne() argument
12 int nfcmp_eq(double a) { return !(g != a); } in nfcmp_eq() argument
14 int nfcmp_le(double a) { return !(g > a); } in nfcmp_le() argument
15 int nfcmp_lt(double a) { return !(g >= a); } in nfcmp_lt() 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/lib/libsqlite/test/
H A Din.test5 # a legal notice, here is a blessing:
45 execsql {SELECT a FROM t1 WHERE b BETWEEN a AND a*5 ORDER BY a}
48 execsql {SELECT a FROM t1 WHERE b NOT BETWEEN a AND a*5 ORDER BY a}
51 execsql {SELECT a FROM t1 WHERE b BETWEEN a AND a*5 OR b=512 ORDER BY a}
135 execsql {SELECT a FROM t1 ORDER BY a}
212 SELECT a FROM ta WHERE a IN (SELECT a FROM tb);
217 SELECT a FROM ta WHERE a NOT IN (SELECT a FROM tb);
235 SELECT a FROM t1 WHERE a IN ();
240 SELECT a FROM t1 WHERE a IN (5);
245 SELECT a FROM t1 WHERE a NOT IN () ORDER BY a;
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dgamma.c194 t.a = v.a*u.a; /* t = (x-.5)*(log(x)-1) */
198 u.a = lns2pi_hi + t.b; u.a += t.a;
199 u.b = t.a - u.a;
221 yy.a = r.a - one;
226 t = r.a*yy.a;
235 y += yy.a*r.a;
251 xx.a = (t + x), TRUNC(xx.a);
257 xx.a = x, TRUNC(xx.a);
264 r.a -= d*xx.a; r.a -= d*xx.b; r.a += r.b;
292 r.a = t.a + a0_hi, TRUNC(r.a);
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dbool-cast.c9 static _Bool fs32_i(s32 a) { return a; } in fs32_i() argument
10 static _Bool fs32_e(s32 a) { return (_Bool)a; } in fs32_e() argument
11 static _Bool fu32_i(u32 a) { return a; } in fu32_i() argument
12 static _Bool fu32_e(u32 a) { return (_Bool)a; } in fu32_e() argument
13 static _Bool fvdp_i(vdp a) { return a; } in fvdp_i() argument
14 static _Bool fvdp_e(vdp a) { return (_Bool)a; } in fvdp_e() argument
15 static _Bool fsip_i(sip a) { return a; } in fsip_i() argument
16 static _Bool fsip_e(sip a) { return (_Bool)a; } in fsip_e() argument
19 static _Bool fres_i(le16 a) { return a; } in fres_i() argument
21 static _Bool fdbl_i(dbl a) { return a; } in fdbl_i() argument
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h51 #define M_32_SWAP(a) { \ argument
53 _tmp = a; \
59 #define P_32_COPY(a, b) { \ argument
60 ((u_int8_t *)b)[0] = ((u_int8_t *)a)[0]; \
65 #define P_32_SWAP(a) { \ argument
67 P_32_COPY(a, &_tmp); \
80 #define M_16_SWAP(a) { \ argument
82 _tmp = (u_int16_t)a; \
86 #define P_16_COPY(a, b) { \ argument
90 #define P_16_SWAP(a) { \ argument
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharray.c34 char ***a, in ldap_charray_add() argument
47 for ( n = 0; *a != NULL && (*a)[n] != NULL; n++ ) { in ldap_charray_add()
51 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_add()
58 (*a)[n++] = s; in ldap_charray_add()
59 (*a)[n] = NULL; in ldap_charray_add()
70 char ***a, in ldap_charray_merge() argument
79 for ( n = 0; *a != NULL && (*a)[n] != NULL; n++ ) { in ldap_charray_merge()
86 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_merge()
103 char **a; in ldap_charray_free() local
109 for ( a = array; *a != NULL; a++ ) { in ldap_charray_free()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c158 #define FF(a, b, c, d, x, s, ac) { \ argument
160 (a) = ROTATE_LEFT ((a), (s)); \
161 (a) += (b); \
165 (a) = ROTATE_LEFT ((a), (s)); \
166 (a) += (b); \
170 (a) = ROTATE_LEFT ((a), (s)); \
171 (a) += (b); \
175 (a) = ROTATE_LEFT ((a), (s)); \
176 (a) += (b); \
182 UINT4 a = state[0]; in md5_transform() local
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h151 #define EC_ADDR(a) ((Elf64_Addr)(a)) /* "ull" */ argument
152 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */ argument
168 #define EC_ADDR(a) ((u_longlong_t)(a)) argument
169 #define EC_OFF(a) ((u_longlong_t)(a)) argument
170 #define EC_HALF(a) ((ushort_t)(a)) argument
171 #define EC_WORD(a) ((uint_t)(a)) argument
172 #define EC_SWORD(a) ((int)(a)) argument
173 #define EC_XWORD(a) ((u_longlong_t)(a)) argument
174 #define EC_SXWORD(a) ((longlong_t)(a)) argument
175 #define EC_LWORD(a) ((u_longlong_t)(a)) argument
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.re11 /dev/rrp3: matches /[a-cg-j1-3]/
3 17379 mel matches /[a-cg-j1-3]/
5 16693 bwk me matches /[a-cg-j1-3]/
9 15713 srb matches /[a-cg-j1-3]/
11 11895 lem matches /[a-cg-j1-3]/
13 10409 scj matches /[a-cg-j1-3]/
15 10252 rhm matches /[a-cg-j1-3]/
19 9748 a68 matches /[a-cg-j1-3]/
21 9492 sif matches /[a-cg-j1-3]/
23 9190 pjw matches /[a-cg-j1-3]/
[all …]
H A Dt.re1a1 /dev/rrp3: matches /[a-cg-j1-3]/
3 17379 mel matches /[a-cg-j1-3]/
5 16693 bwk me matches /[a-cg-j1-3]/
9 15713 srb matches /[a-cg-j1-3]/
11 11895 lem matches /[a-cg-j1-3]/
13 10409 scj matches /[a-cg-j1-3]/
15 10252 rhm matches /[a-cg-j1-3]/
19 9748 a68 matches /[a-cg-j1-3]/
21 9492 sif matches /[a-cg-j1-3]/
23 9190 pjw matches /[a-cg-j1-3]/
[all …]
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dpriv.h47 #define PRIV_ASSERT(a, b) (priv_addset(a, b)) argument
52 #define PRIV_CLEAR(a, b) (priv_delset(a, b)) argument
57 #define PRIV_EQUAL(a, b) (priv_isequalset(a, b)) argument
58 #define PRIV_EMPTY(a) (priv_emptyset(a)) argument
59 #define PRIV_FILL(a) (priv_fillset(a)) argument
64 #define PRIV_ISASSERT(a, b) (priv_ismember(a, b)) argument
65 #define PRIV_ISEMPTY(a) (priv_isemptyset(a)) argument
66 #define PRIV_ISFULL(a) (priv_isfullset(a)) argument
72 #define PRIV_ISSUBSET(a, b) (priv_issubset(a, b)) argument
82 #define PRIV_INVERSE(a) (priv_inverse(a)) argument
[all …]
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c86 #define FF(a, b, c, d, x, s) { \ argument
87 (a) += F((b), (c), (d)) + (x); \
88 (a) = ROTATE_LEFT((a), (s)); \
90 #define GG(a, b, c, d, x, s) { \ argument
92 (a) = ROTATE_LEFT((a), (s)); \
94 #define HH(a, b, c, d, x, s) { \ argument
96 (a) = ROTATE_LEFT((a), (s)); \
199 FF(a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform()
200 FF(d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform()
201 FF(c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dconstexpr-init.c1 static int a = 1; // OK variable
6 int a; member
21 static struct B j= {.c = a, .d = {.a = 1, .b = {1, 1}}}; // KO
22 static struct B k= {.c = 1, .d = {.a = a, .b = {1, 1}}}; // KO
23 static struct B l= {.c = 1, .d = {.a = 1, .b = {a, 1}}}; // KO
24 static struct B m= {.c = 1, .d = {.a = 1, .b = {1, a}}}; // KO
26 static int n[] = {a, 1}; // KO
32 int a = 0; in r() local
33 int b = a; // OK in r()
37 int a = 1; in s() local
[all …]

12345678910>>...166