/third_party/node/deps/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 | 55 bool IsSubtype(MachineRepresentation rep1, MachineRepresentation rep2); 57 #define ASSERT_CONSECUTIVE(rep1, rep2) \ argument 59 static_cast<uint8_t>(MachineRepresentation::k##rep2), \ 60 #rep1 " and " #rep2 " must be consecutive.");
|
/third_party/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()
|
/third_party/python/Lib/ |
D | codeop.py | 110 rep2 = repr(err2) 111 if "was never closed" in rep1 and "was never closed" in rep2: 113 if rep1 == rep2:
|
/third_party/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()
|
/third_party/node/deps/v8/src/compiler/ |
D | representation-change.cc | 76 TruncationKind rep2) { in Generalize() argument 77 if (LessGeneral(rep1, rep2)) return rep2; in Generalize() 78 if (LessGeneral(rep2, rep1)) return rep1; in Generalize() 81 LessGeneral(rep2, TruncationKind::kOddballAndBigIntToNumber)) { in Generalize() 86 LessGeneral(rep2, TruncationKind::kAny)) { in Generalize() 104 bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) { in LessGeneral() argument 109 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny; in LessGeneral() 111 return rep2 == TruncationKind::kWord32 || in LessGeneral() 112 rep2 == TruncationKind::kWord64 || in LessGeneral() 113 rep2 == TruncationKind::kOddballAndBigIntToNumber || in LessGeneral() [all …]
|
D | representation-change.h | 108 static TruncationKind Generalize(TruncationKind rep1, TruncationKind rep2); 111 static bool LessGeneral(TruncationKind rep1, TruncationKind rep2);
|
/third_party/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()
|
/third_party/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 529 rep2 dd ? define 558 rep2 dd ? define 634 COPY_VAR(rep2) 1161 mov dist2, LOC rep2 1162 mov LOC rep2, dist 1241 ; rep3 = rep2; 1242 ; rep2 = rep1; 1251 mov LOC rep2, x1 1291 RESTORE_VAR(rep2)
|
/third_party/lzma/C/ |
D | LzmaDec.c | 238 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LZMA_DECODE_REAL() local 375 distance = rep2; in LZMA_DECODE_REAL() 381 rep3 = rep2; in LZMA_DECODE_REAL() 383 rep2 = rep1; in LZMA_DECODE_REAL() 532 rep3 = rep2; in LZMA_DECODE_REAL() 533 rep2 = rep1; in LZMA_DECODE_REAL() 605 p->reps[2] = rep2; in LZMA_DECODE_REAL()
|
/third_party/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()
|
/third_party/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;
|
/third_party/lzma/Asm/arm64/ |
D | LzmaDecOpt.S | 179 #define rep2 w22 macro 757 LOAD_LZMA_PAIR rep2, rep3, offset_rep2 1023 mov rep3, rep2 1024 mov rep2, rep1
|
/third_party/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
|
/third_party/glslang/Test/baseResults/ |
D | 420.vert.out | 263 0:? 'rep2' ( centroid smooth sample out 4-component vector of float) 346 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)
|
/third_party/node/deps/v8/src/objects/ |
D | map-updater.cc | 31 Representation rep1, Handle<FieldType> type1, Representation rep2, in GeneralizeFieldType() argument 37 Map::FieldTypeIsCleared(rep2, *type2)) { in GeneralizeFieldType()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord_ring_test.cc | 1456 CordRep* rep2 = external ? MakeExternal(str2) : MakeFlat(str2); in TEST_F() local 1457 CordRepRing* ring = CordRepRing::Append(CordRepRing::Create(rep1), rep2); in TEST_F()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 59072 uint32_t rep2; member 59529 uint32_t rep2; member
|