HomeSort by relevance Sort by last modified time
    Searched full:bflags (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledbdep.h 516 virtual HRESULT WINAPI CopyByHROWS(HSOURCE hSourceID,HCHAPTER hReserved,DBROWCOUNT cRows,const HROW rghRows[],ULONG bFlags) = 0;
517 virtual HRESULT WINAPI CopyRows(HSOURCE hSourceID,HCHAPTER hReserved,DBROWCOUNT cRows,ULONG bFlags,DBCOUNTITEM *pcRowsCopied) = 0;
527 HRESULT (WINAPI *CopyByHROWS)(IRowsetCopyRows *This,HSOURCE hSourceID,HCHAPTER hReserved,DBROWCOUNT cRows,const HROW rghRows[],ULONG bFlags);
528 HRESULT (WINAPI *CopyRows)(IRowsetCopyRows *This,HSOURCE hSourceID,HCHAPTER hReserved,DBROWCOUNT cRows,ULONG bFlags,DBCOUNTITEM *pcRowsCopied);
540 #define IRowsetCopyRows_CopyByHROWS(This,hSourceID,hReserved,cRows,rghRows,bFlags) (This)->lpVtbl->CopyByHROWS(This,hSourceID,hReserved,cRows,rghRows,bFlags)
541 #define IRowsetCopyRows_CopyRows(This,hSourceID,hReserved,cRows,bFlags,pcRowsCopied) (This)->lpVtbl->CopyRows(This,hSourceID,hReserved,cRows,bFlags,pcRowsCopied)
547 HRESULT WINAPI IRowsetCopyRows_CopyByHROWS_Proxy(IRowsetCopyRows *This,HSOURCE hSourceID,HCHAPTER hReserved,DBROWCOUNT cRows,const HROW rghRows[],ULONG bFlags);
549 HRESULT WINAPI IRowsetCopyRows_CopyRows_Proxy(IRowsetCopyRows *This,HSOURCE hSourceID,HCHAPTER hReserved,DBROWCOUNT cRows,ULONG bFlags,DBCOUNTITEM *pcRowsCopied)
    [all...]
dmusicf.h 451 BYTE bFlags;
564 BYTE bFlags;
604 BYTE bFlags;
    [all...]
usb.h 432 UCHAR bFlags;
dmusici.h 605 BYTE bFlags;
617 BYTE bFlags;
681 BYTE bFlags;
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1348 BFlags bflags = static_cast<BFlags>(kf.flags); local
    [all...]
  /sdk/find_lock/
find_lock.cpp 60 BYTE bFlags; // bits 0..2 HANDLE_FLAG_*
700 sysh.dIdProcess, sysh.bObjectType, sysh.bFlags, sysh.wValue,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 424 BYTE bFlags;
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 653 flagword bflags;
705 bflags = b->flags;
707 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING))
714 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION))
721 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL))
728 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL))
648 flagword bflags; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 3408 uint32_t bflags = 0; local
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp     [all...]

Completed in 2406 milliseconds