Home
last modified time | relevance | path

Searched refs:ZCR_SEED2 (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/contrib/minizip/
Dcrypt.h86 # ifndef ZCR_SEED2
87 # define ZCR_SEED2 3141592654UL /* use PI as default pattern */ macro
112 srand((unsigned)(time(NULL) ^ ZCR_SEED2)); in crypthead()
/external/python/cpython2/Modules/zlib/
DChangeLog874 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip
/external/zlib/src/
DChangeLog874 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip