HomeSort by relevance Sort by last modified time
    Searched refs:kLongSize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/base/
md5digest_unittest.cc 68 const int kLongSize = 1000000;
69 std::string input(kLongSize, '\0');
70 for (int i = 0; i < kLongSize; ++i) {
74 for (int i = 0; i < kLongSize; ++i) {
sha1digest_unittest.cc 71 const int kLongSize = 1000000;
72 std::string input(kLongSize, '\0');
73 for (int i = 0; i < kLongSize; ++i) {
77 for (int i = 0; i < kLongSize; ++i) {
  /art/compiler/utils/x86/
assembler_x86.cc 1154 static const int kLongSize = 6;
1163 EmitInt32(offset - kLongSize);
1189 static const int kLongSize = 5;
1197 EmitInt32(offset - kLongSize);
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]

Completed in 382 milliseconds