Searched refs:UC (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/lib/libc/net/
H A Dinet_ntoa.c47 #define UC(b) (((int)b)&0xff) macro
49 "%u.%u.%u.%u", UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dref-types.cc66 unsigned char UC; local
76 unsigned char &rUC = UC;
86 UC = 21;
/openbsd-current/regress/usr.bin/mandoc/man/
H A DMakefile3 SUBDIR = AT B BI DT EX HP IP MR MT OP PD PP RS SH SS SY TH TP TS UC UR nf blank
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp49 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { argument
50 if (UC.size() < 3)
52 return UC[1].FrameOffset + (static_cast<uint32_t>(UC[2].FrameOffset) << 16);
257 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { argument
258 assert(UC.size() >= getNumUsedSlots(UC[0]));
260 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset))
261 << getUnwindCodeTypeName(UC[0].getUnwindOp());
263 switch (UC[
[all...]
H A DWin64EHDumper.h47 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h30 unsigned char UC(C);
31 if (isalnum(UC) || ispunct(UC)) {
37 OS << unsigned(UC);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dpointers.c178 unsigned char UC, *pUC; local
189 UC = 21;
204 pUC = &UC;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dbitfld-3.c35 struct UC struct in struct:C
/openbsd-current/usr.bin/ftp/
H A Dftp.c1581 #define UC(b) (((int)b)&0xff) macro
1631 UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
1632 UC(p[0]), UC(p[1]));
1640 UC(a[0]),UC(a[1]),UC(
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp72 SMC_PCASE(UC, 1)
/openbsd-current/bin/csh/
H A Ddir.c257 #define UC (unsigned char) macro
258 #define ISDOT(c) (UC(c)[0] == '.' && ((UC(c)[1] == '\0') || (UC(c)[1] == '/')))
259 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1])))
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_mca.c51 REG_GET_FIELD(mc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
H A Dumc_v8_7.c85 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
296 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
H A Dumc_v6_7.c155 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
353 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
H A Dumc_v8_10.c138 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
375 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
H A Dumc_v6_1.c249 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 ||
/openbsd-current/libexec/getty/
H A Dgettytab.h144 #define UC gettyflags[14].value macro
H A Dsubr.c233 if (UC) {
H A Dmain.c327 if (UC) {
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h77 void SetUseCounters(bool UC) { UseCounters = UC; } argument
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h126 unsigned char UC = static_cast<unsigned char>(C);
127 return (0x20 <= UC) && (UC <= 0x7E);
/openbsd-current/gnu/llvm/llvm/lib/BinaryFormat/
H A DXCOFF.cpp39 SMC_CASE(UC)
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp239 UnwindContext UC; member in class:__anon2734::ARMAsmParser
681 : MCTargetAsmParser(Options, STI, MII), UC(Parser), MS(STI) {
11538 if (UC.hasFnStart()) {
11540 UC.emitFnStartLocNotes();
11545 UC.reset();
11549 UC.recordFnStart(L);
11559 if (!UC.hasFnStart())
11565 UC.reset();
11575 UC.recordCantUnwind(L);
11577 if (check(!UC
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1204 IFOrdering(const UnsignedMap &UC, const RegisterOrdering &BO)
1205 : UseC(UC), BaseOrd(BO) {}
1253 unsigned UC = F->second;
1254 if (UC == 0)
1256 Sum += UC;
/openbsd-current/distrib/special/more/
H A Dcurses.h62 *SO, *SR, *TA, *TE, *TI, *UC, *UE, *UP, *US, *VB, *VS,

Completed in 210 milliseconds

12