Searched defs:alpha (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dword.c52 int alpha = 1; local
140 wdset |= alpha;
142 alpha = 0;
/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c47 char alpha[nlines][pposs]; member in struct:bann
241 if (((c[i]<<j)&msk) != 0) p->alpha[i][j] = plot;
252 p->alpha[i][j] = c;
260 ptr->alpha[i][pposs-1] = '\0';
262 if (ptr->alpha[i][j] != blank)break;
263 ptr->alpha[i][j] = '\0';
265 (void) printf("%s\n", ptr->alpha[i]);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c172 alpha(int c) function
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc66 float alpha; local
73 alpha = center - i;
74 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha);
78 alpha = half - i;
79 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1843 int i, seg, alpha, digit, port; local
1848 alpha = digit = seg = port = 0;
1850 /* must start with alpha character */
1856 alpha++;
1864 if (!alpha && !digit)
1866 alpha = digit = 0;
1871 if (!alpha && !digit)
1873 alpha = digit = 0;
1881 if ((port == 0 && (seg || alpha || digit)) ||
1882 (port == 1 && alpha
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c2930 * @incr: where to store the alpha values
2988 * @a: the alpha values for congestion control
3038 * @alpha: the values for the congestion control alpha parameter
3042 * congestion control table with the supplied alpha, beta, and MTUs.
3048 const unsigned short *alpha, const unsigned short *beta)
3070 inc = max(((mtu - 40) * alpha[w]) / avg_pkts[w],
3047 t4_load_mtus(struct adapter *adap, const unsigned short *mtus, const unsigned short *alpha, const unsigned short *beta) argument
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drm.h340 unsigned int alpha; member in struct:__anon9546

Completed in 88 milliseconds