Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dmppc.c60 int next_offset, match_off; in mppc_expand() local
90 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 …]
/reactos/base/applications/mstsc/
H A Dmppc.c62 int next_offset, match_off; in mppc_expand() local
92 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 …]
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffload.c458 FT_ULong next_offset = idx->offsets[n] - 1; in cff_index_get_pointers() local
462 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()
/reactos/dll/win32/ole32/
H A Dstorage32.c7110 ULONG next_sector, next_offset; in BlockChainStream_UpdateIndexCache() local
7117 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()