ba452b3f912d5af6abcc4e9e0bfa444443e884f1
(This is a merge of http://go/wvgerrit/134314.) This patch fixes code that would trigger -Wshorten-64-to-32 by implicitly narrowing a variable from 64 to 32 bits. The caclulation is now done at size_t resolution instead of downcasting to 32 bits. Bug: 194971260 Test: x86-64 tests Change-Id: I2fd0a3a3ec67f697d58d1ba00dba66452603c753
Description
No description provided