Searched refs:LITERALS (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/zlib/ |
D | deflate.h | 37 #define LITERALS 256 macro 40 #define L_CODES (LITERALS+1+LENGTH_CODES) 349 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \ 369 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
D | trees.c | 132 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 921 send_code(s, code + LITERALS + 1, ltree); /* send length code */ in compress_block() 982 for (n = 32; n < LITERALS; n++) in detect_data_type() 1114 s->dyn_ltree[_length_code[lc] + LITERALS + 1].Freq++;
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.h | 33 #define LITERALS 256 macro 36 #define L_CODES (LITERALS+1+LENGTH_CODES) 332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
D | trees.c | 131 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 1044 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1096 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1156 for (n = 32; n < LITERALS; n++)
|
/third_party/zlib/ |
D | deflate.h | 33 #define LITERALS 256 macro 36 #define L_CODES (LITERALS+1+LENGTH_CODES) 336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
D | trees.c | 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 1033 s->dyn_ltree[_length_code[lc] + LITERALS + 1].Freq++; 1063 send_code(s, code + LITERALS + 1, ltree); /* send length code */ 1121 for (n = 32; n < LITERALS; n++)
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 33 #define LITERALS 256 macro 36 #define L_CODES (LITERALS+1+LENGTH_CODES) 336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
D | trees.c | 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 1033 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1063 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1121 for (n = 32; n < LITERALS; n++)
|
/third_party/node/deps/v8/third_party/zlib/ |
D | deflate.h | 33 #define LITERALS 256 macro 36 #define L_CODES (LITERALS+1+LENGTH_CODES) 336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
D | trees.c | 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 1034 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1064 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1122 for (n = 32; n < LITERALS; n++)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 402 TII->get(R600::LITERALS)) in insertLiterals() 444 TII->get(R600::LITERALS)); in MakeALUClause()
|
D | R600Instructions.td | 669 def LITERALS : R600WrapperInst <(outs),
|
/third_party/lzma/DOC/ |
D | lzma-specification.txt | 226 of MATCHES and LITERALS: 571 LZ part of LZMA describes details about the decoding of MATCHES and LITERALS.
|