Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-norm.c127 * TRIENODE - 1 bit field - set if the following node is an internal
143 #define TRIENODE 0x80 macro
337 node = (*trie & TRIENODE); in utf8nlookup()
354 node = (*trie & TRIENODE); in utf8nlookup()
H A Dmkutf8data.c122 * TRIENODE - 1 bit field - set if the following node is an internal
138 #define TRIENODE 0x80 macro
1254 byte |= TRIENODE; in emit()
1261 byte |= TRIENODE; in emit()
2742 node = (*trie & TRIENODE); in utf8nlookup()
2759 node = (*trie & TRIENODE); in utf8nlookup()
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-norm.c144 * TRIENODE - 1 bit field - set if the following node is an internal
160 #define TRIENODE 0x80 macro
356 node = (*trie & TRIENODE); in utf8nlookup()
373 node = (*trie & TRIENODE); in utf8nlookup()
H A Dmkutf8data.c122 * TRIENODE - 1 bit field - set if the following node is an internal
138 #define TRIENODE 0x80 macro
1254 byte |= TRIENODE; in emit()
1261 byte |= TRIENODE; in emit()
2742 node = (*trie & TRIENODE); in utf8nlookup()
2759 node = (*trie & TRIENODE); in utf8nlookup()

Completed in 10 milliseconds