Searched refs:flex_int32_t (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/flex/src/ |
H A D | tables.c | 59 static flex_int32_t yytbl_data_geti (const struct yytbl_data *tbl, int i); 192 flex_int32_t bwritten = 0; in yytbl_data_fwrite() 193 flex_int32_t i, total_len; in yytbl_data_fwrite() 221 case sizeof (flex_int32_t): in yytbl_data_fwrite() 257 wr->total_written -= (int) sizeof (flex_int32_t); in yytbl_data_fwrite() 343 static flex_int32_t yytbl_data_getijk (const struct yytbl_data *tbl, int i, 346 flex_int32_t lo; 359 case sizeof (flex_int32_t): 360 return ((flex_int32_t *) (tbl->td_data))[(i * lo + j) * (k + 379 static flex_int32_t yytbl_data_geti (const struct yytbl_data *tbl, int i) in yytbl_data_geti() [all …]
|
H A D | gen.c | 208 flex_int32_t *tdata = 0, curr = 0; in mkctbl() 223 calloc(tbl->td_lolen * 2, sizeof (flex_int32_t)); in mkctbl() 309 flex_int32_t *tdata = 0; in mkssltbl() 310 flex_int32_t i; in mkssltbl() 319 calloc(tbl->td_lolen, sizeof (flex_int32_t)); in mkssltbl() 440 flex_int32_t *tdata = 0; in mkecstbl() 449 calloc(tbl->td_lolen, sizeof (flex_int32_t)); in mkecstbl() 650 flex_int32_t *tdata = 0; in mkftbl() 659 calloc(tbl->td_lolen, sizeof (flex_int32_t)); in mkftbl() 1059 flex_int32_t *yyacc_data = 0, *yybase_data = 0, *yydef_data = 0, in gentabs() [all …]
|
H A D | tables_shared.c | 58 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl) in yytbl_calc_total_len() 69 return (flex_int32_t) n; in yytbl_calc_total_len()
|
H A D | flexint.h | 22 typedef int32_t flex_int32_t; typedef 27 typedef int flex_int32_t; typedef
|
H A D | tables_shared.h | 133 :sizeof(flex_int32_t))) 139 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl);
|
H A D | dfa.c | 383 flex_int32_t *yynxt_data = 0, yynxt_curr = 0; in ntod() 517 sizeof (flex_int32_t)); in ntod() 702 sizeof (flex_int32_t)); in ntod()
|
H A D | flex.skl | 3166 flex_int32_t t32; 3174 case sizeof (flex_int32_t): 3203 case sizeof (flex_int32_t): 3205 if( ((flex_int32_t *) v)[0] != (flex_int32_t) t32) 3206 … YY_FATAL_ERROR( "tables verification failed at YYTD_STRUCT flex_int32_t" ); 3208 ((flex_int32_t *) v)[0] = (flex_int32_t) t32; 3260 case sizeof (flex_int32_t): 3262 if( ((flex_int32_t *) p)[0] != (flex_int32_t) t32) 3263 YY_FATAL_ERROR( "tables verification failed at flex_int32_t" ); 3265 ((flex_int32_t *) p)[0] = (flex_int32_t) t32; [all …]
|
/dflybsd-src/usr.bin/m4/ |
H A D | manual_tokenizer.c | 47 typedef int32_t flex_int32_t; typedef 52 typedef int flex_int32_t; typedef 369 flex_int32_t yy_verify; 370 flex_int32_t yy_nxt; 380 static yyconst flex_int32_t yy_ec[256] = 412 static yyconst flex_int32_t yy_meta[19] =
|
/dflybsd-src/lib/libevtr/ |
H A D | ktrfmt.yy.c | 67 typedef int32_t flex_int32_t; typedef 72 typedef int flex_int32_t; typedef 392 flex_int32_t yy_verify; 393 flex_int32_t yy_nxt; 402 static yyconst flex_int32_t yy_ec[256] = 434 static yyconst flex_int32_t yy_meta[18] =
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gengtype-lex.c | 49 typedef int32_t flex_int32_t; typedef 54 typedef int flex_int32_t; typedef 373 flex_int32_t yy_verify; 374 flex_int32_t yy_nxt; 430 static yyconst flex_int32_t yy_ec[256] = 462 static yyconst flex_int32_t yy_meta[63] =
|
/dflybsd-src/gnu/usr.bin/gdb/gdb/ |
H A D | ada-lex.c | 48 typedef int32_t flex_int32_t; typedef 53 typedef int flex_int32_t; typedef 369 flex_int32_t yy_verify; 370 flex_int32_t yy_nxt; 399 static yyconst flex_int32_t yy_ec[256] = 431 static yyconst flex_int32_t yy_meta[68] =
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | ada-lex.c | 48 typedef int32_t flex_int32_t; typedef 53 typedef int flex_int32_t; typedef 369 flex_int32_t yy_verify; 370 flex_int32_t yy_nxt; 399 static yyconst flex_int32_t yy_ec[256] = 431 static yyconst flex_int32_t yy_meta[68] =
|