Home
last modified time | relevance | path

Searched refs:zEncode (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/
Dtest_support.cpp161 static char const zEncode[] = "0123456789abcdef"; in CryptToBase16() local
166 ret[j] = zEncode[(a >> 4) & 0xf]; in CryptToBase16()
167 ret[j + 1] = zEncode[a & 0xf]; in CryptToBase16()
/external/libchrome/base/
Dmd5.cc273 static char const zEncode[] = "0123456789abcdef"; in MD5DigestToBase16() local
280 ret[j] = zEncode[(a >> 4) & 0xf]; in MD5DigestToBase16()
281 ret[j + 1] = zEncode[a & 0xf]; in MD5DigestToBase16()
/external/lzma/CPP/7zip/Bundles/Format7zR/
Dmakefile60 $O\7zEncode.obj \
/external/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile84 $O\7zEncode.obj \
DAlone.dsp860 SOURCE=..\..\Archive\7z\7zEncode.cpp
864 SOURCE=..\..\Archive\7z\7zEncode.h