Home | History | Annotate | Download | only in mips

Lines Matching defs:kGap

1031   // Check if there is less than kGap bytes available in the buffer.
1034 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1179 // The relocation writer's position is at least kGap bytes below the end of
1183 static const int kGap = 32;