OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zencode
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/contrib/minizip/
crypt.h
79
#define
zencode
(pkeys,pcrc_32_tab,c,t) \
macro
118
header[n] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, c, t);
124
buf[n] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, header[n], t);
126
buf[n++] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 16) & 0xff, t);
127
buf[n++] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 24) & 0xff, t);
zip.c
[
all
...]
Completed in 104 milliseconds