Home
last modified time | relevance | path

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

/freebsd/sys/dev/atopcase/
H A Datopcase.c89 static const uint8_t status_ok[] = { 0xac, 0x27, 0x68, 0xd5 }; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc576 bool DeathTestImpl::Passed(bool status_ok) { in Passed()