Lines Matching refs:RemainingBytes
5151 uint32_t RemainingBytes = CountValue;
5153 while (RemainingBytes >= TyWidth) {
5155 RemainingBytes -= TyWidth;
5159 if (RemainingBytes == 0)
5164 Type LeftOverTy = firstTypeThatFitsSize(RemainingBytes);
5209 uint32_t RemainingBytes = CountValue;
5212 while (RemainingBytes >= TyWidth) {
5217 RemainingBytes -= TyWidth;
5222 if (RemainingBytes != 0) {
5226 Ty = firstTypeThatFitsSize(RemainingBytes);
5322 uint32_t RemainingBytes = CountValue;
5324 while (RemainingBytes >= TyWidth) {
5326 RemainingBytes -= TyWidth;
5330 if (RemainingBytes == 0)
5335 Type LeftOverTy = firstTypeThatFitsSize(RemainingBytes);