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

  /external/v8/src/
globals.h 231 const int kIntSize = sizeof(int); // NOLINT
239 const int kRandomStateSize = 2 * kIntSize;
254 const int kBitsPerInt = kIntSize * kBitsPerByte;
  /external/chromium_org/v8/src/
globals.h 244 const int kIntSize = sizeof(int); // NOLINT
255 const int kRandomStateSize = 2 * kIntSize;
270 const int kBitsPerInt = kIntSize * kBitsPerByte;

Completed in 643 milliseconds