Home
last modified time | relevance | path

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

12345678910

/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c45 char alpha[nlines][pposs]; member
239 if (((c[i]<<j)&msk) != 0) p->alpha[i][j] = plot; in banfil()
250 p->alpha[i][j] = c; in banset()
258 ptr->alpha[i][pposs-1] = '\0'; in banprt()
260 if (ptr->alpha[i][j] != blank)break; in banprt()
261 ptr->alpha[i][j] = '\0'; in banprt()
263 (void) printf("%s\n", ptr->alpha[i]); in banprt()
/illumos-gate/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
/illumos-gate/usr/src/tools/smatch/src/
H A Ddominate.c99 …d idf_compute(struct entrypoint *ep, struct basic_block_list **idf, struct basic_block_list *alpha) in idf_compute() argument
117 FOR_EACH_PTR(alpha, bb) { in idf_compute()
137 struct basic_block_list *alpha = NULL; in idf_dump() local
141 add_bb(&alpha, bb); in idf_dump()
142 idf_compute(ep, &idf, alpha); in idf_dump()
151 free_ptr_list(&alpha); in idf_dump()
H A Ddominate.h7 … idf_compute(struct entrypoint *ep, struct basic_block_list **idf, struct basic_block_list *alpha);
H A Dssa.c171 struct basic_block_list *alpha = NULL; in ssa_convert_one_var() local
211 add_bb(&alpha, bb); in ssa_convert_one_var()
244 idf_compute(ep, &idf, alpha); in ssa_convert_one_var()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dhosttype.tst4 osf.alpha hostname.domain alpha alpha OSF1 hostname.domain V3.2 62
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc64 float alpha; in sinc_coef() local
71 alpha = center - i; in sinc_coef()
72 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); in sinc_coef()
76 alpha = half - i; in sinc_coef()
77 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); in sinc_coef()
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_07_nested_arrays.ksh41 {"alpha":"a"},\
83 add_string "alpha" "a";
/illumos-gate/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()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dinit_cstring.c1 static struct alpha { struct
/illumos-gate/usr/src/cmd/sh/
H A Dword.c51 int alpha = 1; in word() local
139 wdset |= alpha; in word()
141 alpha = 0; in word()
/illumos-gate/usr/src/common/font/
H A Dfont.c157 rgb_color_map(const rgb_t *rgb, uint8_t index, uint8_t alpha) in rgb_color_map() argument
162 color = rgb_to_color(rgb, alpha, cmap4_to_24.red[index], in rgb_color_map()
181 color = rgb_to_color(rgb, alpha, in rgb_color_map()
196 return (rgb_to_color(rgb, alpha, level, level, level)); in rgb_color_map()
/illumos-gate/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 ;;
/illumos-gate/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()
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c687 alpha_blend(uint8_t fg, uint8_t bg, uint8_t alpha) in alpha_blend() argument
692 if (alpha == 0) in alpha_blend()
694 if (alpha == 0xFF) in alpha_blend()
696 blend = (alpha * fg + (0xFF - alpha) * bg); in alpha_blend()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c362 alpha_blend(uint8_t fg, uint8_t bg, uint8_t alpha) in alpha_blend() argument
367 if (alpha == 0) in alpha_blend()
369 if (alpha == 0xFF) in alpha_blend()
371 blend = (alpha * fg + (0xFF - alpha) * bg); in alpha_blend()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcc.sh313 *[[:alpha:]][[:alpha:]]*)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Disdigit.c79 DEFN_ISTYPE(alpha, _ISALPHA)
H A Diswctype.c137 DEFN_ISWTYPE(alpha, _CTYPE_A) in DEFN_ISWTYPE() argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out44 in |["alpha"]|
46 out |alpha|
/illumos-gate/usr/src/grub/
H A DREADME.grub4 grub-0.97 from ftp://alpha.gnu.org/gnu/grub/

12345678910