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

  /external/v8/src/arm/
simulator-arm.cc 3468 double max_uint = static_cast<double>(0xffffffffu); local
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.cc 284 uint64_t max_uint = (reg_size == kWRegSize) ? kWMaxUInt : kXMaxUInt;
297 uint64_t max_uint_2op = max_uint - carry_in;
    [all...]

Completed in 55 milliseconds