reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
414 assert(Length > 0); 416 Location %= Length; 417 uint64_t Pad = (Length - Location) % Length; 417 uint64_t Pad = (Length - Location) % Length;