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

/external/chromium_org/chrome/browser/devtools/adb/
H A Dandroid_rsa.cc19 const size_t kBigIntSize = 1024; member in namespace:__anon4852
70 uint32* result = new uint32[kBigIntSize];
71 memset(result, 0, kBigIntSize * sizeof(uint32));
80 uint32* result = new uint32[kBigIntSize];
81 memcpy(result, a, kBigIntSize * sizeof(uint32));
88 for (size_t i = 0; i < kBigIntSize; ++i) {
98 for (size_t i = 0; i < kBigIntSize; ++i) {
110 for (int i = kBigIntSize - offset - 1; i >= 0; --i)
117 for (int i = kBigIntSize - 1; i >= 0; --i) {
150 int oa = kBigIntSize
[all...]

Completed in 1574 milliseconds