OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCnt
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h
95
bool waitSSIQ(uint32_t *
pCnt
);
CMcKMod.cpp
192
bool CMcKMod::waitSSIQ(uint32_t *
pCnt
)
199
if (
pCnt
!= NULL) {
200
*
pCnt
= cnt;
/external/skia/src/core/
SkPathRef.h
469
int
pCnt
;
472
pCnt
= 1;
475
pCnt
= 1;
478
pCnt
= 2;
481
pCnt
= 3;
484
pCnt
= 0;
486
size_t space = sizeof(uint8_t) +
pCnt
* sizeof (SkPoint);
491
fPointCnt +=
pCnt
;
Completed in 72 milliseconds