Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-norm.c131 * RIGHTNODE - 1 bit field - set if the right-hand node is internal
144 #define RIGHTNODE 0x40 macro
328 node = (*trie & RIGHTNODE); in utf8nlookup()
H A Dmkutf8data.c126 * RIGHTNODE - 1 bit field - set if the right-hand node is internal
139 #define RIGHTNODE 0x40 macro
1235 byte |= RIGHTNODE; in emit()
1259 byte |= RIGHTNODE; in emit()
2733 node = (*trie & RIGHTNODE); in utf8nlookup()
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-norm.c148 * RIGHTNODE - 1 bit field - set if the right-hand node is internal
161 #define RIGHTNODE 0x40 macro
347 node = (*trie & RIGHTNODE); in utf8nlookup()
H A Dmkutf8data.c126 * RIGHTNODE - 1 bit field - set if the right-hand node is internal
139 #define RIGHTNODE 0x40 macro
1235 byte |= RIGHTNODE; in emit()
1259 byte |= RIGHTNODE; in emit()
2733 node = (*trie & RIGHTNODE); in utf8nlookup()

Completed in 10 milliseconds