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

  /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/llvm/utils/TableGen/
SequenceToOffsetTable.h 128 unsigned char UC(C);
129 if (isalnum(UC) || ispunct(UC)) {
135 OS << unsigned(UC);
  /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 75 UnreachableCodeHandler UC(S);
76 reachable_code::FindUnreachableCode(AC, UC);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 304 const Constant *UC = dyn_cast<Constant>(*UI);
305 if (UC == 0 || isa<GlobalValue>(UC))
308 if (UC->isConstantUsed())
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 184 0x01 Requests to non-cacheable (UC) memory

Completed in 507 milliseconds