Searched refs:tcount (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFImageWriter.java1809 int tcount = 0;
1942 currTile[tcount++] = (byte)tmp;
1953 currTile[tcount++] = (byte)tmp;
1963 currTile[tcount++] = (byte)tmp;
1971 currTile[tcount++] = scale0[samples[s]];
1975 currTile[tcount++] = (byte)samples[s];
1982 currTile[tcount++] = scale[b][samples[s + b]];
1988 currTile[tcount++] = (byte)samples[s + b];
2001 currTile[tcount++] = scaleh[b][sample];
2002 currTile[tcount
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp161 int tcount = 0; local
164 if (tcount++ == tnum) {
165 tcount = 0;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java557 int tcount = t.countTokens();
558 if (tcount > 2) {
565 switch(tcount) {
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3855 mach_msg_type_number_t tcount = THREAD_INFO_MAX; local
3860 kr = thread_info(mach_thread, THREAD_BASIC_INFO, (thread_info_t)&tinfo, &tcount);

Completed in 62 milliseconds