/netbsd-src/external/bsd/flex/dist/src/ |
H A D | tables_shared.h | 108 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */ 109 flex_uint32_t th_hsize; /**< Size of this header in bytes. */ 110 flex_uint32_t th_ssize; /**< Size of this dataset, in bytes, including header. */ 120 flex_uint32_t td_hilen; /**< num elements in highest dimension array */ 121 flex_uint32_t td_lolen; /**< num elements in lowest dimension array */
|
H A D | tables.c | 58 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v); 92 th->th_hsize = (flex_uint32_t) (14 + strlen (version_str) + 1 + strlen (name) + 1); in yytbl_hdr_init() 225 rv = yytbl_write32 (wr, (flex_uint32_t) yytbl_data_geti (td, i)); in yytbl_data_fwrite() 253 || yytbl_write32 (wr, (flex_uint32_t) wr->total_written) < 0 in yytbl_data_fwrite() 286 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v) in yytbl_write32() 288 flex_uint32_t vnet; in yytbl_write32() 292 bytes = (int) sizeof (flex_uint32_t); in yytbl_write32()
|
H A D | gen.c | 115 tbl->td_lolen = (flex_uint32_t) (num_rules + 1); in mkeoltbl() 223 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */ in mkctbl() 319 tbl->td_lolen = (flex_uint32_t) (lastsc * 2 + 1); in mkssltbl() 449 tbl->td_lolen = (flex_uint32_t) csize; in mkecstbl() 659 tbl->td_lolen = (flex_uint32_t) (lastdfa + 1); in mkftbl() 1102 yyacclist_tbl->td_lolen = (flex_uint32_t) (MAX(numas,1) + 1); in gentabs() 1211 yyacc_tbl->td_lolen = (flex_uint32_t) k; in gentabs() 1268 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1); in gentabs() 1316 yybase_tbl->td_lolen = (flex_uint32_t) (total_states + 1); in gentabs() 1374 yydef_tbl->td_lolen = (flex_uint32_t) (total_states + 1); in gentabs() [all …]
|
H A D | flexint.h | 25 typedef uint32_t flex_uint32_t; typedef 32 typedef unsigned int flex_uint32_t; typedef
|
H A D | tables_shared.c | 60 flex_uint32_t n; in yytbl_calc_total_len()
|
H A D | flex.skl | 1105 flex_uint32_t bread; /**< bytes read since beginning of current tableset */ 3011 rd->bread += (flex_uint32_t) sizeof(flex_uint8_t); 3023 rd->bread += (flex_uint32_t) sizeof(flex_uint16_t); 3030 if (fread (v, sizeof (flex_uint32_t), 1, rd->fp) != 1){ 3034 *((flex_uint32_t *) v) = ntohl (*((flex_uint32_t *) v)); 3035 rd->bread += (flex_uint32_t) sizeof(flex_uint32_t); 3078 rd->bread += (flex_uint32_t) bytes;
|
H A D | dfa.c | 514 yynxt_tbl->td_lolen = (flex_uint32_t) num_full_table_rows; in ntod()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | deflex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
H A D | arlex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
H A D | syslex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | itbl-lex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | itbl-lex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | deflex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
H A D | syslex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
H A D | arlex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
H A D | slc-lex.c | 50 typedef uint32_t flex_uint32_t; typedef 57 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | loongarch-lex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/tools/m4/bootstrap/ |
H A D | tokenizer.c | 54 typedef uint32_t flex_uint32_t; typedef 61 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
H A D | lex.c | 50 typedef uint32_t flex_uint32_t; typedef 57 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/ |
H A D | calclex.c | 59 typedef uint32_t flex_uint32_t; typedef 66 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | loongarch-lex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | elftosb_lexer.cpp | 51 typedef uint32_t flex_uint32_t; typedef 58 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype-lex.cc | 54 typedef uint32_t flex_uint32_t; typedef 61 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | zlexer.c | 49 typedef uint32_t flex_uint32_t; typedef 56 typedef unsigned int flex_uint32_t; typedef
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | lex.c | 50 typedef uint32_t flex_uint32_t; typedef 57 typedef unsigned int flex_uint32_t; typedef
|