Home
last modified time | relevance | path

Searched defs:UChar (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A Dbuild.priv.h82 #define UChar(c) ((unsigned char)(c)) macro
H A Dcurses.priv.h1360 #define UChar(c) ((unsigned char)(c)) macro
/freebsd/contrib/ncurses/menu/
H A Dmenu.priv.h120 #define UChar(c) ((unsigned char)(c)) macro
/freebsd/contrib/bzip2/
H A Dbzip2recover.c53 typedef unsigned char UChar; typedef
H A Dbzip2.c163 typedef unsigned char UChar; typedef
H A Dbzlib_private.h43 typedef unsigned char UChar; typedef
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp307 unsigned char Scalar::UChar(unsigned char fail_value) const { in UChar() function in Scalar
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1526 typedef unsigned char UChar; in optimizeMemCmpVarSize() typedef