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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 33 #define LITERALS 256
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
217 uchf *l_buf; /* buffer for literals or lengths */
220 /* Size of match buffer for literals/lengths. There are 4 reasons for
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
fx_zlib_trees.c 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
    [all...]
  /external/zlib/src/
deflate.h 33 #define LITERALS 256
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
217 uchf *l_buf; /* buffer for literals or lengths */
220 /* Size of match buffer for literals/lengths. There are 4 reasons for
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
trees.c 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
    [all...]
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 362 assert(Lits.size() < 4 && "Too many literals in Instruction Group");
371 const std::vector<unsigned> &Literals) const {
373 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
374 unsigned LiteralPair0 = Literals[i];
375 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0;
377 TII->get(AMDGPU::LITERALS))
397 std::vector<int64_t> Literals;
408 getLiteral(BI, Literals);
414 getLiteral(I, Literals);
418 for (unsigned i = 0, e = Literals.size(); i < e; i+=2)
    [all...]

Completed in 1367 milliseconds