Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dtoken_enc.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); in VP8EmitTokens()
210 const token_t token = tokens[n]; in VP8EmitTokens()
234 const token_t* const tokens = TOKEN_DATA(p); in VP8EstimateTokenSize()
236 const token_t token = tokens[n]; in VP8EstimateTokenSize()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y83 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 …]
Dglcpp.h56 typedef struct token token_t; typedef
65 token_t *token;
108 token_t *token;