Searched refs:token_t (Results 1 – 4 of 4) sorted by relevance
33 typedef uint16_t token_t; // bit #15: bit value typedef41 #define TOKEN_DATA(p) ((const token_t*)&(p)[1])69 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t); in TBufferNewPage()81 b->tokens_ = (token_t*)TOKEN_DATA(page); in TBufferNewPage()217 const token_t* const tokens = TOKEN_DATA(p);219 const token_t token = tokens[n];241 const token_t* const tokens = TOKEN_DATA(p); in VP8EmitTokens()243 const token_t token = tokens[n]; in VP8EmitTokens()267 const token_t* const tokens = TOKEN_DATA(p); in VP8EstimateTokenSize()269 const token_t token = tokens[n]; in VP8EstimateTokenSize()
83 static token_t *86 static token_t *93 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token);941 token_t *944 token_t *token; in _token_create_str()946 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_str()953 token_t *956 token_t *token; in _token_create_ival()958 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_ival()979 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token) in _token_list_append()[all …]
56 typedef struct token token_t; typedef65 token_t *token;108 token_t *token;
17947 * src/lex.h (token_t): remove tok_guard.20468 * src/lex.h (token_t): Remove tok_include.20579 * src/lex.h (token_t): Add tok_include.21163 * src/lex.c (unlex): Parameter is now token_t.21381 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.21404 (token_t): Add `tok_undef'.21405 * src/lex.c (struct percent_table_struct): Retval is now a token_t.21406 (parse_percent_token): Now returns token_t.21408 (lex): Separate `c' as an input variable, from the token_t result21410 (unlexed): Is a token_t.[all …]