Searched defs:srandom (Results 1 - 5 of 5) sorted by relevance

/external/libyuv/files/unit_test/
H A Dunit_test.h48 #define srandom srand macro
/external/bison/darwin-lib/
H A Dstdlib.h870 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
872 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
873 _GL_CXXALIASWARN (srandom);
875 # undef srandom macro
877 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
/external/bison/linux-lib/
H A Dstdlib.h870 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
872 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
873 _GL_CXXALIASWARN (srandom);
875 # undef srandom macro
877 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h414 inline void srandom(unsigned int seed) { srand(seed); } function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h411 inline void srandom(unsigned int seed) { srand(seed); } function

Completed in 478 milliseconds