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

  /external/v8/test/cctest/
test-log-stack-tracer.cc 143 int64_t high_bits = *reinterpret_cast<uint64_t*>(*args[1]); local
144 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
235 int32_t high_bits = static_cast<int32_t>(fp >> 32); local
237 args.This()->Set(v8_str("high_bits"), v8_num(high_bits));
264 " %s(fp.low_bits, fp.high_bits);"
  /external/dbus/dbus/
dbus-string.c 2609 dbus_bool_t high_bits; local
    [all...]

Completed in 54 milliseconds