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

Completed in 81 milliseconds