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.25/elfcpp/
elfcpp.h 582 enum STV
590 inline STV
593 return static_cast<STV>(other & 0x3);
599 return static_cast<STV>(other >> 2);
603 elf_st_other(STV vis, unsigned char nonvis)
    [all...]

Completed in 501 milliseconds