Home
last modified time | relevance | path

Searched refs:SURROGATE_BITS (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/nls/
H A Dnls_base.c53 #define SURROGATE_BITS 0x000003ff macro
153 ((u >> 10) & SURROGATE_BITS), in utf8s_to_utf16s()
157 (u & SURROGATE_BITS), in utf8s_to_utf16s()
214 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()
215 + (v & SURROGATE_BITS); in utf16s_to_utf8s()
/kernel/linux/linux-6.6/fs/nls/
H A Dnls_base.c53 #define SURROGATE_BITS 0x000003ff macro
153 ((u >> 10) & SURROGATE_BITS), in utf8s_to_utf16s()
157 (u & SURROGATE_BITS), in utf8s_to_utf16s()
214 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()
215 + (v & SURROGATE_BITS); in utf16s_to_utf8s()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Ddir.c81 #define SURROGATE_BITS 0x000003ff macro
137 ((u >> 10) & SURROGATE_BITS), in _utf8s_to_utf16s()
141 (u & SURROGATE_BITS), in _utf8s_to_utf16s()

Completed in 3 milliseconds