HomeSort by relevance Sort by last modified time
    Searched defs:kMaxUInt32 (Results 1 - 3 of 3) 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;
  /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 727 milliseconds