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

  /external/chromium_org/third_party/libwebp/enc/
token.c 80 #define TOKEN_ID(t, b, ctx, p) \
108 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
119 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
171 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
179 #undef TOKEN_ID
  /external/webp/src/enc/
token.c 80 #define TOKEN_ID(t, b, ctx, p) \
108 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
119 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
171 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
179 #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 */
  /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 1168 milliseconds