Searched defs:AndroidNormalSizeClassConfig (Results 1 – 1 of 1) sorted by relevance
42 struct AndroidNormalSizeClassConfig { struct44 static const uptr NumBits = 7;45 static const uptr MinSizeLog = 4;46 static const uptr MidSizeLog = 6;47 static const uptr MaxSizeLog = 16;48 static const u16 MaxNumCachedHint = 13;49 static const uptr MaxBytesCachedLog = 13;51 static constexpr uptr Classes[] = {80 typedef TableSizeClassMap<AndroidNormalSizeClassConfig> argument