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

  /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);
  /external/pdfium/fxjs/
cjs_globaldata.cpp 239 uint32_t dwCount = *((uint32_t*)p);
246 for (int32_t i = 0, sz = dwCount; i < sz; i++) {
  /external/syzkaller/sys/windows/gen/
amd64.go     [all...]

Completed in 1449 milliseconds