Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/openbsd-compat/
H A Dinet_ntoa.c53 #define UC(b) (((int)b)&0xff) in inet_ntoa() macro
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp49 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue()
257 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
332 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo() local
H A DARMWinEHPrinter.cpp1069 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); in dumpXDataRecord() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h77 void SetUseCounters(bool UC) { UseCounters = UC; } in SetUseCounters()
/freebsd-src/libexec/ftpd/
H A Dftpd.c2413 #define UC(b) (((int) b) & 0xff) in statcmd() macro
2900 #define UC(b) (((int) b) & 0xff) in passive() macro
3003 #define UC(b) (((int) b) & 0xff) in long_passive() macro
/freebsd-src/libexec/getty/
H A Dgettytab.h161 #define UC gettyflags[14].value macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h139 unsigned char UC = static_cast<unsigned char>(C); in isPrint() local
/freebsd-src/lib/libfetch/
H A Dftp.c831 #define UC(b) (((int)b)&0xff) in ftp_transfer() macro
/freebsd-src/contrib/tnftp/src/
H A Dftp.c1335 #define UC(b) (((int)b)&0xff) in initconn() macro
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2005 #define UC(b) (((int) b) & 0xff) in pasv() macro
/freebsd-src/sys/dev/mthca/
H A Dmthca_qp.c285 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1253 unsigned UC = F->second; in stats() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1424 for (auto &UC : Unresolved) { resolveConflicts() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp136 UnreachableCodeHandler UC(S); in CheckUnreachable() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp609 const Constant *UC = dyn_cast<Constant>(U); isConstantUsed() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp244 UnwindContext UC; global() member in __anon9358e9b20111::ARMAsmParser
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5389 if (const auto *UC = S.getSingleClause<OMPUpdateClause>()) { EmitOMPDepobjDirective() local