Home
last modified time | relevance | path

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

/libcore/include/
DLocalArray.h40 LocalArray(size_t desiredByteCount) : mSize(desiredByteCount) { in LocalArray() argument
41 if (desiredByteCount > STACK_BYTE_COUNT) { in LocalArray()
/libcore/luni/src/main/java/java/math/
DBigInt.java214 boolean twosCompFitsIntoBytes(int desiredByteCount) { in twosCompFitsIntoBytes() argument
216 return actualByteCount <= desiredByteCount; in twosCompFitsIntoBytes()