Lines Matching +full:de +full:- +full:serialized
3 dnl tables_shared.h - tables serialization header
12 dnl to contract no. DE-AC03-76SF00098 between the United States
54 * - The format allows many tables per file.
55 * - The tables can be streamed.
56 * - All data is stored in network byte order.
57 * - We do not hinder future unicode support.
58 * - We can lookup tables by name.
61 /** Magic number for serialized format. */
66 /** Calculate (0-7) = number bytes needed to pad n to next 64-bit boundary. */
68 #define yypad64(n) ((8-((n)%8))%8)
78 YYTD_ID_ACCEPT = 0x01, /**< 1-dim ints */
79 YYTD_ID_BASE = 0x02, /**< 1-dim ints */
80 YYTD_ID_CHK = 0x03, /**< 1-dim ints */
81 YYTD_ID_DEF = 0x04, /**< 1-dim ints */
82 YYTD_ID_EC = 0x05, /**< 1-dim ints */
83 YYTD_ID_META = 0x06, /**< 1-dim ints */
84 YYTD_ID_NUL_TRANS = 0x07, /**< 1-dim ints, maybe indices */
86 YYTD_ID_RULE_CAN_MATCH_EOL = 0x09, /**< 1-dim ints */
87 YYTD_ID_START_STATE_LIST = 0x0A, /**< 1-dim indices into trans tbl */
89 YYTD_ID_ACCLIST = 0x0C /**< 1-dim ints */
106 /* The serialized tables header. */
116 /** A single serialized table */
137 %not-for-header
141 %ok-for-header