Home
last modified time | relevance | path

Searched refs:LEFTNODE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-norm.c130 * LEFTNODE - 1 bit field - set if the left-hand node is internal
145 #define LEFTNODE 0x80 macro
347 node = (*trie & LEFTNODE); in utf8nlookup()
H A Dmkutf8data.c125 * LEFTNODE - 1 bit field - set if the left-hand node is internal
140 #define LEFTNODE 0x80 macro
1233 byte |= LEFTNODE; in emit()
2752 node = (*trie & LEFTNODE); in utf8nlookup()
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-norm.c147 * LEFTNODE - 1 bit field - set if the left-hand node is internal
162 #define LEFTNODE 0x80 macro
366 node = (*trie & LEFTNODE); in utf8nlookup()
H A Dmkutf8data.c125 * LEFTNODE - 1 bit field - set if the left-hand node is internal
140 #define LEFTNODE 0x80 macro
1233 byte |= LEFTNODE; in emit()
2752 node = (*trie & LEFTNODE); in utf8nlookup()

Completed in 9 milliseconds