Home
last modified time | relevance | path

Searched refs:SURROGATE_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/nls/
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()
/linux-6.3-rc2/fs/ntfs3/
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 5 milliseconds