Searched defs:alpha (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sh/ |
H A D | word.c | 52 int alpha = 1; local 140 wdset |= alpha; 142 alpha = 0;
|
/illumos-gate/usr/src/cmd/banner/ |
H A D | banner.c | 47 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 D | sub1.c | 172 alpha(int c) function
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | Resample.cc | 66 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 D | ns_common.c | 1843 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 D | t4_hw.c | 2930 * @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 D | radeon_drm.h | 340 unsigned int alpha; member in struct:__anon9546
|
Completed in 66 milliseconds