Searched defs:rep2 (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator.cc42 const StoreRepresentation& rep2) {
43 return rep1 == rep2;
41 Equals(const StoreRepresentation& rep1, const StoreRepresentation& rep2) argument
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
/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/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/toybox/toys/pending/
H A Dxzcat.c1298 uint32_t rep2; member in struct:lzma_dec
1338 /* If 0, distance of a repeated match is rep2. Otherwise it is rep3. */
1802 s->lzma.rep3 = s->lzma.rep2;
1803 s->lzma.rep2 = s->lzma.rep1;
1852 tmp = s->lzma.rep2;
1855 s->lzma.rep3 = s->lzma.rep2;
1858 s->lzma.rep2 = s->lzma.rep1;
1923 s->lzma.rep2 = 0;

Completed in 186 milliseconds