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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 33 #define LITERALS 256
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
214 uchf *l_buf; /* buffer for literals or lengths */
217 /* Size of match buffer for literals/lengths. There are 4 reasons for
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
trees.c 130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
    [all...]
  /external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
deflate.h 33 #define LITERALS 256
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
220 uchf *l_buf; /* buffer for literals or lengths */
223 /* Size of match buffer for literals/lengths. There are 4 reasons for
339 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
trees.c 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 33 #define LITERALS 256
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
214 uchf *l_buf; /* buffer for literals or lengths */
217 /* Size of match buffer for literals/lengths. There are 4 reasons for
332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
trees.c 131 {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)
220 uchf *l_buf; /* buffer for literals or lengths */
223 /* Size of match buffer for literals/lengths. There are 4 reasons for
339 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
trees.c 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
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/AMDGPU/
R600ControlFlowFinalizer.cpp 372 assert(Lits.size() < 4 && "Too many literals in Instruction Group");
381 const std::vector<unsigned> &Literals) const {
383 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
384 unsigned LiteralPair0 = Literals[i];
385 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0;
387 TII->get(AMDGPU::LITERALS))
407 std::vector<MachineOperand *>Literals;
417 getLiteral(*BI, Literals);
423 getLiteral(*I, Literals);
427 for (unsigned i = 0, e = Literals.size(); i < e; i += 2)
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 

Completed in 377 milliseconds