HomeSort by relevance Sort by last modified time
    Searched defs:STV (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 323 #define STV(pstr) CdbVariant(pstr)
324 #define STB(pstr) V_BSTR(((LPVARIANT)STV(pstr)))
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 600 enum STV
608 inline STV
611 return static_cast<STV>(other & 0x3);
617 return static_cast<STV>(other >> 2);
621 elf_st_other(STV vis, unsigned char nonvis)
    [all...]

Completed in 227 milliseconds