Home
last modified time | relevance | path

Searched refs:a (Results 226 – 250 of 6705) sorted by relevance

12345678910>>...269

/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.S74 b,a .doneq
98 b .cmp_bytes ! do a byte at a time if n < 4
109 b,a .noteq
124 b,a .doneq
127 b,a .doneq
130 b,a .doneq
133 b,a .doneq
148 b .cmp_bytes ! do a byte at a time if n < 4
159 b,a .noteq
192 b .cmp_bytes ! do a byte at a time if n < 4
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_switch3.c3 int a, b; variable
9 a = 0; in test()
13 a = 2; in test()
16 a = 3; in test()
20 __smatch_implied(a); in test()
22 a = 4; in test()
26 a = 5; in test()
29 a = 6; in test()
32 a = 7; in test()
36 __smatch_implied(a); in test()
H A Dsm_select3.c3 int a, b, c; variable
6 if (a ? b : c) in func()
10 if (a ? 1 : c) { in func()
13 if (!a) in func()
23 if (a ? 0 : c) { in func()
26 if (!a) in func()
31 if (!a) in func()
38 if (a ? b : 1) { in func()
41 if (!a) in func()
53 if (a ? b : 0) { in func()
[all …]
H A Dconstexpr-addr-of-static-member.c2 int a; member
11 static struct B a= {1, {1, {1, 1}}}; variable
13 static int *b = &a.d.a; // OK
14 static int *c = &(&a.d)->a; // OK
15 static int *d = a.d.b; // OK
16 static int *e = (&a.d)->b; // OK
17 static int *f = &a.d.b[1]; // OK
18 static int *g = &(&a.d)->b[1]; // OK
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.stddev.d42 @a = stddev(5000000000);
43 @a = stddev(5000000100);
44 @a = stddev(5000000200);
45 @a = stddev(5000000300);
46 @a = stddev(5000000400);
47 @a = stddev(5000000500);
48 @a = stddev(5000000600);
49 @a = stddev(5000000700);
50 @a = stddev(5000000800);
51 @a = stddev(5000000900);
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbitfield-store-load0.c1 int ufoo(unsigned int a) in ufoo() argument
5 unsigned int a:3; in ufoo() member
8 bf.a = a; in ufoo()
9 return bf.a; in ufoo()
12 int sfoo(int a) in sfoo() argument
16 signed int a:3; in sfoo() member
19 bf.a = a; in sfoo()
20 return bf.a; in sfoo()
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dfn-ref.c1 extern int fun0(int a);
2 extern int fun1(int a);
4 int foo(int a);
5 int foo(int a) in foo() argument
7 int v = fun0(a); in foo()
11 void *bar(int a) in bar() argument
16 int fun0(int a) in fun0() argument
18 return a + 0; in fun0()
21 int fun1(int a) in fun1() argument
23 return a + 1; in fun1()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c278 switch(MP_USED(a)) { in ec_GFp_add_3()
280 a2 = MP_DIGIT(a,2); in ec_GFp_add_3()
283 a1 = MP_DIGIT(a,1); in ec_GFp_add_3()
286 a0 = MP_DIGIT(a,0); in ec_GFp_add_3()
365 switch(MP_USED(a)) { in ec_GFp_add_4()
367 a3 = MP_DIGIT(a,3); in ec_GFp_add_4()
370 a2 = MP_DIGIT(a,2); in ec_GFp_add_4()
373 a1 = MP_DIGIT(a,1); in ec_GFp_add_4()
1024 if (a == NULL) { in ec_GFp_div()
1053 if (a == r) { in ec_GF2m_neg()
[all …]
H A Decp_224.c79 return mp_copy(a, r); in ec_GFp_nistp224_mod()
110 r3a = MP_DIGIT(a, 6); in ec_GFp_nistp224_mod()
111 r2b= MP_DIGIT(a, 5); in ec_GFp_nistp224_mod()
112 r2a= MP_DIGIT(a, 4); in ec_GFp_nistp224_mod()
113 r1b = MP_DIGIT(a, 3); in ec_GFp_nistp224_mod()
114 r1a = MP_DIGIT(a, 2); in ec_GFp_nistp224_mod()
115 r0b = MP_DIGIT(a, 1); in ec_GFp_nistp224_mod()
116 r0a = MP_DIGIT(a, 0); in ec_GFp_nistp224_mod()
199 if (a != r) { in ec_GFp_nistp224_mod()
306 if (a != r) { in ec_GFp_nistp224_mod()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtableapi.test5 # a legal notice, here is a blessing:
57 SELECT * FROM xyz WHERE a>49 ORDER BY a
59 } {0 1 2 a b 50 (50)}
62 SELECT * FROM xyz WHERE a>47 ORDER BY a
80 SELECT * FROM xyz WHERE a>49 ORDER BY a;
88 SELECT * FROM xyz WHERE a IN (42,50,52) ORDER BY a DESC
122 SELECT * FROM xyz WHERE a>49 ORDER BY a
127 SELECT * FROM xyz WHERE a>47 ORDER BY a
137 SELECT * FROM xyz WHERE a>49 ORDER BY a;
145 SELECT * FROM xyz WHERE a IN (42,50,52) ORDER BY a DESC
[all …]
H A Dmisc2.test5 # a legal notice, here is a blessing:
40 # Make sure ROWID works on a view and a subquery. Ticket #364
62 SELECT t1.b+t2.b AS a, t1.a, t2.a FROM t1, t2 WHERE a==10
72 SELECT a FROM t1 WHERE a>1;
79 SELECT a FROM t1 WHERE a>2147483647;
84 SELECT a FROM t1 WHERE a<2147483648;
89 SELECT a FROM t1 WHERE a<=2147483648;
94 SELECT a FROM t1 WHERE a<10000000000;
99 SELECT a FROM t1 WHERE a<1000000000000 ORDER BY 1;
134 # update a table from within the callback of a select on that same
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h81 # define bzero(a,b) memset(a,0,b) argument
83 # define bcopy(a,b,c) memmove(b,a,c) argument
297 # define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP) argument
486 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT) argument
630 # define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP) argument
712 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT) argument
1317 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT) argument
1479 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) argument
1579 # define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
1662 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ argument
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dleftassoc.out1 E (a|ab)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
2 E (a|ab)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
3 E (ab|a)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
4 E (ab|a)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
5 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
6 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
7 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
8 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
9 E (a|ab)(c|bcd)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
10 E (a|ab)(bcd|c)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
[all …]
H A Dleftassoc.dat3 E (a|ab)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
4 E (a|ab)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
5 E (ab|a)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
6 E (ab|a)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
8 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
9 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
10 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
11 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
13 E (a|ab)(c|bcd)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
14 E (a|ab)(bcd|c)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
[all …]
H A Drightassoc.dat3 E (a|ab)(c|bcd)(d*) abcd (0,4)(0,2)(2,3)(3,4)
4 E (a|ab)(bcd|c)(d*) abcd (0,4)(0,2)(2,3)(3,4)
5 E (ab|a)(c|bcd)(d*) abcd (0,4)(0,2)(2,3)(3,4)
6 E (ab|a)(bcd|c)(d*) abcd (0,4)(0,2)(2,3)(3,4)
8 E (a*)(b|abc)(c*) abc (0,3)(0,1)(1,2)(2,3)
9 E (a*)(abc|b)(c*) abc (0,3)(0,1)(1,2)(2,3)
10 E (a*)(b|abc)(c*) abc (0,3)(0,1)(1,2)(2,3)
11 E (a*)(abc|b)(c*) abc (0,3)(0,1)(1,2)(2,3)
13 E (a|ab)(c|bcd)(d|.*) abcd (0,4)(0,2)(2,3)(3,4)
14 E (a|ab)(bcd|c)(d|.*) abcd (0,4)(0,2)(2,3)(3,4)
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div_rx.c112 aa.d = a; in _D_cplx_div_rx()
129 a *= c * d; in _D_cplx_div_rx()
130 ((double *)&v)[0] = a * c; in _D_cplx_div_rx()
131 ((double *)&v)[1] = -a * d; in _D_cplx_div_rx()
153 i = testinf(a); in _D_cplx_div_rx()
155 a = i; in _D_cplx_div_rx()
157 ((double *)&v)[0] = a * c; in _D_cplx_div_rx()
158 ((double *)&v)[1] = (a == 0.0)? a * c : -a * d; in _D_cplx_div_rx()
163 ((double *)&v)[0] = a * c; in _D_cplx_div_rx()
164 ((double *)&v)[1] = -a * d; in _D_cplx_div_rx()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h71 #define free(a) my_free(a, __FILE__, __LINE__) argument
72 #define malloc(a) my_malloc(a, __FILE__, __LINE__) argument
73 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__) argument
74 #define strdup(a) my_strdup(a, __FILE__, __LINE__) argument
85 #define netdir_getbyname(t, s, a) \ argument
86 my_netdir_getbyname(t, s, a, __FILE__, __LINE__)
87 #define netdir_free(a, t) my_netdir_free(a, t, __FILE__, __LINE__) argument
89 #define getipnodebyname(n, a, f, e) \ argument
90 my_getipnodebyname(n, a, f, e, __FILE__, __LINE__)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsymlink.c41 symlink(const char* a, char* b)
43a == '/' && (*(a + 1) == 'd' || *(a + 1) == 'p' || *(a + 1) == 'n') && (!strncmp(a, "/dev/tcp/", 9…
50 n = strlen(a) + 1;
51 …n = (write(fd, FAKELINK_MAGIC, sizeof(FAKELINK_MAGIC)) != sizeof(FAKELINK_MAGIC) || write(fd, a, n…
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dcall-builtin.c3 u32 ff(u32 a) { return __builtin_popcount(a); } in ff() argument
5 u32 f0(u32 a) { return (__builtin_popcount)(a); } in f0() argument
6 u32 f1(u32 a) { return (*__builtin_popcount)(a); } // C99,C11 6.5.3.2p4 in f1() argument
7 u32 f2(u32 a) { return (**__builtin_popcount)(a); } // C99,C11 6.5.3.2p4 in f2() argument
8 u32 f3(u32 a) { return (***__builtin_popcount)(a); } // C99,C11 6.5.3.2p4 in f3() argument
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_defines.h57 #define DPRINTF1(str, a) (void) printf(str, a) argument
58 #define DPRINTF2(str, a, b) (void) printf(str, a, b) argument
59 #define DPRINTF3(str, a, b, c) (void) printf(str, a, b, c) argument
60 #define DPRINTF4(str, a, b, c, d) (void) printf(str, a, b, c, d) argument
63 #define DPRINTF1(str, a) argument
64 #define DPRINTF2(str, a, b) argument
65 #define DPRINTF3(str, a, b, c) argument
66 #define DPRINTF4(str, a, b, c, d) argument
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6855875_typeset_hexfloat_has_too_few_digits.sh126 … y_restored1 )) || err_exit "no match,"$'\n\t'"$(printf "%a\n" y)"$'\n'"!="$'\n\t'"$(printf "%a\n"…
127 … y_restored2 )) || err_exit "no match,"$'\n\t'"$(printf "%a\n" y)"$'\n'"!="$'\n\t'"$(printf "%a\n"…
128 … y_restored3 )) || err_exit "no match,"$'\n\t'"$(printf "%a\n" y)"$'\n'"!="$'\n\t'"$(printf "%a\n"…
134 … y_restored1 )) || err_exit "no match,"$'\n\t'"$(printf "%a\n" y)"$'\n'"!="$'\n\t'"$(printf "%a\n"…
135 … y_restored2 )) || err_exit "no match,"$'\n\t'"$(printf "%a\n" y)"$'\n'"!="$'\n\t'"$(printf "%a\n"…
136 … y_restored3 )) || err_exit "no match,"$'\n\t'"$(printf "%a\n" y)"$'\n'"!="$'\n\t'"$(printf "%a\n"…
/illumos-gate/usr/src/uts/common/sys/
H A Dpctypes.h54 #define leshort(a) ((((a) & 0xFF) << 8) | (((a) >> 8) & 0xFF)) argument
55 #define lelong(a) (leshort((a) >> 16) | (leshort(a) << 16)) argument
57 #define leshort(a) (a) argument
58 #define lelong(a) (a) argument
/illumos-gate/usr/src/cmd/refer/
H A Dhunt2.c22 unsigned *a; member
49 master.a = mptr; in doquery()
69 prevdrop.a = master.a; in doquery()
105 master.a[i] = getw(fb); in doquery()
130 prevdrop.a[j] = master.a[j]; in doquery()
183 master.a[g] = prevdrop.a[j]; in doquery()
206 master.a[g] = k; in doquery()
218 master.a[j-1]); in doquery()
225 master.a[g] = k; in doquery()
240 master.a[g] = prevdrop.a[j]; in doquery()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvartree1.sh43 typeset a b c d e f
55 IFS='-' read dummy a b c d e f <<<"$i"
57 if [[ "$a" == "" ]] ; then
58 a="$dummy"
61 [[ "$a" == "" ]] && a='-'
65 if [[ "${dest_tree.l1["$a"]}" == "" ]] ; then
67 typeset -A dest_tree.l1["$a"].l2
70 if [[ "${dest_tree.l1["$a"].l2["$b"]}" == "" ]] ; then
72 typeset -A dest_tree.l1["$a"].l2["$b"].l3
75 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then
[all …]
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c118 #define max(a, b) ((a) < (b)? (b): (a)) argument
486 a = *p; in kmem_alloc()
495 p = &a->left; in kmem_alloc()
496 a = left_son; in kmem_alloc()
498 p = &a->right; in kmem_alloc()
506 p = &a->left; in kmem_alloc()
507 a = left_son; in kmem_alloc()
538 if (a->size <= ALIGNMORE(a->block->data)) in kmem_alloc()
552 retblock = a->block->data + ALIGNMORE(a->block->data); in kmem_alloc()
557 freehdr(a); in kmem_alloc()
[all …]

12345678910>>...269