Searched refs:TOKEN_ID (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c87 #define TOKEN_ID(t, b, ctx, p) \ macro
115 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
178 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
186 #undef TOKEN_ID macro
/external/webp/src/enc/
H A Dtoken.c87 #define TOKEN_ID(t, b, ctx, p) \ macro
115 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
178 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
186 #undef TOKEN_ID macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h169 TOKEN_ID = 256, TOKEN_NUM, TOKEN_REG, TOKEN_INSN, /* major token types */ enumerator in enum:__anon16371
H A Dnasm-eval.c380 else if (i == TOKEN_NUM || i == TOKEN_ID ||
387 case TOKEN_ID:
407 (i == TOKEN_ID ? tokval->t_charptr :
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1533 #define TOKEN_ID 2 /* An identifier */ macro
1596 *tokenType = TOKEN_ID;
1604 *tokenType = TOKEN_ID;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2578 #define TOKEN_ID 2 /* An identifier */ macro
2641 *tokenType = TOKEN_ID;
2649 *tokenType = TOKEN_ID;

Completed in 3063 milliseconds