Lines Matching refs:pRB
319 const NUMTYPE * pRB = rRanges._pRanges; in operator +=() local
325 if (pRA[0] > pRB[0]) in operator +=()
326 Swap_Impl(pRA, pRB); in operator +=()
336 while (pRB[1] <= pRA[1]) in operator +=()
338 pRB += 2; in operator +=()
341 if (!pRB[0]) in operator +=()
343 Swap_Impl(pRA, pRB); in operator +=()
350 if (pRB[0] > pRA[1] + 1) in operator +=()
362 Swap_Impl(pRA, pRB); in operator +=()
372 for (; pRB[0]; pRB += 2) in operator +=()
380 pRB = rRanges._pRanges; in operator +=()
387 if (pRA[0] > pRB[0]) in operator +=()
388 Swap_Impl(pRA, pRB); in operator +=()
401 while (pRB[1] <= pRA[1]) in operator +=()
403 pRB += 2; in operator +=()
406 if (!pRB[0]) in operator +=()
408 Swap_Impl(pRA, pRB); in operator +=()
409 ++pRB; in operator +=()
416 if (pRB[0] > pRA[1] + 1) in operator +=()
428 ++pRB; in operator +=()
431 Swap_Impl(pRA, pRB); in operator +=()
442 for (; *pRB;) in operator +=()
443 *pRN++ = *pRB++; in operator +=()