Home
last modified time | relevance | path

Searched defs:randState (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dpcg.go23 save(randState, randInc *uint64) argument
24 restore(randState, randInc uint64) argument
Dmem.go48 randState, randInc uint64 member
/aosp_15_r20/external/lz4/tests/
H A Dframetest.c177 …void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* randState) in FUZ_fillCompressibleNoiseBuffer()
287 U32* const randState = &randVal; in unitTests() local
1002 U32* const randState, in test_lz4f_decompression_wBuffers()
1090 U32* const randState, in test_lz4f_decompression()
1149 U32 randState = coreRand ^ prime1; in fuzzerTests() local
H A Dfuzzer.c364 { U32 randState = coreRandState ^ PRIME3; in FUZ_test() local
377 U32 randState = FUZ_rand(&coreRandState) ^ PRIME3; in FUZ_test() local
1087 U32 randState = 1; in FUZ_unitTests() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
H A DCreateLoaded.c86 RAND_STATE randState; in TPM2_CreateLoaded() local