Searched refs:PLANE_SIZE (Results 1 – 4 of 4) sorted by relevance
48 #define PLANE_SIZE 0x00010000 macro151 if (u >= PLANE_SIZE) { in utf8s_to_utf16s()154 u -= PLANE_SIZE; in utf8s_to_utf16s()217 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()
28 #define PLANE_SIZE 0x10000 macro77 c = PLANE_SIZE + in get_utf16_char()333 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
78 #define PLANE_SIZE 0x00010000 macro131 if (u >= PLANE_SIZE) { in _utf8s_to_utf16s()135 u -= PLANE_SIZE; in _utf8s_to_utf16s()
128 #define PLANE_SIZE(pipe, plane) _MMIO_SKL_PLANE((pipe), (plane), \ macro