Searched refs:hexify (Results 1 - 7 of 7) sorted by relevance

/external/skqp/src/pdf/
H A DSkPDFMetadata.cpp127 static void hexify(const uint8_t** inputPtr, char** outputPtr, int count) { function
142 hexify(&data, &ptr, 4);
144 hexify(&data, &ptr, 2);
146 hexify(&data, &ptr, 2);
148 hexify(&data, &ptr, 2);
150 hexify(&data, &ptr, 6);
/external/skia/src/pdf/
H A DSkPDFMetadata.cpp192 static void hexify(const uint8_t** inputPtr, char** outputPtr, int count) { function
207 hexify(&data, &ptr, 4);
209 hexify(&data, &ptr, 2);
211 hexify(&data, &ptr, 2);
213 hexify(&data, &ptr, 2);
215 hexify(&data, &ptr, 6);
/external/python/cpython2/Demo/pdist/
H A Dcvslib.py158 r("lsum", hexify)
169 r("rsum", hexify)
171 r("esum", hexify)
298 # hexify and unhexify are useful to print MD5 checksums in hex format
301 def hexify(sum): function
/external/libese/apps/boot/
H A Dese_boot_tool.cpp74 static uint16_t hexify(const std::string& input, std::vector<uint8_t> *output) { function
245 len = hexify(args[2], &data);
351 uint16_t len = hexify(args[4], &data);
362 uint16_t len = hexify(args[4], &data);
/external/valgrind/coregrind/m_gdbserver/
H A Dremote-utils.c650 int hexify (char *hex, const char *bin, int count) function
676 hexify (buf, rev, count);
678 hexify (buf, bin, count);
922 hexify(buf+1, s, len);
H A Dserver.h315 int hexify (char *hex, const char *bin, int count);
H A Dserver.c821 hexify (arg_own_buf, status, strlen(status));

Completed in 188 milliseconds