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

  /external/pdfium/testing/
test_support.cpp 161 static char const zEncode[] = "0123456789abcdef";
166 ret[j] = zEncode[(a >> 4) & 0xf];
167 ret[j + 1] = zEncode[a & 0xf];
  /external/libchrome/base/
md5.cc 273 static char const zEncode[] = "0123456789abcdef";
280 ret[j] = zEncode[(a >> 4) & 0xf];
281 ret[j + 1] = zEncode[a & 0xf];
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 60 $O\7zEncode.obj \
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 82 $O\7zEncode.obj \

Completed in 571 milliseconds