Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/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()
/third_party/flutter/skia/third_party/externals/libwebp/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()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y93 static token_t *
96 static token_t *
103 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token);
1052 token_t *
1055 token_t *token; in _token_create_str()
1057 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_str()
1064 token_t *
1067 token_t *token; in _token_create_ival()
1069 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_ival()
1090 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token) in _token_list_append()
[all …]
Dglcpp.h60 typedef struct token token_t; typedef
69 token_t *token;
112 token_t *token;