Home
last modified time | relevance | path

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

/external/pdfium/third_party/bigint/
DBigUnsigned.cc58 Index leftmostBlockLen = 0; in bitLength() local
61 leftmostBlockLen++; in bitLength()
63 return leftmostBlockLen + (len - 1) * N; in bitLength()