Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/devtools/adb/
Dandroid_rsa.cc19 const size_t kBigIntSize = 1024; variable
70 uint32* result = new uint32[kBigIntSize]; in BnNew()
71 memset(result, 0, kBigIntSize * sizeof(uint32)); in BnNew()
80 uint32* result = new uint32[kBigIntSize]; in BnCopy()
81 memcpy(result, a, kBigIntSize * sizeof(uint32)); in BnCopy()
88 for (size_t i = 0; i < kBigIntSize; ++i) { in BnMul()
98 for (size_t i = 0; i < kBigIntSize; ++i) { in BnSub()
110 for (int i = kBigIntSize - offset - 1; i >= 0; --i) in BnLeftShift()
117 for (int i = kBigIntSize - 1; i >= 0; --i) { in BnCompare()
150 int oa = kBigIntSize - 1; in BnDiv()
[all …]