Home
last modified time | relevance | path

Searched refs:binToStr (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dimage_int.hpp66 std::ostream& operator<<(std::ostream& stream, const binaryToStringHelper<T>& binToStr) in operator <<() argument
68 for (size_t i = 0; i < binToStr.buf_.size(); ++i) { in operator <<()
69 int c = static_cast<int>(binToStr.buf_.at(i)); in operator <<()
70 const bool bTrailingNull = c == 0 && i == binToStr.buf_.size() - 1; in operator <<()
88 … friend std::ostream& operator<<<T>(std::ostream& stream, const binaryToStringHelper<T>& binToStr);
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhash.c196 static const char* binToStr = "0123456789abcdef"; variable
259 *d++ = binToStr[(c >> 4) & 0xF]; in hash_data_add_binary_checksum()
260 *d++ = binToStr[(c >> 0) & 0xF]; in hash_data_add_binary_checksum()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhash.c196 static const char* binToStr = "0123456789abcdef"; variable
259 *d++ = binToStr[(c >> 4) & 0xF]; in hash_data_add_binary_checksum()
260 *d++ = binToStr[(c >> 0) & 0xF]; in hash_data_add_binary_checksum()