OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:token_t
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/enc/
token.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);
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);
234
const
token_t
token = tokens[n];
258
const
token_t
* const tokens = TOKEN_DATA(p);
260
const
token_t
token = tokens[n]
[
all
...]
/external/mesa3d/src/glsl/glcpp/
glcpp.h
48
typedef struct token
token_t
;
typedef in typeref:struct:token
56
token_t
*token;
99
token_t
*token;
glcpp-parse.y
79
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;
757
token = ralloc (ctx,
token_t
);
766
token_t
*
769
token_t
*token;
771
token = ralloc (ctx,
token_t
);
792
_token_list_append (token_list_t *list,
token_t
*token
[
all
...]
Completed in 178 milliseconds