HomeSort by relevance Sort by last modified time
    Searched defs:STB (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 324 #define STB(pstr) V_BSTR(((LPVARIANT)STV(pstr)))
338 #define SPROPSET(intDAO,meth,s) do { intDAO *p = (intDAO *)GetInterface(); DAOMFC_CALL(p->meth(STB(s))); } while(0)
  /external/qemu/target-arm/
op_helper.c 467 #define STB(addr, val) stb(addr, val)
477 #define STB(addr, val) helper_stb_mmu(env, addr, val, user)
567 STB(addr, tmp64);
578 #undef STB

Completed in 541 milliseconds