Searched refs:high_bits (Results 1 – 2 of 2) sorted by relevance
2453 dbus_bool_t high_bits; in _dbus_string_hex_decode() local2462 high_bits = TRUE; in _dbus_string_hex_decode()2531 if (high_bits) in _dbus_string_hex_decode()2551 high_bits = !high_bits; in _dbus_string_hex_decode()
9469 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { in DoubleFromBits() argument9470 return DoubleFromBits((static_cast<uint64_t>(high_bits) << 32) | low_bits); in DoubleFromBits()