OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccount
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp
90
int64_t
ccount
;
local
96
ccount
= (SK_FixedMax - fx + dx - 1) / dx;
101
SkASSERT(
ccount
> 0 &&
ccount
<= SK_FixedMax);
103
count = (int)
ccount
;
/external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java
383
int
ccount
= 0, mcount = 0;
local
402
cds [
ccount
++] = new ConstructorDescriptor (modifiers, method.getDescriptor (this));
416
if (
ccount
> 0)
418
Arrays.sort (cds, 0,
ccount
);
420
for (int i = 0; i <
ccount
; ++ i)
/external/chromium_org/third_party/libjpeg_turbo/
jquant2.c
306
long
ccount
;
local
393
ccount
= 0;
399
ccount
++;
402
boxp->colorcount =
ccount
;
[
all
...]
/external/jpeg/
jquant2.c
323
long
ccount
;
local
410
ccount
= 0;
416
ccount
++;
419
boxp->colorcount =
ccount
;
[
all
...]
/external/opencv/ml/src/
mltree.cpp
1166
int
ccount
, total_c_count = 0;
local
[
all
...]
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
Completed in 149 milliseconds