Lines Matching full:token_t
33 typedef uint16_t token_t; // bit #15: bit value
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];