Searched refs:token_t (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | token_enc.c | 33 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/python/cffi/c/ |
D | parse_c_type.c | 55 } token_t; typedef 87 static char get_following_char(token_t *tok) in get_following_char() 97 static int number_of_commas(token_t *tok) in number_of_commas() 113 static void next_token(token_t *tok) in next_token() 199 static int parse_error(token_t *tok, const char *msg) in parse_error() 209 static int write_ds(token_t *tok, _cffi_opcode_t ds) in write_ds() 223 static int parse_complete(token_t *tok); 225 static int parse_common_type_replacement(token_t *tok, const char *replacement); 227 static int parse_sequel(token_t *tok, int outer) in parse_sequel() 603 static int parse_complete(token_t *tok) in parse_complete() [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 93 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 …]
|
D | glcpp.h | 60 typedef struct token token_t; typedef 69 token_t *token; 112 token_t *token;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/util/ |
D | flags.cpp | 32 using token_t = const char*; typedef 33 using token_iterator_t = token_t*; 162 bool FlagList::parse(token_t* argv) { in parse()
|
/external/jemalloc_new/test/unit/ |
D | stats_print.c | 30 } token_t; typedef 39 token_t token; 43 token_init(token_t *token, parser_t *parser, token_type_t token_type, in token_init() 54 token_error(token_t *token) { in token_error()
|