/external/chromium_org/third_party/smhasher/src/ |
D | Random.cpp | 3 Rand g_rand1(1); 4 Rand g_rand2(2); 5 Rand g_rand3(3); 6 Rand g_rand4(4);
|
D | Random.h | 9 struct Rand struct 16 Rand() in Rand() argument 21 Rand( uint32_t seed ) in Rand() function 94 extern Rand g_rand1; argument
|
D | AvalancheTest.h | 28 void calcBias ( pfHash hash, std::vector<int> & counts, int reps, Rand & r ) in calcBias() 71 Rand r(48273); in AvalancheTest() 113 Rand r(11938); in BicTest() 247 Rand r(11938); 354 Rand r(11938);
|
D | DifferentialTest.h | 142 Rand r(100); in DiffTest() 248 Rand r(857374); in DiffDistTest2()
|
D | KeysetTest.cpp | 78 Rand r(883741); in SanityTest() 166 Rand r(173994); in AppendedZeroesTest()
|
D | Types.cpp | 67 Rand r(8350147); in GenerateMixingConstants()
|
D | Bitvec.cpp | 629 Rand r(1123); in test_shift() 671 Rand r(83874); in test_window2() 710 Rand r(48402); in test_window()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 68 uint32_t Rand() { in Rand() function in __anon103d11970111::Random 77 uint32_t Val = Rand(); in Rand32() 79 return Val | (Rand() << 16); in Rand32() 147 return PT->at(Ran->Rand() % PT->size()); in getRandomVal() 152 if (Ran->Rand() & 1) in getRandomConstant() 156 if (Ran->Rand() & 1) in getRandomConstant() 165 unsigned index = Ran->Rand(); in getRandomValue() 174 if (Ran->Rand() & 1) in getRandomValue() 178 if (Ran->Rand() & 1) in getRandomValue() 198 unsigned index = Ran->Rand(); in getRandomPointerValue() [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
D | divtest.c | 4 static int Rand(n) in Rand() function 29 BN_pseudo_rand(a,Rand(),0,0); in main() 30 BN_pseudo_rand(b,Rand(),0,0); in main()
|
/external/openssl/crypto/bn/ |
D | divtest.c | 4 static int Rand(n) in Rand() function 29 BN_pseudo_rand(a,Rand(),0,0); in main() 30 BN_pseudo_rand(b,Rand(),0,0); in main()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-gv.ll | 16 define i32 @Rand() nounwind { 18 ; CHECK: @Rand
|
/external/icu/icu4c/source/data/curr/ |
D | en_LS.txt | 14 "South African Rand",
|
D | en_ZA.txt | 14 "South African Rand",
|
D | mg.txt | 224 "Rand afrikanina tatsimo",
|
D | ak.txt | 220 "Afrika Anaafo Rand",
|
D | dje.txt | 224 "Hawasa Afriki Rand",
|
/external/chromium_org/third_party/freetype/src/psaux/ |
D | t1decode.c | 1009 FT_Fixed Rand; in t1_decoder_parse_charstrings() local 1012 Rand = seed; in t1_decoder_parse_charstrings() 1013 if ( Rand >= 0x8000L ) in t1_decoder_parse_charstrings() 1014 Rand++; in t1_decoder_parse_charstrings() 1016 top[0] = Rand; in t1_decoder_parse_charstrings()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
D | t1decode.c | 1009 FT_Fixed Rand; in t1_decoder_parse_charstrings() local 1012 Rand = seed; in t1_decoder_parse_charstrings() 1013 if ( Rand >= 0x8000L ) in t1_decoder_parse_charstrings() 1014 Rand++; in t1_decoder_parse_charstrings() 1016 top[0] = Rand; in t1_decoder_parse_charstrings()
|
/external/freetype/src/psaux/ |
D | t1decode.c | 1009 FT_Fixed Rand; in t1_decoder_parse_charstrings() local 1012 Rand = seed; in t1_decoder_parse_charstrings() 1013 if ( Rand >= 0x8000L ) in t1_decoder_parse_charstrings() 1014 Rand++; in t1_decoder_parse_charstrings() 1016 top[0] = Rand; in t1_decoder_parse_charstrings()
|
/external/chromium_org/third_party/icu/source/data/curr/ |
D | de.txt | 1076 "Südafrikanischer Rand (Finanz)", 1080 "Südafrikanischer Rand", 1897 one{"Südafrikanischer Rand (Finanz)"} 1898 other{"Südafrikanischer Rand (Finanz)"} 1901 one{"Südafrikanischer Rand"} 1902 other{"Rand"}
|
D | fil.txt | 220 "South African Rand",
|
D | mg.txt | 224 "Rand afrikanina tatsimo",
|
D | kea.txt | 224 "Rand sulafrikanu",
|
D | ses.txt | 224 "Hawasa Afriki Rand",
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework.cc | 100 float Random::Rand() { in Rand() function in webrtc::testing::bwe::Random 276 if (random_.Rand() < loss_fraction_) { in RunFor() 351 if (random_.Rand() < reorder_fraction_) { in RunFor()
|