Home
last modified time | relevance | path

Searched refs:v (Results 226 – 250 of 2007) sorted by relevance

12345678910>>...81

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1307 if (v != 0) in t4_mac_fec_cap_to_link_caps()
1826 int v; in propinfo() local
1856 int v; in getprop() local
1890 long v; in setprop() local
1895 if (v < 0 || v >= SGE_NTIMERS) in setprop()
1914 pi->pktc_idx = v < 0 ? -1 : v; in setprop()
1923 if (v != 0 && v != 1) in setprop()
1930 if (v != 0 && v != 1) in setprop()
1937 if (v != 0 && v != 1) in setprop()
1951 if (v != 0 && v != 1) in setprop()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtclsqlite.test33 lappend v $msg
36 set v [catch {db bogus} msg]
37 lappend v $msg
42 set v [catch {
47 lappend v $msg
50 set v [catch {
55 lappend v $msg
58 set v [catch {
63 lappend v $msg
66 set v [catch {
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c142 register char* v; in getfmt() local
159 v[fp->fmt.n_str] = 0; in getfmt()
160 b = v; in getfmt()
163 switch (*v++) in getfmt()
178 a = v; in getfmt()
185 if (i = *--v) in getfmt()
187 *v = 0; in getfmt()
209 *v++ = i; in getfmt()
214 v = 0; in getfmt()
272 *(v - 1) = d; in getfmt()
[all …]
/illumos-gate/usr/src/common/ficl/
H A Dutility.c97 ficlUnsigned v = (ficlUnsigned) value; in ficlLtoa() local
99 while (v) { in ficlLtoa()
100 *cp++ = digits[v & mask]; in ficlLtoa()
101 v >>= pwr; in ficlLtoa()
105 ficl2Unsigned v; in ficlLtoa() local
106 FICL_UNSIGNED_TO_2UNSIGNED((ficlUnsigned)value, v); in ficlLtoa()
107 while (FICL_2UNSIGNED_NOT_ZERO(v)) { in ficlLtoa()
108 result = ficl2UnsignedDivide(v, (ficlUnsigned)radix); in ficlLtoa()
110 v = result.quotient; in ficlLtoa()
/illumos-gate/usr/src/lib/libm/common/C/
H A D__sin.c94 double z, w, s, v, p, q; in __k_sin() local
116 v = -y - (_TBL_sincosx[j] + x); in __k_sin()
118 v = y - (_TBL_sincosx[j] - x); in __k_sin()
119 s = v * v; in __k_sin()
125 p = v + v * p; in __k_sin()
H A Dsin.c98 double z, y[2], w, s, v, p, q; in sin() local
123 v = x - _TBL_sincosx[j]; in sin()
144 s = v * v; in sin()
168 p = v + (v * s) * (PP1 + s * PP2); in sin()
170 v = w * p + z * q; in sin()
171 return ((hx >= 0)? z + v : -z - v); in sin()
H A D__sincos.c120 double z, w, s, v, p, q; in __k_sincos() local
150 v = -y - (_TBL_sincosx[j] + x); in __k_sincos()
152 v = y - (_TBL_sincosx[j] - x); in __k_sincos()
153 s = v * v; in __k_sincos()
159 p = v + v * p; in __k_sincos()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfgetm.c37 Sfulong_t v; local
49 for(v = 0;; )
52 v = (Sfulong_t)(-1);
57 v = (v << SF_BBITS) | SFBVALUE(c);
67 SFMTXRETURN(f, v);
H A D_sfgetl2.c39 long _sfgetl2(reg Sfio_t* f, long v) in _sfgetl2() argument
41 long _sfgetl2(f, v) in _sfgetl2()
43 long v;
46 if (v < 0)
48 sfungetc(f, v);
H A D_sfgetu2.c39 long _sfgetu2(reg Sfio_t* f, long v) in _sfgetu2() argument
41 long _sfgetu2(f, v) in _sfgetu2()
43 long v;
46 if (v < 0)
48 sfungetc(f, v);
H A D_sfputu.c30 int _sfputu(Sfio_t* f, Sfulong_t v) in _sfputu() argument
32 int _sfputu(f,v) in _sfputu()
34 Sfulong_t v; /* the unsigned value to be written */
51 *s = (uchar)SFUVALUE(v);
52 while((v >>= SF_UBITS) )
53 *--s = (uchar)(SFUVALUE(v) | SF_MORE);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c83 uint32_t v; in smbfs_hash() local
85 for (v = ival; nmlen; name++, nmlen--) { in smbfs_hash()
86 v *= FNV_32_PRIME; in smbfs_hash()
87 v ^= (uint32_t)*name; in smbfs_hash()
89 return (v); in smbfs_hash()
99 uint32_t v; in smbfs_gethash() local
101 v = smbfs_hash(FNV1_32_INIT, rpath, rplen); in smbfs_gethash()
102 return (v); in smbfs_gethash()
/illumos-gate/usr/src/lib/libidmap/common/
H A Dsidutil.c166 uint32_t v = sid->sid_subauth[i]; in sid_to_le() local
169 p[0] = v & 0xff; in sid_to_le()
170 p[1] = (v >> 8) & 0xff; in sid_to_le()
171 p[2] = (v >> 16) & 0xff; in sid_to_le()
172 p[3] = (v >> 24) & 0xff; in sid_to_le()
182 uint32_t v; in sid_from_le() local
185 v = p[0] | (p[1] << 8) | (p[2] << 16) | (p[3] << 24); in sid_from_le()
187 sid->sid_subauth[i] = v; in sid_from_le()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.h37 #define PROP_INT(d, node, v, diprop, halprop) \ argument
38 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, diprop, &(v)) > 0) { \
39 hal_device_property_set_int (d, halprop, *(v)); \
42 #define PROP_STR(d, node, v, diprop, halprop) \ argument
43 if (di_prop_lookup_strings(DDI_DEV_T_ANY, node, diprop, &(v)) > 0) { \
44 hal_device_property_set_string (d, halprop, v); \
47 #define PROP_BOOL(d, node, v, diprop, halprop) \ argument
49 (di_prop_lookup_ints(DDI_DEV_T_ANY, node, diprop, &(v)) >= 0));
/illumos-gate/usr/src/cmd/eqn/
H A Dparen.c24 int n, m, h1, j, b1, v; in paren() local
45 v = b1 - h1/2 + VERT(EM(0.4, ps)); in paren()
51 v = b1 - h1/2 + VERT(1); in paren()
53 printf(".ds %d \\|\\v'%du'", yyval, v); in paren()
91 printf("\\v'%du'\\*(%d", -v, p1); in paren()
93 printf("\\|\\v'%du'", v); in paren()
128 printf("\\v'%du'", -v); in paren()
133 eht[yyval], ebase[yyval], n, v, leftc, rightc); in paren()
/illumos-gate/usr/src/cmd/filesync/
H A Dfiles.c164 char *p, *v; in expand() local
201 for (v = varbuf; *s; s++) { in expand()
204 *v++ = *s; in expand()
209 if (v >= &varbuf[MAX_NAME - 1]) { in expand()
210 *v = 0; in expand()
216 *v = 0; in expand()
224 v = getenv(varbuf); in expand()
225 if (v == 0 || *v == 0) { in expand()
231 while (*v) in expand()
232 *p++ = *v++; in expand()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtminit.c99 char** v = environ; in _tm_localtime() local
112 if (environ != v) in _tm_localtime()
113 environ = v; in _tm_localtime()
177 tmopt(void* a, const void* p, int n, const char* v) in tmopt() argument
186 …tm_info.deformat = (n && (n = strlen(v)) > 0 && (n < 2 || v[n-2] != '%' || v[n-1] != '?')) ? strdu… in tmopt()
189 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0; in tmopt()
224 char** v = environ; in tmlocal() local
245 if (environ != v) in tmlocal()
246 environ = v; in tmlocal()
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c212 v = n->namval;
233 v = pidadr;
235 v = pcsadr;
239 v = numbuf;
244 v = numbuf;
247 v = flagadr;
268 if ((v == 0 || (nulflg && *v == 0)) ^ (setchar(c)))
280 if (v && (!nulflg || *v))
295 while (c = *v) {
309 pushstak(*v++);
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvasprintf.c30 int v; in vasprintf() local
34 v = sfvprintf(f, fmt, args); in vasprintf()
36 v = -1; in vasprintf()
42 v = -1; in vasprintf()
44 return v; in vasprintf()
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dutf_nbyte.h34 unsigned short ci, v, cf; member
40 cd->ci = cd->v = cd->cf = CVC_FILL; cd->prev_state = E;
51 (cd->v <= 20 || cd->v == CVC_FILL) &&\
58 c[i] = (char)Y21_32[cd->v != CVC_FILL ? cd->v +\
59 (short)(cd->v + 1) / 3 + 2 : 1] + '`';\
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c793 if (*++v) { in dojobs()
794 if (v[1] || !eq(*v, S_DASHl /* "-l" */)) in dojobs()
820 ++v; in dofg()
825 } while (*v && *++v); in dofg()
857 ++v; in dobg()
861 } while (*v && *++v); in dobg()
904 v++; in dokill()
905 if (v[0] && v[0][0] == '-') { in dokill()
942 v++; in dokill()
963 while (*v) { in pkill()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbox_set.c47 box_set(w, v, h) in box_set() argument
49 const cchar_t *v, *h;
54 __m_trace("box_set(%p, %p, %p)", w, v, h);
58 w, v, v, h, h,
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_reg.h190 #define RT2573_QID(v) (v) argument
191 #define RT2573_AIFSN(v) ((v) << 4) argument
192 #define RT2573_LOGCWMIN(v) ((v) << 8) argument
193 #define RT2573_LOGCWMAX(v) ((v) << 12) argument
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drelease.c198 register char* v; in main() local
270 if (!*(v = ++s) && !(v = *++argv)) in main()
275 if (!(t = date(v, &e)) || *e) in main()
291 if (!*(v = ++s) && !(v = *++argv)) in main()
296 mk = number(v, &e) + 1; in main()
344 for (u = v = p; *p; p++) in main()
347 v = u; in main()
351 while ((i = *v++) && i != '/') in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dswapget.c42 intmax_t v; in swapget() local
50 v = 0; in swapget()
53 v <<= CHAR_BIT; in swapget()
54 v |= *d++; in swapget()
56 return v; in swapget()

12345678910>>...81