Home
last modified time | relevance | path

Searched refs:LITERALS (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/Index/
Dannotate-literals.m49 // 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/
Ddeflate.h33 #define LITERALS 256 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
Dtrees.c131 {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/
Ddeflate.h33 #define LITERALS 256 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
339 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
Dtrees.c126 {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/
Ddeflate.h33 #define LITERALS 256 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
Dtrees.c126 {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/
Ddeflate.h33 #define LITERALS 256 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
Dtrees.c126 {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/
DMini.jjt299 TOKEN : /* LITERALS */
DMini.jj565 TOKEN : /* LITERALS */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp403 TII->get(R600::LITERALS)) in insertLiterals()
445 TII->get(R600::LITERALS)); in MakeALUClause()
DR600Instructions.td627 def LITERALS : R600WrapperInst <(outs),
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp387 TII->get(AMDGPU::LITERALS)) in insertLiterals()
429 TII->get(AMDGPU::LITERALS)); in MakeALUClause()
DR600Instructions.td661 def LITERALS : AMDGPUInst <(outs),
/external/lzma/DOC/
Dlzma-specification.txt226 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/
Djava.jj200 /* RESERVED WORDS AND LITERALS */
269 /* LITERALS */