Lines Matching defs:length
80 int length = value.length();
83 while (length >= kMaxUint64DecimalDigits) {
86 length -= kMaxUint64DecimalDigits;
90 uint64_t digits = ReadUInt64(value, pos, length);
91 MultiplyByPowerOfTen(length);
105 int length = value.length();
107 int needed_bigits = length * 4 / kBigitSize + 1;
109 int string_index = length - 1;
478 // Both bignums are at the same length now.
594 // 'b' has digits, then the bigit-length of 'a'+'b' must be equal to the one