OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randomstats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_unix.c
247
struct stat
randomstats
[sizeof(randomfiles)/sizeof(randomfiles[0])];
local
257
memset(
randomstats
,0,sizeof(
randomstats
));
281
struct stat *st=&
randomstats
[i];
288
if (
randomstats
[j].st_ino==st->st_ino &&
289
randomstats
[j].st_dev==st->st_dev)
/external/openssl/crypto/rand/
rand_unix.c
247
struct stat
randomstats
[sizeof(randomfiles)/sizeof(randomfiles[0])];
local
257
memset(
randomstats
,0,sizeof(
randomstats
));
281
struct stat *st=&
randomstats
[i];
288
if (
randomstats
[j].st_ino==st->st_ino &&
289
randomstats
[j].st_dev==st->st_dev)
Completed in 61 milliseconds