HomeSort by: relevance | last modified time | path
    Searched defs:rep2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_decoder.c 192 /// If 0, distance of a repeated match is rep2. Otherwise it is rep3.
230 uint32_t rep2; ///< Distance of third latest match member in struct:__anon24634
325 uint32_t rep2 = coder->rep2; local
507 rep3 = rep2;
508 rep2 = rep1;
693 // available as rep0, rep1, rep2 and rep3. We will
735 // The distance is rep1, rep2 or rep3. Once
737 // is stored to rep0 and rep1, rep2 and rep3
754 const uint32_t distance = rep2;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 2993 const svalue *rep2 = ec2->get_representative (); local
2996 gcc_assert (rep2);
2998 return svalue::cmp_ptr (rep1, rep2);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 2782 const svalue *rep2 = ec2->get_representative (); local
2785 gcc_assert (rep2);
2787 return svalue::cmp_ptr (rep1, rep2);

Completed in 33 milliseconds