OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:token_t
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/enc/
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
);
81
b->tokens_ = (
token_t
*)TOKEN_DATA(page);
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);
243
const
token_t
token = tokens[n];
267
const
token_t
* const tokens = TOKEN_DATA(p);
269
const
token_t
token = tokens[n]
[
all
...]
/external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h
56
typedef struct token
token_t
;
typedef in typeref:struct:token
65
token_t
*token;
108
token_t
*token;
glcpp-parse.y
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;
946
token = linear_alloc_child(parser->linalloc, sizeof(
token_t
));
953
token_t
*
956
token_t
*token;
958
token = linear_alloc_child(parser->linalloc, sizeof(
token_t
));
979
_token_list_append(glcpp_parser_t *parser, token_list_t *list,
token_t
*token
[
all
...]
Completed in 490 milliseconds