Home
last modified time | relevance | path

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

/linux/fs/nls/
H A Dnls_base.c48 #define PLANE_SIZE 0x00010000 macro
151 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()
/linux/fs/ntfs3/
H A Ddir.c83 #define PLANE_SIZE 0x00010000 macro
136 if (u >= PLANE_SIZE) { in _utf8s_to_utf16s()
140 u -= PLANE_SIZE; in _utf8s_to_utf16s()
/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane_regs.h128 #define PLANE_SIZE(pipe, plane) _MMIO_SKL_PLANE((pipe), (plane), \ macro