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

  /bionic/libc/inet/
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/llvm/utils/TableGen/
SequenceToOffsetTable.h 128 unsigned char UC(C);
129 if (isalnum(UC) || ispunct(UC)) {
135 OS << unsigned(UC);
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 71 UnreachableCodeHandler UC(S);
72 reachable_code::FindUnreachableCode(AC, UC);
    [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/llvm/lib/VMCore/
Constants.cpp 252 const Constant *UC = dyn_cast<Constant>(*UI);
253 if (UC == 0 || isa<GlobalValue>(UC))
256 if (UC->isConstantUsed())
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 184 0x01 Requests to non-cacheable (UC) memory

Completed in 832 milliseconds