Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 25 of 211) sorted by relevance

123456789

/titanic_41/usr/src/cmd/banner/
H A Dbanner.c47 char alpha[nlines][pposs]; member
241 if (((c[i]<<j)&msk) != 0) p->alpha[i][j] = plot; in banfil()
252 p->alpha[i][j] = c; in banset()
260 ptr->alpha[i][pposs-1] = '\0'; in banprt()
262 if (ptr->alpha[i][j] != blank)break; in banprt()
263 ptr->alpha[i][j] = '\0'; in banprt()
265 (void) printf("%s\n", ptr->alpha[i]); in banprt()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d.out5 int alpha = 0x5
8 int alpha = 0x6
16 int alpha = 0x5
19 int alpha = 0x6
H A Dtst.array.d29 int alpha; member
49 this->f->c[0].alpha = 5;
50 this->f->c[1].alpha = 6;
51 this->f->c[2].alpha = 7;
H A Dtst.struct.d34 uint64_t alpha; member
49 this->s->c.alpha = 3;
H A Dtst.struct.d.out5 uint64_t alpha = 0x3
/titanic_41/usr/src/cmd/audio/utilities/
H A DResample.cc66 float alpha; in sinc_coef() local
73 alpha = center - i; in sinc_coef()
74 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); in sinc_coef()
78 alpha = half - i; in sinc_coef()
79 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); in sinc_coef()
/titanic_41/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_07_nested_arrays.ksh41 {"alpha":"a"},\
83 add_string "alpha" "a";
/titanic_41/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c70 test_ctype_subset(upper, alpha); in main()
71 test_ctype_subset(lower, alpha); in main()
/titanic_41/usr/src/cmd/localedef/data/
H A Dctype.sh25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
/titanic_41/usr/src/cmd/sh/
H A Dword.c52 int alpha = 1; in word() local
140 wdset |= alpha; in word()
142 alpha = 0; in word()
/titanic_41/usr/src/grub/grub-0.97/
H A Ddepcomp126 alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
129 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
H A Dconfig.guess248 alpha:OSF1:*:*)
305 echo alpha-pc-interix
308 echo alpha-dec-winnt3.5
889 alpha:Linux:*:*)
1250 A*) echo alpha-dec-vms && exit 0 ;;
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c1843 int i, seg, alpha, digit, port; in __s_api_ishost() local
1848 alpha = digit = seg = port = 0; in __s_api_ishost()
1856 alpha++; in __s_api_ishost()
1864 if (!alpha && !digit) in __s_api_ishost()
1866 alpha = digit = 0; in __s_api_ishost()
1871 if (!alpha && !digit) in __s_api_ishost()
1873 alpha = digit = 0; in __s_api_ishost()
1881 if ((port == 0 && (seg || alpha || digit)) || in __s_api_ishost()
1882 (port == 1 && alpha == 0 && digit)) in __s_api_ishost()
/titanic_41/usr/src/lib/libc/port/locale/
H A Disdigit.c85 DEFN_ISTYPE(alpha, _ISALPHA)
H A Diswctype.c137 DEFN_ISWTYPE(alpha, _CTYPE_A) in DEFN_ISWTYPE() argument
/titanic_41/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh303 *[[:alpha:]][[:alpha:]]*)
/titanic_41/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out44 in |["alpha"]|
46 out |alpha|
/titanic_41/usr/src/grub/
H A DREADME.grub4 grub-0.97 from ftp://alpha.gnu.org/gnu/grub/
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh237 alpha=abcdefghijklmnop
238 if [[ $(printf "%10.*s\n" 5 $alpha) != ' abcde' ]]
/titanic_41/usr/src/data/zoneinfo/
H A Dcountry.tab1 # ISO 3166 alpha-2 country codes
11 # 1. ISO 3166-1 alpha-2 country code, current as of
/titanic_41/usr/src/lib/libshell/common/
H A DREADME173 ksh93 has been compiled and alpha tested on the following. An asterisk
207 OSF1 on DEC alpha.
208 OSF4 on DEC alpha.
217 * Windows NT using UWIN on alpha
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dldefs.h278 int alpha(int c);
H A Dparser.y909 if(alpha(peek)){
913 while(alpha(peek)) {
/titanic_41/usr/src/cmd/mandoc/
H A Darch.in32 LINE("alpha", "Alpha")
/titanic_41/usr/src/uts/intel/io/drm/
H A Dradeon_drm.h340 unsigned int alpha; member

123456789