HomeSort by relevance Sort by last modified time
    Searched refs:UC (Results 1 - 20 of 20) 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/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 549 ArrayRef<ulittle8_t> UC = XData.UnwindByteCode();
552 decodeOpcodes(UC, 0, /*Prologue=*/true);
556 decodeOpcodes(UC, XData.EpilogueCount(), /*Prologue=*/false);
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 129 unsigned char UC(C);
130 if (isalnum(UC) || ispunct(UC)) {
136 OS << unsigned(UC);
  /external/clang/test/CodeGen/
xcore-stringtype.c 20 // CHECK: @builtinType, metadata !"f{0}(b,uc,uc,sc,ss,us,ss,si,ui,si,sl,
22 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 135 UnwindContext UC;
335 : MCTargetAsmParser(), STI(_STI), Parser(_Parser), MII(MII), UC(_Parser) {
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 171 0x01 Requests to non-cacheable (UC) memory
  /external/oprofile/events/x86-64/hammer/
unit_masks 165 0x01 Requests to non-cacheable (UC) memory
  /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 347 const Constant *UC = dyn_cast<Constant>(U);
348 if (!UC || isa<GlobalValue>(UC))
351 if (UC->isConstantUsed())
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 184 0x01 Requests to non-cacheable (UC) memory
  /external/chromium_org/third_party/usb_ids/
usb.ids 1041 00e8 WLI-UC-G300N Wireless LAN Adapter [Ralink RT2870]
1042 012e WLI-UC-AG300N Wireless LAN Adapter
1043 0148 WLI-UC-G300HP Wireless LAN Adapter
1044 0150 WLP-UC-AG300 Wireless LAN Adapter
1046 0158 WLI-UC-GNHP Wireless LAN Adapter
1047 015d WLI-UC-GN Wireless LAN Adapter [Ralink RT3070]
1048 016f WLI-UC-G301N Wireless LAN Adapter [Ralink RT3072]
1050 019e WLI-UC-GNP Wireless LAN Adapter
1052 01a2 WLI-UC-GNM Wireless LAN Adapter [Ralink RT8070]
1053 01ee WLI-UC-GNM2 Wireless LAN Adapter [Ralink RT3070
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 535 OT\Q| F}e?U0j6??32??tP)fqU????? 4??=?]????M?(???;B???8??zz?E???????]?M??? uc?%?D^?B???8??p????y?+?%g>zW????E-!??M?
    [all...]

Completed in 664 milliseconds