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

  /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/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/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/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);
  /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/libedit/src/
chartype.h 81 #define UC(c) c
135 #define UC(c) (unsigned char)(c)
  /external/llvm/lib/IR/
Constants.cpp 347 const Constant *UC = dyn_cast<Constant>(U);
348 if (!UC || isa<GlobalValue>(UC))
351 if (UC->isConstantUsed())
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 135 UnwindContext UC;
335 : MCTargetAsmParser(), STI(_STI), Parser(_Parser), MII(MII), UC(_Parser) {
    [all...]

Completed in 372 milliseconds