Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Duconv.c103 #define UCONV_U8_BIT_SHIFT 6 macro
743 hi = (hi << UCONV_U8_BIT_SHIFT) | in uconv_u8tou16()
839 hi = (hi << UCONV_U8_BIT_SHIFT) | in uconv_u8tou32()