HomeSort by relevance Sort by last modified time
    Searched refs:FORCEINLINE (Results 51 - 70 of 70) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]
comcat.h 164 static FORCEINLINE HRESULT IEnumGUID_QueryInterface(IEnumGUID* This,REFIID riid,void **ppvObject) {
167 static FORCEINLINE ULONG IEnumGUID_AddRef(IEnumGUID* This) {
170 static FORCEINLINE ULONG IEnumGUID_Release(IEnumGUID* This) {
174 static FORCEINLINE HRESULT IEnumGUID_Next(IEnumGUID* This,ULONG celt,GUID *rgelt,ULONG *pceltFetched) {
177 static FORCEINLINE HRESULT IEnumGUID_Skip(IEnumGUID* This,ULONG celt) {
180 static FORCEINLINE HRESULT IEnumGUID_Reset(IEnumGUID* This) {
183 static FORCEINLINE HRESULT IEnumGUID_Clone(IEnumGUID* This,IEnumGUID **ppenum) {
ntdef.h 215 #ifndef FORCEINLINE
217 #define FORCEINLINE __forceinline
219 #define FORCEINLINE __inline
221 #endif /* FORCEINLINE */
docobj.h 613 static FORCEINLINE HRESULT IOleCommandTarget_QueryInterface(IOleCommandTarget* This,REFIID riid,void **ppvObject) {
616 static FORCEINLINE ULONG IOleCommandTarget_AddRef(IOleCommandTarget* This) {
619 static FORCEINLINE ULONG IOleCommandTarget_Release(IOleCommandTarget* This) {
623 static FORCEINLINE HRESULT IOleCommandTarget_QueryStatus(IOleCommandTarget* This,const GUID *pguidCmdGroup,ULONG cCmds,OLECMD prgCmds[],OLECMDTEXT *pCmdText) {
626 static FORCEINLINE HRESULT IOleCommandTarget_Exec(IOleCommandTarget* This,const GUID *pguidCmdGroup,DWORD nCmdID,DWORD nCmdexecopt,VARIANT *pvaIn,VARIANT *pvaOut) {
    [all...]
wmcodecdsp.h 674 static FORCEINLINE HRESULT IWMValidate_QueryInterface(IWMValidate* This,REFIID riid,void **ppvObject) {
677 static FORCEINLINE ULONG IWMValidate_AddRef(IWMValidate* This) {
680 static FORCEINLINE ULONG IWMValidate_Release(IWMValidate* This) {
684 static FORCEINLINE HRESULT IWMValidate_SetIdentifier(IWMValidate* This,GUID guidValidationID) {
    [all...]
urlmon.h 625 static FORCEINLINE HRESULT IBinding_QueryInterface(IBinding* This,REFIID riid,void **ppvObject) {
628 static FORCEINLINE ULONG IBinding_AddRef(IBinding* This) {
631 static FORCEINLINE ULONG IBinding_Release(IBinding* This) {
635 static FORCEINLINE HRESULT IBinding_Abort(IBinding* This) {
638 static FORCEINLINE HRESULT IBinding_Suspend(IBinding* This) {
641 static FORCEINLINE HRESULT IBinding_Resume(IBinding* This) {
644 static FORCEINLINE HRESULT IBinding_SetPriority(IBinding* This,LONG nPriority) {
647 static FORCEINLINE HRESULT IBinding_GetPriority(IBinding* This,LONG *pnPriority) {
650 static FORCEINLINE HRESULT IBinding_GetBindResult(IBinding* This,CLSID *pclsidProtocol,DWORD *pdwResult,LPOLESTR *pszResult,DWORD *pdwReserved) {
    [all...]
vsbackup.h 38 FORCEINLINE
48 FORCEINLINE
60 FORCEINLINE
72 FORCEINLINE
82 FORCEINLINE
93 FORCEINLINE
    [all...]
winbase.h     [all...]
shobjidl.h     [all...]
d2d1helper.h 344 FORCEINLINE ColorF(UINT32 rgb, FLOAT _a = 1.0) {
ocidl.h     [all...]
winnt.h 155 #ifndef FORCEINLINE
157 #define FORCEINLINE __forceinline
159 #define FORCEINLINE __inline
161 #endif /* FORCEINLINE */
    [all...]
vswriter.h 93 FORCEINLINE
    [all...]
d2d1.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 374 FORCEINLINE
    [all...]
ntddk.h     [all...]
ntifs.h     [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/chromium_org/crypto/third_party/nss/
sha512.cc 107 #ifndef FORCEINLINE
109 #define FORCEINLINE __forceinline
111 #define FORCEINLINE __inline
116 static FORCEINLINE PRUint32 FASTCALL
    [all...]
  /external/aac/libFDK/src/
fft.cpp 106 static FORCEINLINE void fft3(FIXP_DBL *RESTRICT pDat)
139 static FORCEINLINE void fft5(FIXP_DBL *RESTRICT pDat)
    [all...]

Completed in 1412 milliseconds

1 23