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 …]
772 png_uint_32 chunkpos; /* Position in chunk */ member874 ps->chunkpos = 8; in store_init()901 ps->chunkpos = 8; in store_freenew()973 if (ps->chunkpos != 0U || ps->chunktype != 0U || ps->chunklen != 0U || in store_storefile()991 ps->chunkpos = 8; in store_storefile()1287 png_uint_32 chunkpos = ps->chunkpos; in store_write() local1310 if (chunkpos < 4) in store_write()1316 ++chunkpos; in store_write()1319 else if (chunkpos < 8) in store_write()1326 if (++chunkpos == 8) in store_write()[all …]