Lines Matching refs:c2
86 size_t c2 = a2.GetCapacity();
87 RINOZ_COMP(c1, c2);
93 static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2)
95 RINOZ_COMP(c1.NumInStreams, c2.NumInStreams);
96 RINOZ_COMP(c1.NumOutStreams, c2.NumOutStreams);
97 RINOZ_COMP(c1.MethodID, c2.MethodID);
98 return CompareBuffers(c1.Props, c2.Props);
224 char c2 = ext[pos++];
225 if (c2 == 0 && (c == 0 || c == ' '))
227 if (c != c2)