Home
last modified time | relevance | path

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

/external/cn-cbor/test/
Dctest.h47 #define __CTEST_MAGIC (0xdeadbeef) macro
63 .magic = __CTEST_MAGIC };
387 if (t->magic != __CTEST_MAGIC) break; in ctest_main()
392 if (t->magic != __CTEST_MAGIC) break; in ctest_main()