Home
last modified time | relevance | path

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

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