Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt_unittest.cpp18 static char const zEncode[] = "0123456789abcdef"; in CRYPT_ToBase16() local
23 ret[j] = zEncode[(a >> 4) & 0xf]; in CRYPT_ToBase16()
24 ret[j + 1] = zEncode[a & 0xf]; in CRYPT_ToBase16()
/external/pdfium/testing/
Dembedder_test.cpp46 static char const zEncode[] = "0123456789abcdef"; in CRYPT_ToBase16() local
51 ret[j] = zEncode[(a >> 4) & 0xf]; in CRYPT_ToBase16()
52 ret[j + 1] = zEncode[a & 0xf]; in CRYPT_ToBase16()
/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/
Dmakefile82 $O\7zEncode.obj \
DAlone.dsp832 SOURCE=..\..\Archive\7z\7zEncode.cpp
836 SOURCE=..\..\Archive\7z\7zEncode.h