HomeSort by relevance Sort by last modified time
    Searched refs:hexify (Results 1 - 8 of 8) sorted by null

  /external/skia/src/pdf/
SkPDFMetadata.cpp 200 static void hexify(const uint8_t** inputPtr, char** outputPtr, int count) { function
215 hexify(&data, &ptr, 4);
217 hexify(&data, &ptr, 2);
219 hexify(&data, &ptr, 2);
221 hexify(&data, &ptr, 2);
223 hexify(&data, &ptr, 6);
  /external/skqp/src/pdf/
SkPDFMetadata.cpp 200 static void hexify(const uint8_t** inputPtr, char** outputPtr, int count) { function
215 hexify(&data, &ptr, 4);
217 hexify(&data, &ptr, 2);
219 hexify(&data, &ptr, 2);
221 hexify(&data, &ptr, 2);
223 hexify(&data, &ptr, 6);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cvslib.py 158 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/python/cpython2/Demo/pdist/
cvslib.py 158 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
  /build/make/tools/
generate-notice-files.py 44 def hexify(s): function
60 return hexify(sum.digest())
  /external/libese/apps/boot/
ese_boot_tool.cpp 74 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);
  /bionic/libc/dns/nameser/
ns_print.c 943 goto hexify;
1056 goto hexify;
1062 hexify: {
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_print.c 583 goto hexify;
588 hexify: {

Completed in 342 milliseconds