Home
last modified time | relevance | path

Searched refs:lctSize (Results 1 – 2 of 2) sorted by relevance

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/loader/
H A Dimporttab.c69 int lctSize; in LD_IMPORTTAB_LoadImportTab() local
95 lctSize=(int)LD_FILE_GET2(); in LD_IMPORTTAB_LoadImportTab()
96 LD_debug(" Local constant table has %d entries\n",lctSize); in LD_IMPORTTAB_LoadImportTab()
98 MEM_impPutNLC(tab, lctSize); in LD_IMPORTTAB_LoadImportTab()
102 LD_LOADER_ExtendModSpace(ent, lctSize); in LD_IMPORTTAB_LoadImportTab()
105 for (i = 0; i < lctSize; i++) in LD_IMPORTTAB_LoadImportTab()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/codec/
H A DGifImage.java85 protected int lctSize; // local color table size field in GifImage
350 lctSize = 2 << (packed & 7); // 6-8 - local color table size in readImage()