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

  /external/v8/src/
fixed-dtoa.cc 317 const uint32_t kMaxUInt32 = 0xFFFFFFFF;
377 if (integrals > kMaxUInt32) {
globals.h 227 const uint32_t kMaxUInt32 = 0xFFFFFFFFu;
liveedit.cc 196 return get_cell(i1, i2) & (kMaxUInt32 ^ kDirectionMask);
    [all...]
objects.cc     [all...]
  /external/v8/src/x64/
assembler-x64.h 49 static const uint64_t kMaxUInt32 = V8_UINT64_C(0xffffffff);
50 return static_cast<uint64_t>(x) <= kMaxUInt32;
64 static const uint64_t kMaxUInt32 = V8_UINT64_C(0xffffffff);
65 return x <= kMaxUInt32;
    [all...]

Completed in 117 milliseconds