HomeSort by relevance Sort by last modified time
    Searched defs:ASSERT_STATIC (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 53 #define ASSERT_STATIC(e) do { enum { assert_static__ = 1 / (e) }; } while (0)
  /external/harfbuzz_ng/src/
hb-private.hh 94 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))
104 ASSERT_STATIC (sizeof (int8_t) == 1);
105 ASSERT_STATIC (sizeof (uint8_t) == 1);
106 ASSERT_STATIC (sizeof (int16_t) == 2);
107 ASSERT_STATIC (sizeof (uint16_t) == 2);
108 ASSERT_STATIC (sizeof (int32_t) == 4);
109 ASSERT_STATIC (sizeof (uint32_t) == 4);
110 ASSERT_STATIC (sizeof (int64_t) == 8);
111 ASSERT_STATIC (sizeof (uint64_t) == 8);
113 ASSERT_STATIC (sizeof (hb_codepoint_t) == 4)
    [all...]

Completed in 53 milliseconds