Searched refs:LITERALS (Results 1 – 17 of 17) sorted by relevance
/external/clang/test/Index/ |
D | annotate-literals.m | 49 // RUN: c-index-test -test-annotate-tokens=%s:41:1:46:1 %s | FileCheck -check-prefix=CHECK-LITERALS… 51 // CHECK-LITERALS: Identifier: "id" [41:3 - 41:5] TypeRef=id:0:0 52 // CHECK-LITERALS: Identifier: "objects" [41:6 - 41:13] VarDecl=objects:41:6 (Definition) 53 // CHECK-LITERALS: Punctuation: "=" [41:14 - 41:15] VarDecl=objects:41:6 (Definition) 54 // CHECK-LITERALS: Punctuation: "@" [41:16 - 41:17] UnexposedExpr= 55 // CHECK-LITERALS: Punctuation: "[" [41:17 - 41:18] UnexposedExpr= 56 // CHECK-LITERALS: Identifier: "o1" [41:19 - 41:21] DeclRefExpr=o1:40:30 57 // CHECK-LITERALS: Punctuation: "," [41:21 - 41:22] UnexposedExpr= 58 // CHECK-LITERALS: Identifier: "o2" [41:23 - 41:25] DeclRefExpr=o2:40:44 59 // CHECK-LITERALS: Punctuation: "]" [41:26 - 41:27] UnexposedExpr= [all …]
|
/external/u-boot/lib/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++)
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.h | 33 #define LITERALS 256 macro 36 #define L_CODES (LITERALS+1+LENGTH_CODES) 339 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
D | trees.c | 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 1032 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1084 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1143 for (n = 32; n < LITERALS; n++)
|
/external/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}; 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++)
|
/external/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++)
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | Mini.jjt | 299 TOKEN : /* LITERALS */
|
D | Mini.jj | 565 TOKEN : /* LITERALS */
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 403 TII->get(R600::LITERALS)) in insertLiterals() 445 TII->get(R600::LITERALS)); in MakeALUClause()
|
D | R600Instructions.td | 627 def LITERALS : R600WrapperInst <(outs),
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 387 TII->get(AMDGPU::LITERALS)) in insertLiterals() 429 TII->get(AMDGPU::LITERALS)); in MakeALUClause()
|
D | R600Instructions.td | 661 def LITERALS : AMDGPUInst <(outs),
|
/external/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.
|
/external/javaparser/javaparser-core/src/main/javacc/ |
D | java.jj | 200 /* RESERVED WORDS AND LITERALS */ 269 /* LITERALS */
|