Home
last modified time | relevance | path

Searched refs:state3 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh91 state3=$(</proc/spl/kstat/zfs/$pool/state)
92 log_note "Checking $expected = $state1 = $state2 = $state3"
94 "$expected" == "$state3" ]] ; then
/freebsd/bin/sh/
H A Dmain.c117 goto state3; in main()
160 state3: in main()
/freebsd/contrib/lua/src/
H A Dlmathlib.c312 Rand64 state3 = state[3] ^ state1; in nextrand() local
314 state[0] = state0 ^ state3; in nextrand()
317 state[3] = rotl(state3, 45); in nextrand()