Searched refs:flex_uint32_t (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/flex/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 | 55 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v); 89 th->th_hsize = (flex_uint32_t) (14 + strlen (version_str) + 1 + strlen (name) + 1); in yytbl_hdr_init() 222 rv = yytbl_write32 (wr, (flex_uint32_t) yytbl_data_geti (td, i)); in yytbl_data_fwrite() 250 || yytbl_write32 (wr, (flex_uint32_t) wr->total_written) < 0 in yytbl_data_fwrite() 283 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v) in yytbl_write32() 285 flex_uint32_t vnet; in yytbl_write32() 289 bytes = (int) sizeof (flex_uint32_t); in yytbl_write32()
|
H A D | flexint.h | 24 typedef uint32_t flex_uint32_t; typedef 31 typedef unsigned int flex_uint32_t; typedef
|
H A D | gen.c | 112 tbl->td_lolen = (flex_uint32_t) (num_rules + 1); in mkeoltbl() 220 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */ in mkctbl() 316 tbl->td_lolen = (flex_uint32_t) (lastsc * 2 + 1); in mkssltbl() 446 tbl->td_lolen = (flex_uint32_t) csize; in mkecstbl() 656 tbl->td_lolen = (flex_uint32_t) (lastdfa + 1); in mkftbl() 1099 yyacclist_tbl->td_lolen = (flex_uint32_t) (MAX(numas,1) + 1); in gentabs() 1208 yyacc_tbl->td_lolen = (flex_uint32_t) k; in gentabs() 1265 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1); in gentabs() 1313 yybase_tbl->td_lolen = (flex_uint32_t) (total_states + 1); in gentabs() 1371 yydef_tbl->td_lolen = (flex_uint32_t) (total_states + 1); in gentabs() [all …]
|
H A D | tables_shared.c | 60 flex_uint32_t n; in yytbl_calc_total_len()
|
H A D | flex.skl | 1097 flex_uint32_t bread; /**< bytes read since beginning of current tableset */ 3007 rd->bread += (flex_uint32_t) sizeof(flex_uint8_t); 3019 rd->bread += (flex_uint32_t) sizeof(flex_uint16_t); 3026 if (fread (v, sizeof (flex_uint32_t), 1, rd->fp) != 1){ 3030 *((flex_uint32_t *) v) = ntohl (*((flex_uint32_t *) v)); 3031 rd->bread += (flex_uint32_t) sizeof(flex_uint32_t); 3074 rd->bread += (flex_uint32_t) bytes;
|
H A D | dfa.c | 513 yynxt_tbl->td_lolen = (flex_uint32_t) num_full_table_rows; in ntod()
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 50 typedef uint32_t flex_uint32_t; typedef 57 typedef unsigned int flex_uint32_t; typedef
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 48 typedef uint32_t flex_uint32_t; typedef 55 typedef unsigned int flex_uint32_t; typedef
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 49 typedef uint32_t flex_uint32_t; typedef 56 typedef unsigned int flex_uint32_t; typedef
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 50 typedef uint32_t flex_uint32_t; typedef 57 typedef unsigned int flex_uint32_t; typedef
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 724 …warning in generated code, with -Ca warning: conversion to 'yy_state_type' from 'flex_uint32_t' may 782 * src/flex.skl: warning: conversion to 'flex_uint32_t' from 'long 783 … int' may alter its value [-Wconversion] struct yytbl_reader, member bread is of type flex_uint32_t 893 * src/dfa.c, src/gen.c: cast to suite type of flex_uint32_t td_lolen
|