Home
last modified time | relevance | path

Searched defs:alignedUpBytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/dalvik/system/
DVMRuntime_Delegate.java40 int alignedUpBytes = (bytes + 7) & -8; in newUnpaddedArray() local
49 int alignedUpBytes = (bytes + 7) & -8; in newUnpaddedArray() local
55 int alignedUpBytes = (bytes + 7) & -8; in newUnpaddedArray() local
61 int alignedUpBytes = (bytes + 7) & -8; in newUnpaddedArray() local