OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASSERT_STATIC
(Results
1 - 9
of
9
) sorted by null
/external/harfbuzz_ng/src/
hb-cache-private.hh
38
ASSERT_STATIC
(key_bits >= cache_bits);
39
ASSERT_STATIC
(key_bits + value_bits - cache_bits < 8 * sizeof (unsigned int));
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
...]
hb-buffer-private.hh
39
ASSERT_STATIC
(sizeof (hb_glyph_info_t) == 20);
40
ASSERT_STATIC
(sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
hb-set-private.hh
318
ASSERT_STATIC
(sizeof (elt_t) * 8 == BITS);
319
ASSERT_STATIC
(sizeof (elt_t) * 8 * ELTS > MAX_G);
hb-ot-layout.cc
196
ASSERT_STATIC
(OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX);
227
ASSERT_STATIC
(OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX);
301
ASSERT_STATIC
(OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX);
356
ASSERT_STATIC
(sizeof (unsigned int) == sizeof (hb_tag_t));
377
ASSERT_STATIC
(OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_FEATURE_INDEX);
hb-open-type-private.hh
89
ASSERT_STATIC
(_assertion); \
142
ASSERT_STATIC
(sizeof (Type) <= sizeof (_NullPool));
153
ASSERT_STATIC
(Type::min_size + 1 <= sizeof (_Null##Type))
hb-buffer.cc
100
ASSERT_STATIC
(sizeof (info[0]) == sizeof (pos[0]));
hb-ot-layout-common-private.hh
634
ASSERT_STATIC
(((unsigned int) -1) == NOT_COVERED);
[
all
...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp
53
#define
ASSERT_STATIC
(e) do { enum { assert_static__ = 1 / (e) }; } while (0)
Completed in 1517 milliseconds