HomeSort by relevance Sort by last modified time
    Searched refs:TOKEN_ID (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
token.c 87 #define TOKEN_ID(t, b, ctx, p) \
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
  /external/webp/src/enc/
token.c 87 #define TOKEN_ID(t, b, ctx, p) \
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
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm.h 169 TOKEN_ID = 256, TOKEN_NUM, TOKEN_REG, TOKEN_INSN, /* major token types */
nasm-eval.c 380 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/
fts1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]

Completed in 95 milliseconds