OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zencode
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
crypt.h
77
#define
zencode
(pkeys,pcrc_32_tab,c,t) \
macro
115
header[n] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, c, t);
121
buf[n] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, header[n], t);
123
buf[n++] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 16) & 0xff, t);
124
buf[n++] = (unsigned char)
zencode
(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 24) & 0xff, t);
zip.c
1336
zi->ci.buffered_data[i] =
zencode
(zi->ci.keys, zi->ci.pcrc_32_tab, zi->ci.buffered_data[i],t);
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025