Home
last modified time | relevance | path

Searched defs:SEED (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
D_common.rs162 pub const SEED: [u32; 3] = [0x243f_6a88, 0x85a3_08d3, 0x1319_8a2e]; constant
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Dcommon.js183 SEED: _numericLiteral(seed), property
195 SEED: _numericLiteral(seed), property
/third_party/openssl/test/
Ddsatest.c143 # define SEED 3 macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawAhbTests.cpp60 const deUint32 SEED = 0xc2a39fu; variable
DvktBasicDrawTests.cpp54 static const deUint32 SEED = 0xc2a39fu; variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java67 private static final String SEED = "ICU.seed"; field in TestFmwk
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java63 private static final String SEED = "ICU.seed"; field in TestFmwk
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs2215 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; constant