Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java88 int chunkpos = newoffset >> lowbits; in appendSlot() local
92 if (chunkpos > chunks.size() - 1) in appendSlot()
94 int[] chunk = chunks.elementAt(chunkpos); in appendSlot()
124 int chunkpos = position >> lowbits; in readEntry() local
126 int[] chunk = chunks.elementAt(chunkpos); in readEntry()
146 int chunkpos = ancestor >> lowbits; in specialFind() local
148 int[] chunk = chunks.elementAt(chunkpos); in specialFind()
205 int chunkpos = position >> lowbits; in writeEntry() local
207 int[] chunk = chunks.elementAt(chunkpos); in writeEntry()
224 int chunkpos = position >> lowbits; in writeSlot() local
[all …]
/external/libpng/contrib/libtests/
Dpngvalid.c771 png_uint_32 chunkpos; /* Position in chunk */ member
873 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() local
1309 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 …]