Searched defs:v1 (Results 1 - 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A DClientCommon.c58 int v1 = cstr[ 0] - '0'; local
60 int val = v0 * 100 + v1 * 10 + v2;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c22 iovec_t v1, v2; local
57 v1.iov_base = (void *)input[i].data;
58 v1.iov_len = input[i].length;
62 d1.cd_raw = v1;
95 iovec_t v1, v2; local
127 v1.iov_base = (void *)input->data;
128 v1.iov_len = input->length;
133 d1.cd_raw = v1;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_dt.c26 const char *t1, long v1)
31 f, n, t1, v1);
37 const char *t1, long v1,
43 f, n, t1, v1, t2, v2);
49 const char *t1, long v1,
56 f, n, t1, v1, t2, v2, t3, v3);
25 smb_dtrace1(const char *f, const char *n, const char *t1, long v1) argument
36 smb_dtrace2(const char *f, const char *n, const char *t1, long v1, const char *t2, long v2) argument
48 smb_dtrace3(const char *f, const char *n, const char *t1, long v1, const char *t2, long v2, const char *t3, long v3) argument
H A Dvncache.c158 vncache_cmp(const void *v1, const void *v2) argument
162 vp1 = v1;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dbindings.c250 strpqcmp(char *v1, char *p, char *q) argument
258 rc = (strcmp(v1, p));
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dmuldi3.c54 * v = 2^n v1 * v0
58 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
59 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
61 * Now add 2^n u1 v1 to the first term and subtract it from the middle,
65 * uv = (2^2n + 2^n) (u1 v1) +
66 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
71 * uv = (2^2n + 2^n) (u1 v1)
111 #define v1 macro
166 #undef v1 macro
190 ulong_t u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
H A Dqdivrem.c87 digit v1, v2; local
194 v1 = v[1]; /* for D3 -- note that v[1..n] are constant */
210 if (uj0 == v1) {
216 qhat = n / v1;
217 rhat = n % v1;
222 if ((rhat += v1) >= B)
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c63 STP_VECT_compare_vector (PRIO_VECTOR_T* v1, PRIO_VECTOR_T* v2) argument
67 bridcmp = STP_VECT_compare_bridge_id (&v1->root_bridge, &v2->root_bridge);
71 bridcmp = v1->root_path_cost - v2->root_path_cost;
74 bridcmp = STP_VECT_compare_bridge_id (&v1->design_bridge, &v2->design_bridge);
77 bridcmp = v1->design_port - v2->design_port;
80 return v1->bridge_port - v2->bridge_port;
/illumos-gate/usr/src/lib/libm/common/C/
H A Dj1.c201 static const GENERIC v1[5] = { variable
278 v = v1[0]+z*(v1[1]+z*(v1[2]+z*(v1[3]+z*v1[4])));
H A D__lgamma.c106 v1 = 3.417476345507377132798597e11, variable
258 q = v0+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7-y)))))));
/illumos-gate/usr/src/lib/libmp/common/
H A Dmdiv.c122 m_trq(short v1, short v2, short u1, short u2, short u3) argument
129 if (u1 == v1) {
132 d = (short)(c1 / v1);
135 x1 = c1 - v1 * d;
140 (void) printf("mtrq %d %d %d %d %d %d\n", v1, v2, u1, u2, u3, (d+1));
155 short v1; local
193 v1 = v.val[n - 1];
198 qq = m_trq(v1, v2, uval[j + n], uval[j + n - 1],
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; local
263 v1 = v;
265 ((int *) &v1)[LOWORD] &= 0xf8000000;
278 b[2] = v1 * x1;
279 b[3] = (v - v1) * x1 + v * x2;
304 b[2] = -v1 * y1;
305 b[3] = (v1 - v) * y1 - v * y2;
H A Dcpowl.c110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; local
214 v1 = v; HALF(v1);
225 b[2] = v1 * x1;
226 b[3] = (v - v1) * x1 + v * x2;
247 b[2] = -v1 * y1;
248 b[3] = (v1 - v) * y1 - v * y2;
/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c198 cpu_report(void *v1, void *v2, void *data) argument
201 struct cpu_snapshot *c1 = (struct cpu_snapshot *)v1;
221 pset_report(void *v1, void *v2, void *data) argument
223 struct pset_snapshot *p1 = (struct pset_snapshot *)v1;
368 dummy_cb(void *v1, void *v2, void *data) argument
/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c281 compare_cpu(void *v1, void *v2, void *data) argument
283 struct cpu_snapshot *c1 = (struct cpu_snapshot *)v1;
470 compare_pset(void *v1, void *v2, void *data) argument
472 struct pset_snapshot *p1 = (struct pset_snapshot *)v1;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c372 Dwarf_Unsigned v1; local
395 v1 = _dwarf_decode_u_leb128(pnext, &len);
396 pdmd->dmd_lineno = v1;
421 v1 = _dwarf_decode_u_leb128(pnext, &len);
422 pdmd->dmd_lineno = v1;
431 v1 = _dwarf_decode_u_leb128(pnext, &len);
432 pdmd->dmd_fileindex = v1;
437 fileindex = v1;
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c274 nsc_vec_t *v1, *v2; local
287 v1 = h1->sb_vec;
290 for (; pos1 >= FBA_NUM(v1->sv_len); v1++)
291 pos1 -= FBA_NUM(v1->sv_len);
293 a1 = v1->sv_addr + FBA_SIZE(pos1);
294 l1 = v1->sv_len - FBA_SIZE(pos1);
323 a1 = (++v1)->sv_addr, l1 = v1->sv_len;
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlink.h160 #define v1 ld_un.ld_1 macro
165 #define GETGOTSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_plt - ((struct old_link_dynamic *) x)->v1.ld_got : (x)->v2->ld_plt - (x)->v2->ld_got)
167 #define GETPLTSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_rel - ((struct old_link_dynamic *) x)->v1.ld_plt : (x)->v2->ld_rel - (x)->v2->ld_plt)
169 #define GETRELSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_hash - ((struct old_link_dynamic *) x)->v1.ld_rel : (x)->v2->ld_hash - (x)->v2->ld_rel)
171 #define GETHASHSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_stab - ((struct old_link_dynamic *) x)->v1.ld_hash : (x)->v2->ld_stab - (x)->v2->ld_hash)
173 #define GETSTABSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1
176 #undef v1 macro
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dqdivrem.c86 digit v1, v2; local
193 v1 = v[1]; /* for D3 -- note that v[1..n] are constant */
209 if (uj0 == v1) {
215 qhat = nn / v1;
216 rhat = nn % v1;
221 if ((rhat += v1) >= B)
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java523 compareUnsigned(Comparable v1, Comparable v2) argument
527 if (v1 instanceof Integer) {
528 int i1 = Integer.class.cast(v1);
531 } else if (v1 instanceof Long) {
532 long i1 = Long.class.cast(v1);
536 cmp = v1.compareTo(v2);
561 Comparable v1 = Comparable.class.cast(o1);
563 cmp = v1.compareTo(v2); // compare signed values
567 Comparable v1 = Comparable.class.cast(r1);
569 cmp = v1
[all...]
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c220 show_disk(void *v1, void *v2, void *d) argument
222 struct iodev_snapshot *old = (struct iodev_snapshot *)v1;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c369 lwp_setrval(klwp_t *lwp, int v1, int v2) argument
372 lwptoregs(lwp)->r_r0 = v1;
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c112 boolean_t v1; local
127 (void) nvpair_value_boolean_value(nvp, &v1);
130 cip->scci_rqst_ident = v1;
132 cip->scci_rqst_on = v1;
134 cip->scci_rqst_fail = v1;
363 boolean_t v1; local
384 (void) nvpair_value_boolean_value(nvp, &v1);
387 dip->sdci_rqst_fail = v1;
389 dip->sdci_rqst_ident = v1;
429 boolean_t v1; local
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c561 LONGDOUBLE_TYPE v1 = 0.0; local
569 v1 = v1*10.0 + (*z - '0');
576 v1 = v1*10.0 + (*z - '0');
580 v1 /= divisor;
602 v1 /= scale;
604 v1 *= scale;
608 return sign<0 ? -v1 : v1;
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c88 static int cpl_cmp_matches(const void *v1, const void *v2);
89 static int cpl_cmp_suffixes(const void *v1, const void *v2);
375 * v1, v2 void * Pointers to the two matches to be compared.
377 * return int -1 -> v1 < v2.
378 * 0 -> v1 == v2
379 * 1 -> v1 > v2
381 static int cpl_cmp_matches(const void *v1, const void *v2) argument
383 const CplMatch *m1 = (const CplMatch *) v1;
405 * v1, v2 void * Pointers to the two matches to be compared.
407 * return int -1 -> v1 < v
411 cpl_cmp_suffixes(const void *v1, const void *v2) argument
[all...]

Completed in 155 milliseconds

123