Home | History | Annotate | Download | only in quipper

Lines Matching refs:bswap_64

87     *input = bswap_64(*input);
97 return bswap_64(value);
848 piped_header_.magic != bswap_64(kPerfMagic)) {
850 << " or 0x" << std::hex << bswap_64(kPerfMagic)