Home
last modified time | relevance | path

Searched refs:token_t (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/enc/
Dtoken.c33 typedef uint16_t token_t; // bit #15: bit value typedef
41 #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()
208 const token_t* const tokens = TOKEN_DATA(p);
210 const token_t token = tokens[n];
232 const token_t* const tokens = TOKEN_DATA(p); in VP8EmitTokens()
234 const token_t token = tokens[n]; in VP8EmitTokens()
258 const token_t* const tokens = TOKEN_DATA(p); in VP8EstimateTokenSize()
260 const token_t token = tokens[n]; in VP8EstimateTokenSize()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y79 static token_t *
82 static token_t *
89 _token_list_append (token_list_t *list, token_t *token);
752 token_t *
755 token_t *token; in _token_create_str()
757 token = ralloc (ctx, token_t); in _token_create_str()
766 token_t *
769 token_t *token; in _token_create_ival()
771 token = ralloc (ctx, token_t); in _token_create_ival()
792 _token_list_append (token_list_t *list, token_t *token) in _token_list_append()
[all …]
Dglcpp.h48 typedef struct token token_t; typedef
56 token_t *token;
99 token_t *token;
/external/bison/
DChangeLog-201217947 * 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 result
21410 (unlexed): Is a token_t.
[all …]