reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
186 uptr end = start + size; 188 uptr s = start & ~3UL; 204 Printf("Shadow map of [%p, %p), %zu bytes:\n", start, end, end - start); 204 Printf("Shadow map of [%p, %p), %zu bytes:\n", start, end, end - start); 218 if (s < start || s >= end) {