HomeSort by relevance Sort by last modified time
    Searched defs:UC (Results 1 - 2 of 2) 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/lib/IR/
Constants.cpp 304 const Constant *UC = dyn_cast<Constant>(*UI);
305 if (UC == 0 || isa<GlobalValue>(UC))
308 if (UC->isConstantUsed())
    [all...]

Completed in 243 milliseconds