Home
last modified time | relevance | path

Searched refs:frandom (Results 1 – 6 of 6) sorted by relevance

/external/iperf3/src/
Diperf_util.c60 static FILE *frandom; in readentropy() local
65 if (frandom == NULL) { in readentropy()
66 frandom = fopen(rndfile, "rb"); in readentropy()
67 if (frandom == NULL) { in readentropy()
71 setbuf(frandom, NULL); in readentropy()
73 if (fread(out, 1, outsize, frandom) != outsize) { in readentropy()
76 feof(frandom) ? "EOF" : strerror(errno)); in readentropy()
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/
Dcc_toolchain_config.bzl482 flags = ["-frandom-seed=%{output_file}"],
/external/tensorflow/third_party/gpus/crosstool/
Dhipcc_cc_toolchain_config.bzl.tpl482 flags = ["-frandom-seed=%{output_file}"],
Dcc_toolchain_config.bzl.tpl324 flags = ["-frandom-seed=%{output_file}"],
/external/clang/include/clang/Driver/
DOptions.td1090 def frandom_seed_EQ : Joined<["-"], "frandom-seed=">, Group<clang_ignored_f_Group>;
/external/llvm-project/clang/include/clang/Driver/
DOptions.td1880 def frandom_seed_EQ : Joined<["-"], "frandom-seed=">, Group<clang_ignored_f_Group>;