HomeSort by relevance Sort by last modified time
    Searched refs:UC (Results 1 - 17 of 17) sorted by null

  /external/libunwind/src/mips/
gen-offsets.c 5 #define UC(N,X) \
21 UC ("FLAGS", uc_flags);
22 UC ("LINK", uc_link);
23 UC ("STACK", uc_stack);
24 UC ("MCONTEXT", uc_mcontext);
25 UC ("SIGMASK", uc_sigmask);
27 UC ("MCONTEXT_GREGS", uc_mcontext.gregs);
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_ntoa.c 47 #define UC(b) (((int)b)&0xff)
49 "%u.%u.%u.%u", UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
  /external/openssh/openbsd-compat/
inet_ntoa.c 53 #define UC(b) (((int)b)&0xff)
55 "%u.%u.%u.%u", UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
  /external/libunwind/src/arm/
gen-offsets.c 6 #define UC(N,X) \
22 UC ("FLAGS", uc_flags);
23 UC ("LINK", uc_link);
24 UC ("STACK", uc_stack);
25 UC ("MCONTEXT", uc_mcontext);
26 UC ("SIGMASK", uc_sigmask);
27 UC ("REGSPACE", uc_regspace);
  /external/libunwind/src/sh/
gen-offsets.c 6 #define UC(N,X) \
22 UC ("FLAGS", uc_flags);
23 UC ("LINK", uc_link);
24 UC ("STACK", uc_stack);
25 UC ("MCONTEXT", uc_mcontext);
26 UC ("SIGMASK", uc_sigmask);
  /external/libunwind/src/aarch64/
gen-offsets.c 6 #define UC(N,X) \
22 UC ("FLAGS", uc_flags);
23 UC ("LINK", uc_link);
24 UC ("STACK", uc_stack);
25 UC ("MCONTEXT", uc_mcontext);
26 UC ("SIGMASK", uc_sigmask);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) {
51 if (UC.size() < 3)
53 return UC[1].FrameOffset + (static_cast<uint32_t>(UC[2].FrameOffset) << 16);
175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) {
176 assert(UC.size() >= getNumUsedSlots(UC[0]));
178 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset))
179 << getUnwindCodeTypeName(UC[0].getUnwindOp());
181 switch (UC[0].getUnwindOp())
    [all...]
Win64EHDumper.h 48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
ARMWinEHPrinter.cpp 541 ArrayRef<uint8_t> UC = XData.UnwindByteCode();
544 decodeOpcodes(UC, 0, /*Prologue=*/true);
548 decodeOpcodes(UC, XData.EpilogueCount(), /*Prologue=*/false);
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 134 unsigned char UC(C);
135 if (isalnum(UC) || ispunct(UC)) {
141 OS << unsigned(UC);
  /system/bt/stack/smp/
p_256_multprecision.c 385 uint8_t UC;
396 UC = (C < a[14]);
398 UC += (C < a[15]);
417 UB = UC;
482 U -= UC;
554 U += UC;
578 U += UC;
  /external/clang/test/CodeGen/
xcore-stringtype.c 28 // CHECK: @builtinType, !"f{0}(b,uc,uc,sc,ss,us,ss,si,ui,si,sl,
30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S,
  /external/libedit/src/
chartype.h 81 #define UC(c) c
135 #define UC(c) (unsigned char)(c)
tty.c 927 map[UC(old[0])] = dmap[UC(old[0])];
930 map[UC(new[0])] = tp->bind[el->el_map.type];
933 alt[UC(old[0])] = dalt[UC(old[0])];
935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 134 UnwindContext UC;
350 : STI(STI), MII(MII), UC(Parser) {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 116 UnreachableCodeHandler UC(S);
117 reachable_code::FindUnreachableCode(AC, S.getPreprocessor(), UC);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 392 const Constant *UC = dyn_cast<Constant>(U);
393 if (!UC || isa<GlobalValue>(UC))
396 if (UC->isConstantUsed())
    [all...]

Completed in 348 milliseconds