Home
last modified time | relevance | path

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

/openssl/test/
H A Dthreadstest.c592 uint64_t val64 = 1, ret64 = 0; in test_atomic() local
617 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
622 if (!TEST_uint_eq((unsigned int)val64, 1) in test_atomic()
626 val64 = 1; in test_atomic()
632 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
639 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
653 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
670 val64 = 3; in test_atomic()
676 if (!TEST_uint_eq((unsigned int)val64, 1) in test_atomic()
693 val64 = 1; in test_atomic()
[all …]

Completed in 7 milliseconds