Home
last modified time | relevance | path

Searched refs:randomize (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Drandprime.c50 int randomize(unsigned char *buf, size_t len);
139 int randomize(unsigned char *buf, size_t len) { in randomize() function
158 if ((mp_size)randomize(buf, n_bytes) != n_bytes) { in mp_int_randomize()
H A Drsakey.c59 int randomize(unsigned char *buf, size_t len);
201 int randomize(unsigned char *buf, size_t len) { in randomize() function
220 if ((mp_size)randomize(buf, n_bytes) != n_bytes) { in mp_int_randomize()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkMain.cpp99 randomize(); in generateBatch()
142 virtual void randomize() = 0;
172 virtual void randomize() override { in randomize() function
209 virtual void randomize() override { in randomize() function
H A DRATIONALE.md158 We may be tempted to randomize data accesses widely to exercise all the caching
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dbugpoint.rst93 Continually randomize the specified passes and run them on the test program
/llvm-project-15.0.7/llvm/docs/
H A DScudoHardenedAllocator.rst110 blocks are allocated in the Primary, can randomize how caches are assigned to
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td168 "cannot read randomize layout seed file '%0'">;
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst954 File holding the seed used by the randomize structure layout feature
958 The seed used by the randomize structure layout feature
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2188 HelpText<"The seed used by the randomize structure layout feature">;
2191 HelpText<"File holding the seed used by the randomize structure layout feature">;