/external/v8/src/codegen/ |
D | machine-type.cc | 11 bool IsSubtype(MachineRepresentation rep1, MachineRepresentation rep2) { in IsSubtype() argument 12 if (rep1 == rep2) return true; in IsSubtype() 16 return rep2 == MachineRepresentation::kTagged; in IsSubtype() 18 return rep2 == MachineRepresentation::kCompressed; in IsSubtype()
|
D | machine-type.h | 37 bool IsSubtype(MachineRepresentation rep1, MachineRepresentation rep2);
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Decoder.java | 209 int rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; in Code() local 249 distance = rep2; in Code() 253 rep3 = rep2; in Code() 255 rep2 = rep1; in Code() 268 rep3 = rep2; in Code() 269 rep2 = rep1; in Code()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 237 uint rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; in Code() 294 distance = rep2; in Code() 298 rep3 = rep2; in Code() 300 rep2 = rep1; in Code() 310 rep3 = rep2; in Code() 311 rep2 = rep1; in Code()
|
/external/v8/src/compiler/ |
D | representation-change.cc | 74 TruncationKind rep2) { in Generalize() argument 75 if (LessGeneral(rep1, rep2)) return rep2; in Generalize() 76 if (LessGeneral(rep2, rep1)) return rep1; in Generalize() 79 LessGeneral(rep2, TruncationKind::kOddballAndBigIntToNumber)) { in Generalize() 84 LessGeneral(rep2, TruncationKind::kAny)) { in Generalize() 103 bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) { in LessGeneral() argument 108 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny; in LessGeneral() 110 return rep2 == TruncationKind::kWord32 || in LessGeneral() 111 rep2 == TruncationKind::kWord64 || in LessGeneral() 112 rep2 == TruncationKind::kOddballAndBigIntToNumber || in LessGeneral() [all …]
|
D | representation-change.h | 109 static TruncationKind Generalize(TruncationKind rep1, TruncationKind rep2); 112 static bool LessGeneral(TruncationKind rep1, TruncationKind rep2);
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 474 UInt32 rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; in Decode() local 521 dist = rep2; in Decode() 525 rep3 = rep2; in Decode() 527 rep2 = rep1; in Decode() 537 rep3 = rep2; in Decode() 538 rep2 = rep1; in Decode()
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_lzma2.c | 136 uint32_t rep2; member 654 s->lzma.rep3 = s->lzma.rep2; in lzma_match() 655 s->lzma.rep2 = s->lzma.rep1; in lzma_match() 704 tmp = s->lzma.rep2; in lzma_rep_match() 707 s->lzma.rep3 = s->lzma.rep2; in lzma_rep_match() 710 s->lzma.rep2 = s->lzma.rep1; in lzma_rep_match() 775 s->lzma.rep2 = 0; in lzma_reset()
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 139 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() local 256 distance = rep2; in LzmaDec_DecodeReal() 262 rep3 = rep2; in LzmaDec_DecodeReal() 264 rep2 = rep1; in LzmaDec_DecodeReal() 379 rep3 = rep2; in LzmaDec_DecodeReal() 380 rep2 = rep1; in LzmaDec_DecodeReal() 447 p->reps[2] = rep2; in LzmaDec_DecodeReal()
|
/external/lzma/C/ |
D | LzmaDec.c | 222 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LZMA_DECODE_REAL() local 357 distance = rep2; in LZMA_DECODE_REAL() 363 rep3 = rep2; in LZMA_DECODE_REAL() 365 rep2 = rep1; in LZMA_DECODE_REAL() 514 rep3 = rep2; in LZMA_DECODE_REAL() 515 rep2 = rep1; in LZMA_DECODE_REAL() 580 p->reps[2] = rep2; in LZMA_DECODE_REAL()
|
/external/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 528 rep2 dd ? define 557 rep2 dd ? define 633 COPY_VAR(rep2) 899 ; rep3 = rep2; 900 ; rep2 = rep1; 907 mov x1, LOC rep2 912 mov LOC rep2, t1
|
/external/toybox/toys/pending/ |
D | xzcat.c | 1292 uint32_t rep2; member 1796 s->lzma.rep3 = s->lzma.rep2; in lzma_match() 1797 s->lzma.rep2 = s->lzma.rep1; in lzma_match() 1846 tmp = s->lzma.rep2; in lzma_rep_match() 1849 s->lzma.rep3 = s->lzma.rep2; in lzma_rep_match() 1852 s->lzma.rep2 = s->lzma.rep1; in lzma_rep_match() 1917 s->lzma.rep2 = 0; in lzma_reset()
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 927 UInt32 rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; 1020 rep3 = rep2; 1021 rep2 = rep1; 1096 UInt32 dist = rep2; 1097 rep2 = rep1; 1103 rep3 = rep2; 1104 rep2 = rep1;
|
/external/deqp-deps/glslang/Test/ |
D | 300.vert | 17 centroid sample out vec4 rep2; // ERROR, replicating auxiliary qualification
|
D | 420.vert | 12 centroid sample out vec4 rep2; // ERROR, replicating auxiliary qualification
|
/external/angle/third_party/glslang/src/Test/ |
D | 300.vert | 17 centroid sample out vec4 rep2; // ERROR, replicating auxiliary qualification
|
D | 420.vert | 12 centroid sample out vec4 rep2; // ERROR, replicating auxiliary qualification
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | 420.vert.out | 263 0:? 'rep2' ( centroid smooth sample out 4-component vector of float) 345 0:? 'rep2' ( centroid smooth sample out 4-component vector of float)
|
D | 300.vert.out | 320 0:? 'rep2' ( centroid smooth sample out highp 4-component vector of float) 480 0:? 'rep2' ( centroid smooth sample out highp 4-component vector of float)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 420.vert.out | 263 0:? 'rep2' ( centroid smooth sample out 4-component vector of float) 345 0:? 'rep2' ( centroid smooth sample out 4-component vector of float)
|
D | 300.vert.out | 320 0:? 'rep2' ( centroid smooth sample out highp 4-component vector of float) 480 0:? 'rep2' ( centroid smooth sample out highp 4-component vector of float)
|
/external/v8/src/objects/ |
D | map.h | 509 Representation rep1, Handle<FieldType> type1, Representation rep2,
|
D | map.cc | 734 Representation rep2, in GeneralizeFieldType() argument 740 if (FieldTypeIsCleared(rep1, *type1) || FieldTypeIsCleared(rep2, *type2)) { in GeneralizeFieldType()
|