Searched refs:star (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dtype.c42 ffetype_lookup_star (ffetype base_type, int star)
45 || (star < 0)
46 || (((size_t) star) >= ARRAY_SIZE (base_type->stars_->type_)))
49 return base_type->stars_->type_[star];
91 ffetype_set_star (ffetype base_type, int star, ffetype type)
105 assert (base_type->stars_->type_[star] == NULL);
107 base_type->stars_->type_[star] = type;
41 ffetype_lookup_star(ffetype base_type, int star) argument
90 ffetype_set_star(ffetype base_type, int star, ffetype type) argument
H A Dtype.h49 ffetype ffetype_lookup_star (ffetype base_type, int star);
56 void ffetype_set_star (ffetype base_type, int star, ffetype type);
H A Dstt.c227 bool star = FALSE; /* Adjustable array. */
254 star = TRUE;
265 star = TRUE;
289 else if (star)
226 bool star = FALSE; /* Adjustable array. */ local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i370.c1740 char *star;
1744 star = strchr (input_line_pointer, '*');
1745 if (star)
1746 *star = '.';
1751 if (star)
1752 *star = '*';
1727 char *star; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-i370.c1739 char *star;
1743 star = strchr (input_line_pointer, '*');
1744 if (star)
1745 *star = '.';
1750 if (star)
1751 *star = '*';
1726 char *star; local
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dmake_graph.py143 # square, circle3, dia, tri, dtri, star, plus5, x5, gray70dia, blackdtri, blackdia
162 tm = tick_mark.star
195 tm = tick_mark.star
/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c67 bool star = false; local
87 star = true;
89 if (!star && init)
91 else if (!star)
102 if (star)
114 star = true;
126 if (star)
142 if (star)
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Ddivrem_2.asm36 C A star means numbers not updated for the latest version of the code.
/haiku-buildtools/gcc/gcc/
H A Dgengtype.c629 const char *star = strchr (type_id, '*');
630 int is_ptr = (star != NULL);
631 size_t offset_to_star = star - type_id;
633 offset_to_star = star - type_id;
625 const char *star = strchr (type_id, '*'); local
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex3503 \def\point{$\star$}
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex3469 \def\point{$\star$}
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex3626 \def\point{$\star$}
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex4564 \def\point{$\star$}
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex3561 \def\point{$\star$}
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex4796 \def\point{$\star$}
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex5081 \def\point{$\star$}
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex2827 \def\point{$\star$}
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex5685 \def\point{$\star$}
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex2830 \def\point{$\star$}
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex3009 \def\point{$\star$}
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex3009 \def\point{$\star$}
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex3011 \def\point{$\star$}

Completed in 643 milliseconds