Searched refs:chunkpos (Results 1 – 2 of 2) sorted by relevance
88 int chunkpos = newoffset >> lowbits; in appendSlot() local92 if (chunkpos > chunks.size() - 1) in appendSlot()94 int[] chunk = chunks.elementAt(chunkpos); in appendSlot()124 int chunkpos = position >> lowbits; in readEntry() local126 int[] chunk = chunks.elementAt(chunkpos); in readEntry()146 int chunkpos = ancestor >> lowbits; in specialFind() local148 int[] chunk = chunks.elementAt(chunkpos); in specialFind()205 int chunkpos = position >> lowbits; in writeEntry() local207 int[] chunk = chunks.elementAt(chunkpos); in writeEntry()224 int chunkpos = position >> lowbits; in writeSlot() local[all …]
771 png_uint_32 chunkpos; /* Position in chunk */ member873 ps->chunkpos = 8; in store_init()900 ps->chunkpos = 8; in store_freenew()972 if (ps->chunkpos != 0U || ps->chunktype != 0U || ps->chunklen != 0U || in store_storefile()990 ps->chunkpos = 8; in store_storefile()1286 png_uint_32 chunkpos = ps->chunkpos; in store_write() local1309 if (chunkpos < 4) in store_write()1315 ++chunkpos; in store_write()1318 else if (chunkpos < 8) in store_write()1325 if (++chunkpos == 8) in store_write()[all …]