Home
last modified time | relevance | path

Searched defs:randstate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dvlop_arm_test.go19 type randstate struct { struct
20 hi, lo uint32
23 func (r *randstate) rand() uint32 {
/aosp_15_r20/external/flac/src/test_streams/
H A Dmain.c1037 int64_t randstate = 0x1243456; in generate_noisy_sine() local