HomeSort by relevance Sort by last modified time
    Searched refs:ZCR_SEED2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/contrib/minizip/
crypt.h 86 # ifndef ZCR_SEED2
87 # define ZCR_SEED2 3141592654UL /* use PI as default pattern */
112 srand((unsigned)(time(NULL) ^ ZCR_SEED2));
  /external/zlib/src/contrib/minizip/
crypt.h 86 # ifndef ZCR_SEED2
87 # define ZCR_SEED2 3141592654UL /* use PI as default pattern */
112 srand((unsigned)(time(NULL) ^ ZCR_SEED2));

Completed in 1886 milliseconds