Home
last modified time | relevance | path

Searched refs:flex_uint32_t (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/bsd/flex/dist/src/
H A Dtables_shared.h108 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 Dtables.c58 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 Dgen.c115 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 Dflexint.h25 typedef uint32_t flex_uint32_t; typedef
32 typedef unsigned int flex_uint32_t; typedef
H A Dtables_shared.c60 flex_uint32_t n; in yytbl_calc_total_len()
H A Dflex.skl1105 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 Ddfa.c514 yynxt_tbl->td_lolen = (flex_uint32_t) num_full_table_rows; in ntod()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddeflex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
H A Darlex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
H A Dsyslex.c48 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 Ditbl-lex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-lex.c48 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 Ddeflex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
H A Dsyslex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
H A Darlex.c48 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 Dslc-lex.c50 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 Dloongarch-lex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
/netbsd-src/tools/m4/bootstrap/
H A Dtokenizer.c54 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 Dlex.c50 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 Dcalclex.c59 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 Dloongarch-lex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_lexer.cpp51 typedef uint32_t flex_uint32_t; typedef
58 typedef unsigned int flex_uint32_t; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.cc54 typedef uint32_t flex_uint32_t; typedef
61 typedef unsigned int flex_uint32_t; typedef
/netbsd-src/external/bsd/nsd/dist/
H A Dzlexer.c49 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 Dlex.c50 typedef uint32_t flex_uint32_t; typedef
57 typedef unsigned int flex_uint32_t; typedef

12