HomeSort by relevance Sort by last modified time
    Searched defs:kTableSizeBits (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
regexp-macro-assembler.h 26 static const int kTableSizeBits = 7;
27 static const int kTableSize = 1 << kTableSizeBits;
assembler.cc 902 const int kTableSizeBits = 11;
903 const int kTableSize = 1 << kTableSizeBits;
915 const double constant3 = (1 << kTableSizeBits) / std::log(2.0);
    [all...]

Completed in 610 milliseconds