Searched refs:ctab (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djccolor.c140 register INT32 * ctab = cconvert->rgb_ycc_tab; local
164 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
168 ((ctab[r+R_CB_OFF] + ctab[g+G_CB_OFF] + ctab[b+B_CB_OFF])
172 ((ctab[r+R_CR_OFF] + ctab[g+G_CR_OFF] + ctab[
196 register INT32 * ctab = cconvert->rgb_ycc_tab; local
234 register INT32 * ctab = cconvert->rgb_ycc_tab; local
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c421 struct LookupTable *ctab; local
435 ctab = table_initialize("temp ctab", 64, 64, 512, sizeof(CmapInfo));
520 (void)table_create_entry(ctab, &id, sizeof(id), &cmap);
702 cindex = table_find_entry(ctab, &id2, sizeof(id2));
704 map = (CmapInfo*)table_get_info(ctab, cindex);
733 cindex = table_find_entry(ctab, &id2, sizeof(id2));
735 map = (CmapInfo*)table_get_info(ctab, cindex);
824 table_cleanup(ctab, &cmap_cleanup, NULL);

Completed in 32 milliseconds