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

/external/libyuv/files/unit_test/
H A Dunit_test.h48 #define srandom srand macro
/external/chromium_org/third_party/libyuv/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
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h226 #define srandom(s) srand(s) macro

Completed in 2524 milliseconds