Searched defs:hex_string (Results 1 - 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/util/
H A Dpoloutil.cc27 std::string hex_string(hex);
30 return hex_string;
33 const size_t PoloUtil::HexStringToBytes(const std::string hex_string, argument
37 BN_hex2bn(&bn, hex_string.c_str());
/external/ImageMagick/MagickCore/
H A Dstring.c2395 hex_string[MagickPathExtent];
2423 (void) FormatLocaleString(hex_string,MagickPathExtent,"%02x",*(p+j));
2424 (void) CopyMagickString(q,hex_string,MagickPathExtent);
2352 hex_string[MagickPathExtent]; local

Completed in 634 milliseconds