HomeSort by relevance Sort by last modified time
    Searched refs:dwCount (Results 1 - 25 of 28) sorted by null

1 2

  /external/pdfium/core/fpdfdoc/
cpdf_iconfit.cpp 44 uint32_t dwCount = pA->GetCount();
45 if (dwCount > 0)
47 if (dwCount > 1)
cpdf_apsettings.cpp 40 size_t dwCount = pEntry->GetCount();
41 if (dwCount == 1) {
46 if (dwCount == 3) {
53 if (dwCount == 4) {
90 size_t dwCount = pEntry->GetCount();
91 if (dwCount == 1) {
94 } else if (dwCount == 3) {
99 } else if (dwCount == 4) {
cpdf_nametree.cpp 189 size_t dwCount = pNames->GetCount() / 2;
190 for (size_t i = 0; i < dwCount; i++) {
205 *nIndex += dwCount;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMisc.cpp 103 unsigned int dwCount;
152 dwCount = 0;
191 dwCount++;
203 dwCount++;
225 dwCount++;
231 _ASSERT(dwCount <= 5);
232 _ASSERT(dwCount != 1);
233 _ASSERT(dwCount != 2);
235 return dwCount;
  /external/pdfium/fpdfsdk/pwl/
cpwl_icon.cpp 57 size_t dwCount = pA->GetCount();
58 return {dwCount > 0 ? pA->GetNumberAt(0) : 0.0f,
59 dwCount > 1 ? pA->GetNumberAt(1) : 0.0f};
  /external/mdnsresponder/mDNSWindows/
VPCDetect.cpp 103 ULONG dwCount = NULL;
105 hres = pEnumerator->Next( WBEM_INFINITE, 1, &pInstance, &dwCount);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h     [all...]
vsprov.h 75 STDMETHOD_(HRESULT,OnLunStateChange)(THIS_ VDS_LUN_INFORMATION *pSnapshotLuns,VDS_LUN_INFORMATION *pOriginalLuns,DWORD dwCount,DWORD dwFlags) PURE;
77 STDMETHOD_(HRESULT,ResyncLuns)(THIS_ VDS_LUN_INFORMATION *pSourceLuns,VDS_LUN_INFORMATION *pTargetLuns,DWORD dwCount,IVssAsync **ppAsync) PURE;
92 #define IVssHardwareSnapshotProviderEx_OnLunStateChange(This,pSnapshotLuns,pOriginalLuns,dwCount,dwFlags) (This)->lpVtbl->OnLunStateChange(This,pSnapshotLuns,pOriginalLuns,dwCount,dwFlags)
94 #define IVssHardwareSnapshotProviderEx_ResyncLuns(This,pSourceLuns,pTargetLuns,dwCount,ppAsync) (This)->lpVtbl->ResyncLuns(This,pSourceLuns,pTargetLuns,dwCount,ppAsync)
combaseapi.h 239 WINOLEAPI CoCreateInstanceFromApp (REFCLSID Clsid, IUnknown *punkOuter, DWORD dwClsCtx, PVOID reserved, DWORD dwCount, MULTI_QI *pResults);
257 WINOLEAPI CoCreateInstanceEx (REFCLSID Clsid, IUnknown *punkOuter, DWORD dwClsCtx, COSERVERINFO *pServerInfo, DWORD dwCount, MULTI_QI *pResults);
276 __forceinline HRESULT CoCreateInstanceEx (REFCLSID Clsid, IUnknown *punkOuter, DWORD dwClsCtx, COSERVERINFO *pServerInfo, DWORD dwCount, MULTI_QI *pResults) {
277 return CoCreateInstanceFromApp (Clsid, punkOuter, dwClsCtx, pServerInfo, dwCount, pResults);
objbase.h 98 WINOLEAPI CoGetInstanceFromFile (COSERVERINFO *pServerInfo, CLSID *pClsid, IUnknown *punkOuter, DWORD dwClsCtx, DWORD grfMode, OLECHAR *pwszName, DWORD dwCount, MULTI_QI *pResults);
99 WINOLEAPI CoGetInstanceFromIStorage (COSERVERINFO *pServerInfo, CLSID *pClsid, IUnknown *punkOuter, DWORD dwClsCtx, struct IStorage *pstg, DWORD dwCount, MULTI_QI *pResults);
prntfont.h 125 DWORD dwCount;
dsclient.h 99 DWORD dwCount;
ntmsapi.h 101 DWORD WINAPI MountNtmsMedia(HANDLE hSession,LPNTMS_GUID lpMediaId,LPNTMS_GUID lpDriveId,DWORD dwCount,DWORD dwOptions,int dwPriority,DWORD dwTimeout,LPNTMS_MOUNT_INFORMATION lpMountInformation);
102 DWORD WINAPI DismountNtmsMedia(HANDLE hSession,LPNTMS_GUID lpMediaId,DWORD dwCount,DWORD dwOptions);
    [all...]
icm.h 20 DWORD dwCount;
446 WINBOOL WINAPI CMConvertColorNameToIndex(HPROFILE hProfile,PCOLOR_NAME paColorName,PDWORD paIndex,DWORD dwCount);
447 WINBOOL WINAPI CMConvertIndexToColorName(HPROFILE hProfile,PDWORD paIndex,PCOLOR_NAME paColorName,DWORD dwCount);
authz.h 279 AUTHZAPI WINBOOL WINAPI AuthzReportSecurityEvent (DWORD dwFlags, AUTHZ_SECURITY_EVENT_PROVIDER_HANDLE hEventProvider, DWORD dwAuditId, PSID pUserSid, DWORD dwCount,...);
shellapi.h 835 STDAPI SHSetUnreadMailCountA (LPCSTR pszMailAddress, DWORD dwCount, LPCSTR pszShellExecuteCommand);
836 STDAPI SHSetUnreadMailCountW (LPCWSTR pszMailAddress, DWORD dwCount, LPCWSTR pszShellExecuteCommand);
imm.h 43 DWORD dwCount;
winsock2.h 798 DWORD dwCount;
805 DWORD dwCount;
    [all...]
d3dtypes.h 1001 DWORD dwCount;
    [all...]
ddraw.h     [all...]
mfapi.h     [all...]
dmusicc.h 621 STDMETHOD(GetDLId)(THIS_ DWORD *pdwStartDLId, DWORD dwCount) PURE;
    [all...]
activdbg100.h 114 DWORD dwCount;
    [all...]
d3d.h 576 STDMETHOD(PaletteChanged)(THIS_ DWORD dwStart, DWORD dwCount) PURE;
619 STDMETHOD(PaletteChanged)(THIS_ DWORD dwStart, DWORD dwCount) PURE;
    [all...]
  /external/pdfium/fxjs/
cjs_globaldata.cpp 239 uint32_t dwCount = *((uint32_t*)p);
246 for (int32_t i = 0, sz = dwCount; i < sz; i++) {

Completed in 2056 milliseconds

1 2