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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dmppc.c71 int next_offset, match_off; local
101 next_offset = walker;
102 old_offset = next_offset;
130 if (next_offset >= RDP_MPPC_DICT_SIZE)
132 dict[next_offset++] = (((uint32) walker) >> ((uint32) 24));
156 if (next_offset >= RDP_MPPC_DICT_SIZE)
158 dict[next_offset++] = (uint8) (walker >> 24 | 0x80);
367 if (next_offset + match_len >= RDP_MPPC_DICT_SIZE)
372 k = (next_offset - match_off) & (big ? 65535 : 8191);
375 dict[next_offset
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.h2427 u32 next_offset; member in struct:skge_rx_desc
2440 u32 next_offset; member in struct:skge_tx_desc
H A Dskge.c328 d->next_offset = base;
331 d->next_offset = base + (i+1) * sizeof(*d);
/vbox/src/recompiler/
H A Dexec.c856 int next_offset)
862 *ptb = *(TranslationBlock **)((char *)tb1 + next_offset);
865 ptb = (TranslationBlock **)((char *)tb1 + next_offset);
855 tb_remove(TranslationBlock **ptb, TranslationBlock *tb, int next_offset) argument

Completed in 79 milliseconds