HomeSort by: relevance | last modified time | path
    Searched defs:CONST (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/byacc/dist/test/btyacc/
expr.oxout.tab.h 7 #define CONST 258
btyacc_calc1.tab.h 8 #define CONST 259
calc1.tab.h 8 #define CONST 259
varsyntax_calc1.tab.h 8 #define CONST 259
btyacc_demo.tab.h 13 #define CONST 264
btyacc_calc1.tab.c 188 #define YYERROR_DECL() yyerror(const char *s)
198 #define CONST 259
202 static const YYINT calc1_lhs[] = { -1,
207 static const YYINT calc1_len[] = { 2,
212 static const YYINT calc1_defred[] = { 1,
221 static const YYINT calc1_stos[] = { 0,
230 static const YYINT calc1_dgoto[] = { 1,
233 static const YYINT calc1_sindex[] = { 0,
241 static const YYINT calc1_rindex[] = { 0,
250 static const YYINT calc1_cindex[] = { 0
    [all...]
calc1.tab.c 141 static void yyerror(const char *s);
187 #define YYERROR_DECL() yyerror(const char *s)
197 #define CONST 259
201 static const YYINT calc1_lhs[] = { -1,
206 static const YYINT calc1_len[] = { 2,
211 static const YYINT calc1_defred[] = { 0,
221 static const YYINT calc1_stos[] = { 0,
231 static const YYINT calc1_dgoto[] = { 7,
234 static const YYINT calc1_sindex[] = { -40,
243 static const YYINT calc1_rindex[] = { 0
    [all...]
varsyntax_calc1.tab.c 142 static void yyerror(const char *s);
188 #define YYERROR_DECL() yyerror(const char *s)
198 #define CONST 259
202 static const YYINT varsyntax_calc1_lhs[] = { -1,
207 static const YYINT varsyntax_calc1_len[] = { 2,
212 static const YYINT varsyntax_calc1_defred[] = { 0,
222 static const YYINT varsyntax_calc1_stos[] = { 0,
232 static const YYINT varsyntax_calc1_dgoto[] = { 7,
235 static const YYINT varsyntax_calc1_sindex[] = { -40,
244 static const YYINT varsyntax_calc1_rindex[] = { 0
    [all...]
btyacc_demo.tab.c 207 #define YYERROR_DECL() yyerror(YYLTYPE *loc, const char *s)
214 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, YYLTYPE *loc)
229 #define CONST 264
237 static const YYINT demo_lhs[] = { -1,
245 static const YYINT demo_len[] = { 2,
253 static const YYINT demo_defred[] = { 5,
266 static const YYINT demo_stos[] = { 0,
279 static const YYINT demo_dgoto[] = { 1,
284 static const YYINT demo_sindex[] = { 0,
296 static const YYINT demo_rindex[] = { 0
    [all...]
expr.oxout.tab.c 130 extern void yyerror(const char *);
191 #define YYERROR_DECL() yyerror(const char *s)
200 #define CONST 258
203 static const YYINT expr_oxout_lhs[] = { -1,
206 static const YYINT expr_oxout_len[] = { 2,
209 static const YYINT expr_oxout_defred[] = { 1,
214 static const YYINT expr_oxout_stos[] = { 0,
219 static const YYINT expr_oxout_dgoto[] = { 1,
222 static const YYINT expr_oxout_sindex[] = { 0,
226 static const YYINT expr_oxout_rindex[] = { 0
    [all...]
  /src/external/bsd/byacc/dist/test/yacc/
expr.oxout.tab.h 4 #define CONST 258
calc1.tab.h 5 #define CONST 259
varsyntax_calc1.tab.h 5 #define CONST 259
calc1.tab.c 121 static void yyerror(const char *s);
167 #define YYERROR_DECL() yyerror(const char *s)
177 #define CONST 259
181 static const YYINT calc1_lhs[] = { -1,
186 static const YYINT calc1_len[] = { 2,
191 static const YYINT calc1_defred[] = { 0,
200 static const YYINT calc1_dgoto[] = { 7,
203 static const YYINT calc1_sindex[] = { -40,
212 static const YYINT calc1_rindex[] = { 0,
221 static const YYINT calc1_gindex[] = { 0
    [all...]
varsyntax_calc1.tab.c 122 static void yyerror(const char *s);
168 #define YYERROR_DECL() yyerror(const char *s)
178 #define CONST 259
182 static const YYINT varsyntax_calc1_lhs[] = { -1,
187 static const YYINT varsyntax_calc1_len[] = { 2,
192 static const YYINT varsyntax_calc1_defred[] = { 0,
201 static const YYINT varsyntax_calc1_dgoto[] = { 7,
204 static const YYINT varsyntax_calc1_sindex[] = { -40,
213 static const YYINT varsyntax_calc1_rindex[] = { 0,
222 static const YYINT varsyntax_calc1_gindex[] = { 0
    [all...]
expr.oxout.tab.c 110 extern void yyerror(const char *);
171 #define YYERROR_DECL() yyerror(const char *s)
180 #define CONST 258
183 static const YYINT expr_oxout_lhs[] = { -1,
186 static const YYINT expr_oxout_len[] = { 2,
189 static const YYINT expr_oxout_defred[] = { 1,
193 static const YYINT expr_oxout_dgoto[] = { 1,
196 static const YYINT expr_oxout_sindex[] = { 0,
200 static const YYINT expr_oxout_rindex[] = { 0,
204 static const YYINT expr_oxout_gindex[] = { 0
    [all...]
  /src/usr.bin/rdist/
lookup.c 45 #define CONST 2
144 if (action != INSERT || s->s_type != CONST) {
164 s->s_type = action == INSERT ? VAR : CONST;
  /src/external/bsd/bc/dist/
const.h 1 /* $NetBSD: const.h,v 1.1 2017/04/10 02:28:23 phil Exp $ */
34 /* const.h: Constants for bc. */
96 #define CONST const
99 #define CONST
  /src/lib/libc/gdtoa/
gdtoa.h 66 #ifndef CONST
68 #define CONST /* blank */
70 #define CONST const
72 #endif /* CONST */
129 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt,
133 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
136 extern char* gdtoa ANSI((CONST FPI *fpi, int be, ULong *bits, int *kindp,
139 extern float strtof ANSI((CONST char *, char **));
140 extern double strtod ANSI((CONST char *, char **))
    [all...]
  /src/sys/arch/i386/stand/mbr/
mbr.S 229 shl $2, %si /* const + count * 4 */
230 #define CONST (4 * ((':' << 8) + '1' - ((KEY_PTN1 - KEY_DISK1) & 0xff)))
232 movl %edi, ptn_list - CONST(%si) /* sector to read */
234 mov %bp, ptn_list - CONST(%si) /* partition info */
236 #undef CONST
  /src/usr.sbin/gspa/gspa/
gsp_ass.h 87 #define CONST 2
144 void p1err(const char *fmt, ...) __printflike(1, 2);
145 void perr(const char *fmt, ...) __printflike(1, 2);
160 __dead void yyerror(const char *err);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 34 CONST = 1, ///< Value is a constant.
38 Kind getKind() const { return kind; }
41 SDNode *getSDNode() const {
47 unsigned getResNo() const {
53 const Value *getConst() const {
54 assert(kind == CONST);
55 return u.Const;
59 unsigned getFrameIx() const {
65 unsigned getVReg() const {
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 61 CONST,
120 const char* body;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 30 #ifndef CONST
31 #define CONST const
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 105 extern const char *progname;
161 CONST,
248 tdesc_t *tdesc; /* ptr, typedef, vol, const, restr */
372 void iter_iidescs_by_name(tdata_t *, const char *,
375 iidesc_t *iidesc_dup_rename(iidesc_t *, char const *, char const *);
390 source_types_t built_source_types(Elf *, const char *);
395 symit_data_t *symit_new(Elf *, const char *);
412 void write_ctf(tdata_t *, const char *, const char *, int)
    [all...]

Completed in 68 milliseconds

1 2