Searched refs:ccount (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c126 jint ccount; member in struct:__anon541
212 if ( cnum >= (unsigned)gdata->ccount ) {
252 if ( cnum >= gdata->ccount ) {
279 if ( cnum >= gdata->ccount ) {
410 if ( gdata->ccount > 0 ) {
415 qsort(gdata->classes, gdata->ccount, sizeof(ClassInfo),
419 for ( cnum=gdata->ccount-1 ;
420 cnum >= 0 && cnum >= gdata->ccount - gdata->max_count;
521 cnum = gdata->ccount++;
526 gdata->ccount*sizeo
[all...]
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.c91 jint ccount; member in struct:__anon540
232 cnum = gdata->ccount++;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c834 int32_t ccount = 0; local
919 ccount = fdata->xfont->max_char_or_byte2 - fdata->xfont->min_char_or_byte2;
922 for (i = 0; i <= ccount; i++) {
926 for (i = 0; i <= ccount; i++) {
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c327 long ccount; local
414 ccount = 0;
420 ccount++;
423 boxp->colorcount = ccount;
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c156 jint ccount; member in struct:__anon526
791 cnum = gdata->ccount++;

Completed in 43 milliseconds