Home
last modified time | relevance | path

Searched defs:UC (Results 1 – 14 of 14) sorted by relevance

/minix3/common/lib/libc/string/
H A Dstrcspn.c49 #define UC(a) ((unsigned int)(unsigned char)(a)) in strcspn() macro
H A Dstrpbrk.c41 #define UC(a) ((unsigned int)(unsigned char)(a)) macro
H A Dstrspn.c48 #define UC(a) ((unsigned int)(unsigned char)(a)) in strspn() macro
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue()
175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
250 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo() local
H A DARMWinEHPrinter.cpp541 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); in dumpXDataRecord() local
/minix3/lib/libedit/
H A Dchartype.h80 #define UC(c) c macro
135 #define UC(c) (unsigned char)(c) macro
/minix3/bin/csh/
H A Ddir.c270 #define UC (unsigned char) in dnormalize() macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dxcore-stringtype.c30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
/minix3/libexec/getty/
H A Dgettytab.h159 #define UC gettyflags[14].value macro
/minix3/libexec/ftpd/
H A Dftpd.c2636 #define UC(b) (((int) b) & 0xff) in statcmd() macro
3082 #define UC(b) (((int) b) & 0xff) in passive() macro
3208 #define UC(b) (((int) b) & 0xff) in long_passive() macro
/minix3/usr.bin/ftp/
H A Dftp.c1338 #define UC(b) (((int)b)&0xff) in initconn() macro
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp116 UnreachableCodeHandler UC(S); in CheckUnreachable() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp392 const Constant *UC = dyn_cast<Constant>(U); in isConstantUsed() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp134 UnwindContext UC; member in __anon7699f6b30111::ARMAsmParser