Searched refs:high_bits (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/cctest/
H A Dtest-log-stack-tracer.cc139 int64_t high_bits = *reinterpret_cast<uint64_t*>(*args[1]); local
140 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
231 int32_t high_bits = static_cast<int32_t>(fp >> 32); local
233 args.This()->Set(v8_str("high_bits"), v8_num(high_bits));
260 " %s(fp.low_bits, fp.high_bits);"
H A Dtest-api.cc14187 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { argument
14188 return DoubleFromBits((static_cast<uint64_t>(high_bits) << 32) | low_bits);
/external/dbus/dbus/
H A Ddbus-string.c2609 dbus_bool_t high_bits; local
2618 high_bits = TRUE;
2687 if (high_bits)
2707 high_bits = !high_bits;

Completed in 113 milliseconds