Home
last modified time | relevance | path

Searched refs:Randomized (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h36 void scan(const SmallBitVector &RegMask, bool Randomized);
110 bool Randomized);
DIceRegAlloc.cpp784 bool Randomized) { in assignFinalRegisters() argument
787 if (Randomized) { in assignFinalRegisters()
805 if (Randomized && Item->hasRegTmp() && !Item->hasReg()) { in assignFinalRegisters()
836 void LinearScan::scan(const SmallBitVector &RegMaskFull, bool Randomized) { in scan() argument
844 if (Randomized) { in scan()
980 assignFinalRegisters(RegMaskFull, PreDefinedRegisters, Randomized); in scan()
DIceTargetLoweringX8632Traits.h873 void setRandomized(bool R) { Randomized = R; }
875 bool getRandomized() const { return Randomized; }
891 bool Randomized = false;
DIceTargetLoweringX8664Traits.h951 void setRandomized(bool R) { Randomized = R; }
953 bool getRandomized() const { return Randomized; }
967 bool Randomized = false;
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.specification.txt27 - Randomized usage
30 - Randomized usage
Dfunctional.texture.swizzle.txt26 + Randomized swizzle mode combinations
/external/rappor/
DREADME.md22 - [RAPPOR: Randomized Aggregatable Privacy-Preserving Ordinal Response](http://arxiv.org/abs/1407.6…
/external/python/cpython3/Doc/library/
Dhashlib.rst539 Randomized hashing
543 function. Randomized hashing is useful for protecting against collision attacks
546 Randomized hashing is designed for situations where one party, the message
556 function providing less collision resistance than expected. Randomized
565 (`NIST SP-800-106 "Randomized Hashing for Digital Signatures"
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker_test.cc107 TEST(WeightedPicker, Randomized) { in TEST() argument
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape_test.cc511 TEST(TensorShapeTest, Randomized) { in TEST() argument
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc515 TEST_F(Harness, Randomized) { in TEST_F() argument
/external/deqp/doc/testspecs/VK/
Dapitests.adoc310 ** Randomized tests
/external/v8/
DChangeLog46673 Randomized allocation addresses on windows. (Chromium issue 115151)
48493 Randomized the addresses of allocated executable memory on Windows.