Home
last modified time | relevance | path

Searched refs:b (Results 151 – 175 of 2956) sorted by relevance

12345678910>>...119

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger2.test62 {CREATE TABLE tbl (a, b); CREATE INDEX tbl_idx ON tbl(b);}
63 {CREATE TEMP TABLE tbl (a, b); CREATE INDEX tbl_idx ON tbl(b);}
86 old.a, old.b,
94 old.a, old.b,
103 old.a, old.b,
111 UPDATE tbl SET a = a * 10, b = b * 10;
129 old.a, old.b,
201 {UPDATE tbl SET b = old.b;}
587 old.a, old.b, old.c, old.d, new.a, new.b, new.c, new.d);
591 old.a, old.b, old.c, old.d, new.a, new.b, new.c, new.d);
[all …]
H A Dnull.test26 create table t1(a,b,c);
43 select ifnull(a+b,99) from t1;
48 select ifnull(b*c,99) from t1;
102 select count(*), count(b), count(c), sum(b), sum(c),
103 avg(b), avg(c), min(b), max(b) from t1;
113 select a from t1 where b<10
118 select a from t1 where not b>10
123 select a from t1 where b<10 or c=1;
128 select a from t1 where b<10 and c=1;
142 select distinct b from t1 order by b;
[all …]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S72 bnz 1b
74 b,a .doneq
109 b,a .noteq
113 be,a 2b
131 1: bnz 2b
163 be,a 3b
176 1: bnz 3b
207 be,a 4b
220 1: bnz 4b
244 be,a 5b
[all …]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h272 #define NSLDAPI_CTIME( c, b, l ) ctime( c ) argument
289 #define GETHOSTBYNAME( n, r, b, l, e ) \ argument
290 (memset (&b, 0, l), gethostbyname_r (n, r, &b) ? NULL : r)
293 #define GETHOSTBYNAME( n, r, b, l, e ) nsldapi_compat_gethostbyname_r( n, r, (char *)&b, l, e ) argument
298 #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname_r( n, r, b, l, e ) argument
307 #define NSLDAPI_CTIME( c, b, l ) nsldapi_compat_ctime_r( c, b, l ) argument
310 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b ) argument
312 #define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b) argument
314 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l ) argument
399 #define bzero(a, b) memset( a, 0, b ) argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c126 struct bf *b; in readit() local
131 b = &bfs[current]; /* look at new buffer */ in readit()
135 return (b->counter); in readit()
148 struct bf *b; in read_ahead() local
156 dp = &b->buf.tb_hdr; in read_ahead()
162 b->counter = -1; in read_ahead()
184 b->counter = (int)(p - dp->th_data); in read_ahead()
219 struct bf *b; in write_behind() local
222 b = &bfs[nextone]; in write_behind()
227 b->counter = BF_FREE; /* reset flag */ in write_behind()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dflowgraph.c138 struct basic_block *b; in domtree_build() local
141 FOR_EACH_PTR(ep->bbs, b) { in domtree_build()
143 int bnr = b->postorder_nr; in domtree_build()
146 if (b == entry) in domtree_build()
149 FOR_EACH_PTR(b->parents, p) { in domtree_build()
166 } END_FOR_EACH_PTR(b); in domtree_build()
202 if (a == b->idom) in domtree_dominates()
204 if (b == a->idom) in domtree_dominates()
208 if (a->dom_level >= b->dom_level) in domtree_dominates()
214 for (b = b->idom; b; b = b->idom) { in domtree_dominates()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_log.c284 char *f, *b; in ndmp_log() local
300 b = buf; in ndmp_log()
305 *b++ = c; in ndmp_log()
309 *b++ = '%'; in ndmp_log()
310 *b++ = c; in ndmp_log()
315 (void) snprintf(b, &buf[PATH_MAX+KILOBYTE] - b, in ndmp_log()
322 b += 2; in ndmp_log()
324 *b++ = *errstr; in ndmp_log()
328 *b = '\0'; in ndmp_log()
330 b += strlen(b); in ndmp_log()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div.c90 double a, b, c, d, r; in _D_cplx_div() local
100 b = ((double *)&z)[1]; in _D_cplx_div()
106 bb.d = b; in _D_cplx_div()
135 ((double *)&v)[0] = (a * c + b * d) * r; in _D_cplx_div()
136 ((double *)&v)[1] = (b * c - a * d) * r; in _D_cplx_div()
159 j = testinf(b); in _D_cplx_div()
162 b = j; in _D_cplx_div()
164 ((double *)&v)[0] = a * c + b * d; in _D_cplx_div()
165 ((double *)&v)[1] = b * c - a * d; in _D_cplx_div()
172 j = testinf(b); in _D_cplx_div()
[all …]
H A D_F_cplx_div.c89 float a, b, c, d; in _F_cplx_div() local
100 b = ((float *)&z)[1]; in _F_cplx_div()
110 j = testinff(b); in _F_cplx_div()
113 b = j; in _F_cplx_div()
115 ((float *)&v)[0] = a * c + b * d; in _F_cplx_div()
116 ((float *)&v)[1] = b * c - a * d; in _F_cplx_div()
121 x = ((double)a * c + (double)b * d) * r; in _F_cplx_div()
122 y = ((double)b * c - (double)a * d) * r; in _F_cplx_div()
134 j = testinff(b); in _F_cplx_div()
138 b = j; in _F_cplx_div()
[all …]
H A D_F_cplx_div_ix.c74 _F_cplx_div_ix(float b, float _Complex w) in _F_cplx_div_ix() argument
98 j = testinff(b); in _F_cplx_div_ix()
100 b = j; in _F_cplx_div_ix()
102 ((float *)&v)[0] = (b == 0.0f)? b * c : b * d; in _F_cplx_div_ix()
103 ((float *)&v)[1] = b * c; in _F_cplx_div_ix()
107 r = (double)b / r; in _F_cplx_div_ix()
124 x = (double)d * b; in _F_cplx_div_ix()
125 y = (double)c * b; in _F_cplx_div_ix()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr52 : strcat ( 2:a 2:b -- 2:new-a )
53 0 locals| b-length b-u b-addr a-u a-addr | end-locals
54 b-u to b-length
55 b-addr a-addr a-u + b-length move
56 a-addr a-u b-length +
59 : strcpy ( 2:a 2:b -- 2:new-a )
60 locals| b-u b-addr a-u a-addr | end-locals
61 a-addr 0 b-addr b-u strcat
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_D_cplx_div.c90 double a, b, c, d; in _D_cplx_div() local
103 b = ((double *)&z)[1]; in _D_cplx_div()
115 j = testinf(b); in _D_cplx_div()
118 b = j; in _D_cplx_div()
121 ((double *)&v)[0] = a * c + b * d; in _D_cplx_div()
123 ((double *)&v)[1] = b * c - a * d; in _D_cplx_div()
128 x = ((long double)a * c + (long double)b * d) * r; in _D_cplx_div()
129 y = ((long double)b * c - (long double)a * d) * r; in _D_cplx_div()
141 j = testinf(b); in _D_cplx_div()
145 b = j; in _D_cplx_div()
[all …]
H A D_F_cplx_div.c89 float a, b, c, d; in _F_cplx_div() local
100 b = ((float *)&z)[1]; in _F_cplx_div()
110 j = testinff(b); in _F_cplx_div()
113 b = j; in _F_cplx_div()
115 ((float *)&v)[0] = a * c + b * d; in _F_cplx_div()
116 ((float *)&v)[1] = b * c - a * d; in _F_cplx_div()
121 x = ((long double)a * c + (long double)b * d) * r; in _F_cplx_div()
122 y = ((long double)b * c - (long double)a * d) * r; in _F_cplx_div()
134 j = testinff(b); in _F_cplx_div()
138 b = j; in _F_cplx_div()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests17 [+DESCRIPTION?\bshtests\b is the \bksh\b(1) regression test harness for
18 \b$SHELL\b or \bksh\b if \bSHELL\b is not defined and exported. If
19 none of the \b--posix --utf8 --compile\b options are specified then
28 [+LC_NUMERIC=C?\b.\b radix point assumed by all test scripts.]
34 [l:locale?Disable \b--utf8\b and run the \b--posix\b and \b--compile\b
36 regressions, especially for locales where \b.\b is not the radix
43 script names matching \b'$timesensitive$'\b are run with
45 [V:valgrind?Set \b--novmalloc_options\b and run the test scripts with
46 \bvalgrind\b(1) on \bksh\b. If \b$SHELL-g\b exists and is executable
47 than it is used instead of \b$SHELL\b.]
[all …]
/illumos-gate/usr/src/cmd/bc/
H A Dlib.b.data53 b=1
54 c=b
58 b=b*x
112 c = b
116 b=b*s
149 b = 1
153 b = b*i*(i-1)
195 b = f
200 b=b*s
234 b=a
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c676 #define TQ_STAT(b, x) b->tqbucket_stat.x++ argument
1103 ASSERT(b->tqbucket_nfree != 0 || IS_EMPTY(b->tqbucket_freelist)); in taskq_bucket_dispatch()
1104 ASSERT(b->tqbucket_nfree == 0 || !IS_EMPTY(b->tqbucket_freelist)); in taskq_bucket_dispatch()
1229 bucket = b; in taskq_dispatch()
1361 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_wait()
1364 cv_wait(&b->tqbucket_cv, &b->tqbucket_lock); in taskq_wait()
1391 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_suspend()
1426 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_resume()
2151 for (; (b != NULL) && (bid < tq->tq_nbuckets); b++, bid++) { in taskq_destroy()
2171 cv_wait(&b->tqbucket_cv, &b->tqbucket_lock); in taskq_destroy()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c78 int b, rdlength; in ns_skiprr() local
81 if (b < 0) in ns_skiprr()
122 if (b < 0) in ns_initparse()
125 msg += b; in ns_initparse()
135 int b; in ns_parserr() local
156 if (b < 0) in ns_parserr()
165 if (b < 0) in ns_parserr()
167 handle->_msg_ptr += b; in ns_parserr()
198 int b; in ns_parserr2() local
218 if (b < 0) in ns_parserr2()
[all …]
H A Dns_samedomain.c47 ns_samedomain(const char *a, const char *b) { in ns_samedomain() argument
53 lb = strlen(b); in ns_samedomain()
72 if (lb != 0U && b[lb - 1] == '.') { in ns_samedomain()
76 if (b[i] == '\\') { in ns_samedomain()
97 return (strncasecmp(a, b, lb) == 0); in ns_samedomain()
137 return (strncasecmp(cp, b, lb) == 0); in ns_samedomain()
144 ns_subdomain(const char *a, const char *b) { in ns_subdomain() argument
145 return (ns_samename(a, b) != 1 && ns_samedomain(a, b)); in ns_subdomain()
191 ns_samename(const char *a, const char *b) { in ns_samename() argument
195 ns_makecanon(b, tb, sizeof tb) < 0) in ns_samename()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h82 } b; member
92 } b; member
111 } b; member
127 } b; member
142 } b; member
164 } b; member
179 } b; member
191 } b; member
202 } b; member
214 } b; member
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_compare.c146 __bam_defcmp(a, b) in __bam_defcmp() argument
147 const DBT *a, *b; in __bam_defcmp()
164 len = a->size > b->size ? b->size : a->size;
165 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2)
168 return ((long)a->size - (long)b->size);
178 __bam_defpfx(a, b) in __bam_defpfx() argument
179 const DBT *a, *b; in __bam_defpfx()
185 len = a->size > b->size ? b->size : a->size;
186 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt)
194 return (a->size < b->size ? a->size + 1 : a->size);
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c197 if (n = *a - *b) in vercmp()
201 if (!*b++) in vercmp()
382 register char* b; in dllsread() local
425 b = scan->nam; in dllsread()
451 if (!isdigit(*(b - 1)) && *(b - 1) != '.') in dllsread()
453 b--; in dllsread()
455 b -= scan->suflen; in dllsread()
456 if (b > (scan->buf + 2) && (*(b - 1) == 'g' || *(b - 1) == 'O') && *(b - 2) == '-') in dllsread()
457 b -= 2; in dllsread()
493 b = t; in dllsread()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbool-context-fp.c8 bool bfior(float a, float b) { return a || b; } in bfior() argument
9 int ifior(float a, float b) { return a || b; } in ifior() argument
10 bool bfand(float a, float b) { return a && b; } in bfand() argument
11 int ifand(float a, float b) { return a && b; } in ifand() argument
H A Dbitfield-size.c4 unsigned int b:4; member
7 unsigned int get__bfu_b(struct bfu bf) { return bf.b; } in get__bfu_b()
9 unsigned int get_pbfu_b(struct bfu *bf) { return bf->b; } in get_pbfu_b()
15 signed int b:4; member
18 signed int get__bfs_b(struct bfs bf) { return bf.b; } in get__bfs_b()
20 signed int get_pbfs_b(struct bfs *bf) { return bf->b; } in get_pbfs_b()
26 int b:4; member
29 unsigned int get__bfi_b(struct bfi bf) { return bf.b; } in get__bfi_b()
31 unsigned int get_pbfi_b(struct bfi *bf) { return bf->b; } in get_pbfi_b()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_print.c310 __nis_buffer_t b = {0, 0}; in printRuleValue() local
339 &b); in printRuleValue()
344 &b); in printRuleValue()
361 &b); in printRuleValue()
366 &b); in printRuleValue()
376 &b); in printRuleValue()
381 &b); in printRuleValue()
388 c2buf(myself, b.buf, b.len); in printRuleValue()
389 sfree(b.buf); in printRuleValue()
402 if (b == 0) in printLdapMod()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_scalar.c49 uint8_t b[ELEM_SIZE]; member
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]]; \
150 a.b[0] = mul_lt[a.b[0]]; \

12345678910>>...119