Home
last modified time | relevance | path

Searched refs:bitFieldSize (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Sequence.java162 int bitFieldSize = calculateBitFieldSize(components); in encodePerImpl() local
163 if (bitFieldSize >= PerAlignedUtils.SIXTYFOUR_K) { in encodePerImpl()
258 int bitFieldSize = 0; in calculateBitFieldSize() local
261 bitFieldSize++; in calculateBitFieldSize()
264 return bitFieldSize; in calculateBitFieldSize()
274 int bitFieldSize = calculateBitFieldSize(components); in decodePerImpl() local
275 if (bitFieldSize >= PerAlignedUtils.SIXTYFOUR_K) { in decodePerImpl()