Searched refs:flex_uint32_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/flex/src/
H A Dtables_shared.h109 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */
110 flex_uint32_t th_hsize; /**< Size of this header in bytes. */
111 flex_uint32_t th_ssize; /**< Size of this dataset, in bytes, including header. */
121 flex_uint32_t td_hilen; /**< num elements in highest dimension array */
122 flex_uint32_t td_lolen; /**< num elements in lowest dimension array */
H A Dflexint.h24 typedef uint32_t flex_uint32_t; typedef
31 typedef unsigned int flex_uint32_t; typedef
H A Dtables_shared.c61 flex_uint32_t n;
H A Dtables.c56 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v);
90 th->th_hsize = (flex_uint32_t) (14 + strlen (version_str) + 1 + strlen (name) + 1);
223 rv = yytbl_write32 (wr, (flex_uint32_t) yytbl_data_geti (td, i));
251 || yytbl_write32 (wr, (flex_uint32_t) wr->total_written) < 0
284 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v)
286 flex_uint32_t vnet;
290 bytes = (int) sizeof (flex_uint32_t);
H A Dgen.c112 tbl->td_lolen = (flex_uint32_t) (num_rules + 1);
220 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */
316 tbl->td_lolen = (flex_uint32_t) (lastsc * 2 + 1);
446 tbl->td_lolen = (flex_uint32_t) csize;
656 tbl->td_lolen = (flex_uint32_t) (lastdfa + 1);
1099 yyacclist_tbl->td_lolen = (flex_uint32_t) (MAX(numas,1) + 1);
1208 yyacc_tbl->td_lolen = (flex_uint32_t) k;
1265 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1);
1313 yybase_tbl->td_lolen = (flex_uint32_t) (total_states + 1);
1371 yydef_tbl->td_lolen = (flex_uint32_t) (total_state
[all...]
H A Ddfa.c513 yynxt_tbl->td_lolen = (flex_uint32_t) num_full_table_rows;
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c48 typedef uint32_t flex_uint32_t; typedef
55 typedef unsigned int flex_uint32_t; typedef
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c50 typedef uint32_t flex_uint32_t; typedef
57 typedef unsigned int flex_uint32_t; typedef
/freebsd-current/usr.bin/lex/
H A Dinitscan.c49 typedef uint32_t flex_uint32_t; typedef
56 typedef unsigned int flex_uint32_t; typedef
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c50 typedef uint32_t flex_uint32_t; typedef
57 typedef unsigned int flex_uint32_t; typedef

Completed in 283 milliseconds