Home
last modified time | relevance | path

Searched refs:a (Results 176 – 200 of 6321) sorted by relevance

12345678910>>...253

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_scalar.c126 (a).e = ((a).e << 1) & scalar_mul2_consts.mask; \
127 (a).e = (a).e ^ (_mask & scalar_mul2_consts.mod); \
132 MUL2(a); \
141 a.b[7] = mul_lt[a.b[7]]; \
142 a.b[6] = mul_lt[a.b[6]]; \
143 a.b[5] = mul_lt[a.b[5]]; \
144 a.b[4] = mul_lt[a.b[4]]; \
147 a.b[3] = mul_lt[a.b[3]]; \
148 a.b[2] = mul_lt[a.b[2]]; \
149 a.b[1] = mul_lt[a.b[1]]; \
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.sse-4.1.out1 libdis_test: 66 0f 3a 0d c8 42 blendpd $0x42,%xmm0,%xmm1
2 libdis_test+0x6: 66 0f 3a 0d 0b 42 blendpd $0x42,(%rbx),%xmm1
3 libdis_test+0xc: 66 0f 3a 0c c8 42 blendps $0x42,%xmm0,%xmm1
4 libdis_test+0x12: 66 0f 3a 0c 0b 42 blendps $0x42,(%rbx),%xmm1
11 libdis_test+0x38: 66 0f 3a 41 c8 42 dppd $0x42,%xmm0,%xmm1
13 libdis_test+0x44: 66 0f 3a 40 c8 42 dpps $0x42,%xmm0,%xmm1
21 libdis_test+0x6f: 66 0f 38 2a 03 movntdqa (%rbx),%xmm0
87 libdis_test+0x1b7: 66 0f 38 3a d1 pminuw %xmm1,%xmm2
147 libdis_test+0x2f0: 66 0f 3a 0a d1 23 roundss $0x23,%xmm1,%xmm2
148 libdis_test+0x2f6: 66 0f 3a 0a 13 23 roundss $0x23,(%rbx),%xmm2
[all …]
H A D64.pclmulqdq.out1 libdis_test: 66 0f 3a 44 c8 02 pclmulqdq $0x2,%xmm0,%xmm1
2 libdis_test+0x6: 66 0f 3a 44 10 02 pclmulqdq $0x2,(%rax),%xmm2
3 libdis_test+0xc: 66 0f 3a 44 5b 10 pclmulqdq $0x2,0x10(%rbx),%xmm3
5 libdis_test+0x13: 66 0f 3a 44 c8 00 pclmullqlqdq %xmm0,%xmm1
6 libdis_test+0x19: 66 0f 3a 44 10 00 pclmullqlqdq (%rax),%xmm2
7 libdis_test+0x1f: 66 0f 3a 44 53 04 pclmullqlqdq 0x4(%rbx),%xmm2
9 libdis_test+0x26: 66 0f 3a 44 c8 01 pclmulhqlqdq %xmm0,%xmm1
10 libdis_test+0x2c: 66 0f 3a 44 10 01 pclmulhqlqdq (%rax),%xmm2
13 libdis_test+0x39: 66 0f 3a 44 c8 10 pclmullqhqdq %xmm0,%xmm1
14 libdis_test+0x3f: 66 0f 3a 44 10 10 pclmullqhqdq (%rax),%xmm2
[all …]
H A D32.pclmulqdq.out1 libdis_test: 66 0f 3a 44 c8 02 pclmulqdq $0x2,%xmm0,%xmm1
2 libdis_test+0x6: 66 0f 3a 44 10 02 pclmulqdq $0x2,(%eax),%xmm2
3 libdis_test+0xc: 66 0f 3a 44 5b 10 pclmulqdq $0x2,0x10(%ebx),%xmm3
5 libdis_test+0x13: 66 0f 3a 44 c8 00 pclmullqlqdq %xmm0,%xmm1
6 libdis_test+0x19: 66 0f 3a 44 10 00 pclmullqlqdq (%eax),%xmm2
7 libdis_test+0x1f: 66 0f 3a 44 53 04 pclmullqlqdq 0x4(%ebx),%xmm2
9 libdis_test+0x26: 66 0f 3a 44 c8 01 pclmulhqlqdq %xmm0,%xmm1
10 libdis_test+0x2c: 66 0f 3a 44 10 01 pclmulhqlqdq (%eax),%xmm2
13 libdis_test+0x39: 66 0f 3a 44 c8 10 pclmullqhqdq %xmm0,%xmm1
14 libdis_test+0x3f: 66 0f 3a 44 10 10 pclmullqhqdq (%eax),%xmm2
[all …]
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h752 #define EPRINTF1(str, a) if (EDEBUGGING) fas_dprintf(fas, str, a) argument
753 #define EPRINTF2(str, a, b) if (EDEBUGGING) fas_dprintf(fas, str, a, b) argument
754 #define EPRINTF3(str, a, b, c) if (EDEBUGGING) fas_dprintf(fas, str, a, b, c) argument
763 #define DPRINTF1(str, a) if (DDEBUGGING) fas_dprintf(fas, str, a) argument
764 #define DPRINTF2(str, a, b) if (DDEBUGGING) fas_dprintf(fas, str, a, b) argument
765 #define DPRINTF3(str, a, b, c) if (DDEBUGGING) fas_dprintf(fas, str, a, b, c) argument
774 #define IPRINTF1(str, a) if (IDEBUGGING) fas_dprintf(fas, str, a) argument
775 #define IPRINTF2(str, a, b) if (IDEBUGGING) fas_dprintf(fas, str, a, b) argument
776 #define IPRINTF3(str, a, b, c) if (IDEBUGGING) fas_dprintf(fas, str, a, b, c) argument
787 #define EPRINTF1(str, a)
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpriv_impl.h102 #define __PRIV_ASSERT(a, b) ((a)->pbits[privword(b)] |= privmask(b)) argument
103 #define __PRIV_CLEAR(a, b) ((a)->pbits[privword(b)] &= ~privmask(b)) argument
104 #define __PRIV_ISASSERT(a, b) ((a)->pbits[privword(b)] & privmask(b)) argument
107 #define PRIV_CLEAR(a, b) priv_delset((a), (b)) argument
108 #define PRIV_ASSERT(a, b) priv_addset((a), (b)) argument
109 #define PRIV_ISASSERT(a, b) priv_ismember((a), (b)) argument
111 #define PRIV_CLEAR(a, b) __PRIV_CLEAR((a), (b)) argument
112 #define PRIV_ASSERT(a, b) __PRIV_ASSERT((a), (b)) argument
113 #define PRIV_ISASSERT(a, b) __PRIV_ISASSERT((a), (b)) argument
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dmuldiv-by-one.c4 si smul1(si a) { return a * 1; } in smul1() argument
5 ui umul1(ui a) { return a * 1; } in umul1() argument
6 si sdiv1(si a) { return a / 1; } in sdiv1() argument
7 ui udiv1(ui a) { return a / 1; } in udiv1() argument
8 si smod1(si a) { return a % 1; } in smod1() argument
9 ui umod1(ui a) { return a % 1; } in umod1() argument
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S74 b,a .doneq
94 bgeu,a 3f
98 b .cmp_bytes ! do a byte at a time if n < 4
113 be,a 2b
144 bgeu,a 4f
148 b .cmp_bytes ! do a byte at a time if n < 4
163 be,a 3b
192 b .cmp_bytes ! do a byte at a time if n < 4
207 be,a 4b
231 bcs,a .cmp_bytes ! do a byte at a time if n < 4
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Drepetition.dat20 E ((..)|(.)) a (0,1)(0,1)(?,?)(0,1)
21 E ((..)|(.))((..)|(.)) a NOMATCH
22 E ((..)|(.))((..)|(.))((..)|(.)) a NOMATCH
24 E ((..)|(.)){1} a (0,1)(0,1)(?,?)(0,1)
25 E ((..)|(.)){2} a NOMATCH
26 E ((..)|(.)){3} a NOMATCH
28 E ((..)|(.))* a (0,1)(0,1)(?,?)(0,1)
108 # "ab" then "a" then "bcd".
117 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
122 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dsubselect.test5 # a legal notice, here is a blessing:
38 } {1 {only a single result allowed for a SELECT that is part of an expression}}
42 do_test subselect-1.3a {
43 execsql {SELECT b from t1 where a = (SELECT a FROM t1 WHERE b=2)}
46 execsql {SELECT b from t1 where a = (SELECT a FROM t1 WHERE b=4)}
49 execsql {SELECT b from t1 where a = (SELECT a FROM t1 WHERE b=6)}
52 execsql {SELECT b from t1 where a = (SELECT a FROM t1 WHERE b=8)}
59 execsql {SELECT b from t1 where a = coalesce((SELECT a FROM t1 WHERE b=5),1)}
90 SELECT (SELECT a FROM t1 ORDER BY a), (SELECT a FROM t1 ORDER BY a DESC)
95 SELECT 1 IN (SELECT a FROM t1 ORDER BY a);
[all …]
H A Djoin.test5 # a legal notice, here is a blessing:
44 } {t1.a 1 t1.b 2 t1.c 3 t2.d 4 t1.a 2 t1.b 3 t1.c 4 t2.d 5}
49 } {t2.b 2 t2.c 3 t2.d 4 t1.a 1 t2.b 3 t2.c 4 t2.d 5 t1.a 2}
54 } {t1.a 1 t1.b 2 t1.c 3 t2.d 4 t1.a 2 t1.b 3 t1.c 4 t2.d 5}
69 } {t1.a 1 t1.b 2 t1.c 3 t2.d 4 t1.a 2 t1.b 3 t1.c 4 t2.d 5}
246 SELECT * FROM t6, t5 WHERE t6.a<t5.a;
251 SELECT * FROM t6, t5 WHERE t6.a>t5.a;
262 SELECT * FROM t6, t5 WHERE t6.a<t5.a;
267 SELECT * FROM t6, t5 WHERE t6.a>t5.a;
278 SELECT * FROM t6, t5 WHERE t6.a<t5.a;
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_192.c77 if (a == r) { in ec_GFp_nistp192_mod()
80 return mp_copy(a, r); in ec_GFp_nistp192_mod()
178 if (a != r) { in ec_GFp_nistp192_mod()
285 if (a != r) { in ec_GFp_nistp192_mod()
313 switch(MP_USED(a)) { in ec_GFp_nistp192_add()
315 a2 = MP_DIGIT(a,2); in ec_GFp_nistp192_add()
318 a1 = MP_DIGIT(a,1); in ec_GFp_nistp192_add()
321 a0 = MP_DIGIT(a,0); in ec_GFp_nistp192_add()
398 switch(MP_USED(a)) { in ec_GFp_nistp192_sub()
400 r2 = MP_DIGIT(a,2); in ec_GFp_nistp192_sub()
[all …]
H A Decl-priv.h69 #define MP_GET_BIT(a, i) \ argument
70 ((i) >= mpl_significant_bits((a))) ? 0 : mpl_get_bit((a), (i))
205 mp_err ec_GFp_add(const mp_int *a, const mp_int *b, mp_int *r,
208 mp_err ec_GFp_sub(const mp_int *a, const mp_int *b, mp_int *r,
212 mp_err ec_GFp_add_3(const mp_int *a, const mp_int *b, mp_int *r,
214 mp_err ec_GFp_add_4(const mp_int *a, const mp_int *b, mp_int *r,
230 mp_err ec_GFp_mul(const mp_int *a, const mp_int *b, mp_int *r,
233 mp_err ec_GFp_div(const mp_int *a, const mp_int *b, mp_int *r,
236 mp_err ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r,
240 mp_err ec_GF2m_mul(const mp_int *a, const mp_int *b, mp_int *r,
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c178 ap_err(a, ERR_NOMEM); in ap_capinfo()
254 ap_rcm_init(apd_t *a) in ap_rcm_init() argument
274 if ((a->statonly != 0) || (a->norcm != 0) || in ap_rcm_init()
290 a->norcm++; in ap_rcm_init()
301 ap_err(a, ERR_NOMEM); in ap_rcm_init()
469 ap_rcm_fini(apd_t *a) in ap_rcm_fini() argument
494 s_free(a->rcm); in ap_rcm_fini()
1169 ap_msg(a, MSG_SKIP, cmd, a->target); in ap_rcm_ctl()
1251 if (a->ncm == 0) { in ap_rcm_ctl()
1315 ap_msg(a, MSG_DONE, cmd, a->target); in ap_rcm_ctl()
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt11 A function body consists of a compound statement.
12a loop body, if or else body, or case body, you'll notice that they just have a struct statement, …
15 A symbol, then, represents a name in a C file. A symbol might represent a variable, a function, a
20 …ther things, it has a struct statement for the body of a function (if any), a list of symbols for …
28 The linearized bytecode itself has a set of nested structures.
32 An entrypoint has a list of basic blocks.
36 A branch only occurs at the end of a basic block, and branches can only target the beginning of a b…
37 …lly, a conditional will consist of a basic block leading up to the branch, a basic block for the t…
40 So basic blocks represent a node in the control flow graph.
45 So you have an entrypoint, which has a graph of basic blocks, each of which has a list of instructi…
[all …]
/illumos-gate/usr/src/lib/libm/common/R/
H A Datan2f.c277 a = pio2; in atan2f()
279 a = -pio2; in atan2f()
291 a = negpi; in atan2f()
294 a = zero; in atan2f()
303 a += pio4; in atan2f()
305 a = (double)y / x; in atan2f()
307 return ((float)((sign)? -a : a)); in atan2f()
312 return ((float)((sign)? -a : a)); in atan2f()
327 a += TBL[k]; in atan2f()
338 a = (a + t) + t * s * (q1 + s * q2); in atan2f()
[all …]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c111 T2 = BIGSIGMA0_256(a) + Maj(a, b, c); \
122 T2 = BIGSIGMA0(a) + Maj(a, b, c); \
160 uint32_t a = ctx->state.s32[0]; in SHA256Transform() local
207 SHA256ROUND(a, b, c, d, e, f, g, h, 0, w0); in SHA256Transform()
210 SHA256ROUND(h, a, b, c, d, e, f, g, 1, w1); in SHA256Transform()
213 SHA256ROUND(g, h, a, b, c, d, e, f, 2, w2); in SHA256Transform()
216 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3); in SHA256Transform()
219 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4); in SHA256Transform()
353 ctx->state.s32[0] += a; in SHA256Transform()
370 uint64_t a = ctx->state.s64[0]; in SHA512Transform() local
[all …]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.h31 #define DPTR(a) printf("%s::%d %s = %p\n", __FILE__, __LINE__, #a, a); argument
32 #define DSTRING(a) printf("%s::%d %s = \"%s\"\n", __FILE__, __LINE__, #a, \ argument
33 a ? a : "(null)");
34 #define DINT(a) printf("%s::%d %s = %d\n", __FILE__, __LINE__, #a, a); argument
35 #define DHEX(a) printf("%s::%d %s = %X\n", __FILE__, __LINE__, #a, a); argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacoutput.h421 #define ACPI_DO_WHILE0(a) do a while(0) argument
423 #define ACPI_DO_WHILE0(a) a argument
559 #define ACPI_DEBUG_EXEC(a) a argument
560 #define ACPI_DEBUG_ONLY_MEMBERS(a) a; argument
566 #define ACPI_DUMP_STACK_ENTRY(a) AcpiExDumpOperand((a), 0) argument
567 #define ACPI_DUMP_OPERANDS(a, b ,c) AcpiExDumpOperands(a, b, c) argument
568 #define ACPI_DUMP_ENTRY(a, b) AcpiNsDumpEntry (a, b) argument
569 #define ACPI_DUMP_PATHNAME(a, b, c, d) AcpiNsDumpPathname(a, b, c, d) argument
572 #define ACPI_TRACE_POINT(a, b, c, d) AcpiTracePoint (a, b, c, d) argument
581 #define ACPI_DEBUG_EXEC(a) argument
[all …]
/illumos-gate/usr/src/lib/libdemangle/common/
H A Ddemangle_int.h45 mul_overflow(uint64_t a, uint64_t b, uint64_t *v) in mul_overflow() argument
47 return (__builtin_mul_overflow(a, b, v)); in mul_overflow()
51 add_overflow(uint64_t a, uint64_t b, uint64_t *v) in add_overflow() argument
53 return (__builtin_add_overflow(a, b, v)); in add_overflow()
59 return (__builtin_sub_overflow(a, b, v)); in sub_overflow()
65 uint64_t val = a * b;
67 if (a != 0 && val / a != b)
76 uint64_t val = a + b;
78 if (val < a || val < b)
87 uint64_t val = a - b;
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.expr165 2 x a xb
175 2 1 a hb
190 10 a a
194 a \141 1
195 a \142 0
196 a \x61 1
198 a \x62 0
206 a \141 1
207 a \142 0
224 a b 1
[all …]
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dmeter_impl.h63 #define tokenmt0dbg(a) printf a argument
64 #define tokenmt1dbg(a) if (tokenmt_debug > 2) printf a argument
65 #define tokenmt2dbg(a) if (tokenmt_debug > 3) printf a argument
67 #define tokenmt0dbg(a) /* */ argument
68 #define tokenmt1dbg(a) /* */ argument
73 #define tswtcl0dbg(a) printf a argument
74 #define tswtcl1dbg(a) if (tswtcl_debug > 2) printf a argument
75 #define tswtcl2dbg(a) if (tswtcl_debug > 3) printf a argument
77 #define tswtcl0dbg(a) /* */ argument
78 #define tswtcl1dbg(a) /* */ argument
[all …]
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h133 void printbignum(char *aname, BIGNUM *a);
151 int big_cmp_abs(BIGNUM *a, BIGNUM *b);
183 (*big_mul_set_vec_impl)(r, a, len, digit)
185 (*big_mul_add_vec_impl)(r, a, len, digit)
187 (*big_mul_vec_impl)(r, a, alen, b, blen)
188 #define BIG_SQR_VEC(r, a, len) \ argument
189 (*big_sqr_vec_impl)(r, a, len)
203 #define BIG_MUL_SET_VEC(r, a, len, digit) big_mul_set_vec(r, a, len, digit) argument
204 #define BIG_MUL_ADD_VEC(r, a, len, digit) big_mul_add_vec(r, a, len, digit) argument
205 #define BIG_MUL_VEC(r, a, alen, b, blen) big_mul_vec(r, a, alen, b, blen) argument
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dip6.h151 #define V6_OR_V4_INADDR_ANY(a) ((a).s6_addr32[3] == 0 && \ argument
153 (a).s6_addr32[2] == 0) && \
154 (a).s6_addr32[1] == 0 && \
155 (a).s6_addr32[0] == 0)
158 #define V6_OR_V4_INADDR_ANY(a) ((a).s6_addr32[3] == 0 && \ argument
161 (a).s6_addr32[1] == 0 && \
162 (a).s6_addr32[0] == 0)
181 #define V6_SET_ZERO(a) ((a).s6_addr32[0] = 0, \ argument
182 (a).s6_addr32[1] = 0, \
183 (a).s6_addr32[2] = 0, \
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dluaconf.h431 #define luai_nummod(L,a,b) ((a) % (b)) argument
432 #define luai_numpow(L,a,b) (lcompat_pow((a),(b))) argument
437 #define luai_numadd(L,a,b) ((a)+(b)) argument
438 #define luai_numsub(L,a,b) ((a)-(b)) argument
439 #define luai_nummul(L,a,b) ((a)*(b)) argument
440 #define luai_numdiv(L,a,b) ((a)/(b)) argument
441 #define luai_numunm(L,a) (-(a)) argument
442 #define luai_numeq(a,b) ((a)==(b)) argument
443 #define luai_numlt(L,a,b) ((a)<(b)) argument
444 #define luai_numle(L,a,b) ((a)<=(b)) argument
[all …]

12345678910>>...253