Searched refs:next_offset (Results 1 – 4 of 4) sorted by relevance
60 int next_offset, match_off; in mppc_expand() local90 next_offset = walker; in mppc_expand()91 old_offset = next_offset; in mppc_expand()119 if (next_offset >= RDP_MPPC_DICT_SIZE) in mppc_expand()145 if (next_offset >= RDP_MPPC_DICT_SIZE) in mppc_expand()147 dict[next_offset++] = (uint8) (walker >> 24 | 0x80); in mppc_expand()356 if (next_offset + match_len >= RDP_MPPC_DICT_SIZE) in mppc_expand()361 k = (next_offset - match_off) & (big ? 65535 : 8191); in mppc_expand()364 dict[next_offset++] = dict[k++]; in mppc_expand()371 This->mppc_dict.roff = next_offset; in mppc_expand()[all …]
62 int next_offset, match_off; in mppc_expand() local92 next_offset = walker; in mppc_expand()93 old_offset = next_offset; in mppc_expand()121 if (next_offset >= RDP_MPPC_DICT_SIZE) in mppc_expand()147 if (next_offset >= RDP_MPPC_DICT_SIZE) in mppc_expand()149 dict[next_offset++] = (uint8) (walker >> 24 | 0x80); in mppc_expand()358 if (next_offset + match_len >= RDP_MPPC_DICT_SIZE) in mppc_expand()363 k = (next_offset - match_off) & (big ? 65535 : 8191); in mppc_expand()366 dict[next_offset++] = dict[k++]; in mppc_expand()373 g_mppc_dict.roff = next_offset; in mppc_expand()[all …]
458 FT_ULong next_offset = idx->offsets[n] - 1; in cff_index_get_pointers() local462 if ( next_offset < cur_offset ) in cff_index_get_pointers()463 next_offset = cur_offset; in cff_index_get_pointers()464 else if ( next_offset > idx->data_size ) in cff_index_get_pointers()465 next_offset = idx->data_size; in cff_index_get_pointers()468 t[n] = org_bytes + next_offset; in cff_index_get_pointers()471 t[n] = new_bytes + next_offset + extra; in cff_index_get_pointers()473 if ( next_offset != cur_offset ) in cff_index_get_pointers()482 cur_offset = next_offset; in cff_index_get_pointers()
7110 ULONG next_sector, next_offset; in BlockChainStream_UpdateIndexCache() local7117 next_offset = 0; in BlockChainStream_UpdateIndexCache()7123 next_offset = last_run->lastOffset+1; in BlockChainStream_UpdateIndexCache()7132 if (!last_run || next_sector != last_run->firstSector + next_offset - last_run->firstOffset) in BlockChainStream_UpdateIndexCache()7159 last_run->firstOffset = next_offset; in BlockChainStream_UpdateIndexCache()7162 last_run->lastOffset = next_offset; in BlockChainStream_UpdateIndexCache()7165 next_offset++; in BlockChainStream_UpdateIndexCache()