Searched refs:dec (Results 1 – 14 of 14) sorted by relevance
66 << "]" << std::dec; in operator <<()71 << "len: 0x" << attr.nla_len << ", type: 0x" << attr.nla_type << "]" << std::dec; in operator <<()77 << ", groups: " << addr.nl_groups << "]" << std::dec; in operator <<()
29 << std::dec; in operator <<()
57 << slice.size() << "]" << std::dec; in operator <<()
88 s << "extracted_value &= 0x" << std::hex << mask << std::dec << ";"; in GenExtractor()204 s << GetName() << " & 0x" << std::hex << mask << std::dec << ";"; in GenRustGetter()233 s << GetName() << " & 0x" << std::hex << mask << std::dec << ";"; in GenRustWriter()246 << mask << std::dec << ");"; in GenRustWriter()
31 stream << pair.second << " = 0x" << std::hex << pair.first << std::dec << ","; in GenDefinition()67 …util::ConstantCaseToCamelCase(pair.second) << " = 0x" << std::hex << pair.first << std::dec << ","; in GenRustDef()
79 for (const auto& dec : public_members_) in Write() local80 dec->Write(to); in Write()86 for (const auto& dec : private_members_) in Write() local87 dec->Write(to); in Write()460 for (const auto& dec : declarations_) { in Write() local461 dec->Write(to); in Write()
851 SNAP_LOG(DEBUG) << "Daemon: msg->seq: " << std::dec << header->seq; in ProcessIORequest()852 SNAP_LOG(DEBUG) << "Daemon: msg->len: " << std::dec << header->len; in ProcessIORequest()853 SNAP_LOG(DEBUG) << "Daemon: msg->sector: " << std::dec << header->sector; in ProcessIORequest()854 SNAP_LOG(DEBUG) << "Daemon: msg->type: " << std::dec << header->type; in ProcessIORequest()855 SNAP_LOG(DEBUG) << "Daemon: msg->flags: " << std::dec << header->flags; in ProcessIORequest()
74 std::cout << std::dec << "\n\n"; in ShowBad()
441 oss << " " << std::dec << size; in ToString()446 oss << std::dec; in ToString()452 oss << std::dec; in ToString()
78 LOG(DEBUG) << "Setting up mode " << std::oct << mode << std::dec << " uid " << uid << " gid " in prepare_dir_for_user()
76 os << std::hex << std::setw(2) << static_cast<int>(param.blob.data[i]) << std::dec; in operator <<()84 os << std::hex << std::setw(2) << static_cast<int>(param.blob.data[i]) << std::dec; in operator <<()
409 << cur_page * sizeof(uint64_t) << std::dec << " read bytes " << bytes in ReadVmaStats()
147 << ", mode " << std::oct << perm << std::dec in CreateSocket()
854 LOG(DEBUG) << "Unexpected perf_context in callchain: " << std::hex << ip << std::dec; in GetCallChain()