HomeSort by relevance Sort by last modified time
    Searched refs:rep2 (Results 1 - 19 of 19) sorted by null

  /external/v8/src/
machine-type.cc 11 bool IsSubtype(MachineRepresentation rep1, MachineRepresentation rep2) {
12 if (rep1 == rep2) return true;
15 return rep2 == MachineRepresentation::kTagged;
17 return rep2 == MachineRepresentation ::kTagged;
machine-type.h 34 bool IsSubtype(MachineRepresentation rep1, MachineRepresentation rep2);
objects.cc     [all...]
  /external/syzkaller/dashboard/app/
reporting_test.go 114 rep2 := c.client.pollBug()
115 if rep2.ID == "" || rep2.ID == rep.ID {
116 t.Fatalf("bad report ID: %q", rep2.ID)
118 want.ID = rep2.ID
122 c.expectEQ(rep2, want)
126 ID: rep2.ID,
250 rep2 := reports[1]
253 c.client.updateBug(rep2.ID, dashapi.BugStatusDup, rep1.ID)
256 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID}
    [all...]
fix_test.go 79 rep2 := c.client.pollBug()
80 c.expectEQ(rep2.Title, "title1 (2)")
84 c.client.updateBug(rep2.ID, dashapi.BugStatusUpstream, "")
144 rep2 := c.client.pollBug()
145 c.expectEQ(rep2.Title, "title1 (2)")
275 rep2 := c.client.pollBug()
276 c.expectEQ(rep2.Title, "title1 (2)")
361 rep2 := c.client.pollBug()
362 c.expectEQ(rep2.Title, "title1 (2)")
411 rep2 := c.client.pollBug(
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 209 int rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; local
249 distance = rep2;
253 rep3 = rep2;
255 rep2 = rep1;
268 rep3 = rep2;
269 rep2 = rep1;
  /external/v8/src/compiler/
representation-change.cc 69 TruncationKind rep2) {
70 if (LessGeneral(rep1, rep2)) return rep2;
71 if (LessGeneral(rep2, rep1)) return rep1;
74 LessGeneral(rep2, TruncationKind::kFloat64)) {
79 LessGeneral(rep2, TruncationKind::kAny)) {
98 bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) {
103 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny;
105 return rep2 == TruncationKind::kWord32 |
    [all...]
representation-change.h 103 static TruncationKind Generalize(TruncationKind rep1, TruncationKind rep2);
106 static bool LessGeneral(TruncationKind rep1, TruncationKind rep2);
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 237 uint rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0;
294 distance = rep2;
298 rep3 = rep2;
300 rep2 = rep1;
310 rep3 = rep2;
311 rep2 = rep1;
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 474 UInt32 rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; local
521 dist = rep2;
525 rep3 = rep2;
527 rep2 = rep1;
537 rep3 = rep2;
538 rep2 = rep1;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaDec.c 145 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
278 distance = rep2;
284 rep3 = rep2;
286 rep2 = rep1;
434 rep3 = rep2;
435 rep2 = rep1;
508 p->reps[2] = rep2;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 147 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
280 distance = rep2;
286 rep3 = rep2;
288 rep2 = rep1;
436 rep3 = rep2;
437 rep2 = rep1;
510 p->reps[2] = rep2;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 147 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
280 distance = rep2;
286 rep3 = rep2;
288 rep2 = rep1;
436 rep3 = rep2;
437 rep2 = rep1;
510 p->reps[2] = rep2;
  /external/u-boot/lib/lzma/
LzmaDec.c 139 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
256 distance = rep2;
262 rep3 = rep2;
264 rep2 = rep1;
379 rep3 = rep2;
380 rep2 = rep1;
447 p->reps[2] = rep2;
  /external/xz-embedded/linux/lib/xz/
xz_dec_lzma2.c 136 uint32_t rep2; member in struct:lzma_dec
176 /* If 0, distance of a repeated match is rep2. Otherwise it is rep3. */
654 s->lzma.rep3 = s->lzma.rep2;
655 s->lzma.rep2 = s->lzma.rep1;
704 tmp = s->lzma.rep2;
707 s->lzma.rep3 = s->lzma.rep2;
710 s->lzma.rep2 = s->lzma.rep1;
775 s->lzma.rep2 = 0;
  /external/lzma/C/
LzmaDec.c 222 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
357 distance = rep2;
363 rep3 = rep2;
365 rep2 = rep1;
514 rep3 = rep2;
515 rep2 = rep1;
580 p->reps[2] = rep2;
    [all...]
  /external/lzma/Asm/x86/
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
1146 mov dist2, LOC rep2
1147 mov LOC rep2, dist
1246 RESTORE_VAR(rep2)
    [all...]
  /external/toybox/toys/pending/
xzcat.c 1292 uint32_t rep2; member in struct:lzma_dec
    [all...]
  /external/v8/src/objects/
map.h 477 Representation rep1, Handle<FieldType> type1, Representation rep2,
    [all...]

Completed in 771 milliseconds