Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A 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()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dcrypt.h85 #ifndef ZCR_SEED2
86 #define ZCR_SEED2 3141592654UL /* use PI as default pattern */ macro
111 srand((unsigned)(time(NULL) ^ ZCR_SEED2));
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DChangeLog874 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip

Completed in 5 milliseconds