Home
last modified time | relevance | path

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

/external/pdfium/third_party/bigint/
DBigUnsigned.cc472 Blk *subtractBuf = new Blk[len]; in divideWithRemainder() local
507 subtractBuf[k] = temp; in divideWithRemainder()
514 subtractBuf[k] = blk[k] - 1; in divideWithRemainder()
530 blk[k] = subtractBuf[k]; in divideWithRemainder()
542 delete [] subtractBuf; in divideWithRemainder()