OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:borrowin
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/third_party/bigint/
BigUnsigned.cc
200
bool
borrowIn
, borrowOut;
207
for (i = 0,
borrowIn
= false; i < b.len; i++) {
213
if (
borrowIn
) {
218
borrowIn
= borrowOut; // Pass the borrow along
222
for (; i < a.len &&
borrowIn
; i++) {
223
borrowIn
= (a.blk[i] == 0);
229
if (
borrowIn
) {
452
bool
borrowIn
, borrowOut;
499
for (j = 0, k = i,
borrowIn
= false; j <= b.len; j++, k++) {
502
if (
borrowIn
) {
[
all
...]
Completed in 359 milliseconds