Searched refs:rep2 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dmachine-operator.h45 const StoreRepresentation& rep2) {
46 return rep1.machine_type() == rep2.machine_type() &&
47 rep1.write_barrier_kind() == rep2.write_barrier_kind();
51 const StoreRepresentation& rep2) {
52 return !(rep1 == rep2);
44 operator ==(const StoreRepresentation& rep1, const StoreRepresentation& rep2) argument
50 operator !=(const StoreRepresentation& rep1, const StoreRepresentation& rep2) argument
H A Dmachine-operator.cc42 const StoreRepresentation& rep2) {
43 return rep1 == rep2;
41 Equals(const StoreRepresentation& rep1, const StoreRepresentation& rep2) argument
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java209 int rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0;
249 distance = rep2;
253 rep3 = rep2;
255 rep2 = rep1;
268 rep3 = rep2;
269 rep2 = rep1;
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc295 const gfx::ImageSkiaRep& rep2 = image_skia->GetRepresentation(2.0f); local
296 ASSERT_FALSE(rep2.is_null());
297 EXPECT_EQ(160, rep2.sk_bitmap().width());
298 EXPECT_EQ(160, rep2.sk_bitmap().height());
299 rep2.sk_bitmap().lockPixels();
300 EXPECT_EQ(SkColorSetRGB(255, 255, 255), rep2.sk_bitmap().getColor( 4, 4));
301 EXPECT_EQ(SkColorSetRGB(223, 42, 0), rep2.sk_bitmap().getColor( 8, 8));
302 EXPECT_EQ(SkColorSetRGB(223, 42, 0), rep2.sk_bitmap().getColor(16, 16));
303 EXPECT_EQ(SkColorSetRGB(223, 42, 0), rep2.sk_bitmap().getColor(24, 24));
304 EXPECT_EQ(SkColorSetRGB(255, 255, 255), rep2
[all...]
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs237 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/openfst/src/include/fst/
H A Dequivalent.h218 MappedId rep2 = Util::FindSet(&eq_classes, s2); local
220 if (rep1 != rep2) {
221 eq_classes.Union(rep1, rep2);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequivalent.h182 MappedId rep2 = Util::FindSet(&eq_classes, s2); local
184 if (rep1 != rep2) {
185 eq_classes.Union(rep1, rep2);
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.c136 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
245 distance = rep2;
251 rep3 = rep2;
253 rep2 = rep1;
362 rep3 = rep2;
363 rep2 = rep1;
421 p->reps[2] = rep2;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.c137 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
246 distance = rep2;
252 rep3 = rep2;
254 rep2 = rep1;
363 rep3 = rep2;
364 rep2 = rep1;
422 p->reps[2] = rep2;
/external/lzma/C/
H A DLzmaDec.c136 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; local
245 distance = rep2;
251 rep3 = rep2;
253 rep2 = rep1;
362 rep3 = rep2;
363 rep2 = rep1;
421 p->reps[2] = rep2;
/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c136 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/chromium_org/ui/gfx/image/
H A Dimage.cc121 bool operator()(const ImageSkiaRep& rep1, const ImageSkiaRep& rep2) { argument
122 return rep1.scale() < rep2.scale();

Completed in 3760 milliseconds