Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/x86emu/
H A Ddecode.c158 int fetched; in fetch_decode_modrm() local
162 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()
164 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()
165 *regh = (fetched >> 3) & 0x07; in fetch_decode_modrm()
166 *regl = (fetched >> 0) & 0x07; in fetch_decode_modrm()
182 u8 fetched; in fetch_byte_imm() local
186 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()
188 return fetched; in fetch_byte_imm()
204 u16 fetched; in fetch_word_imm() local
208 fetched = (*sys_rdw) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()
[all …]
/haiku/docs/apps/mail/Programming Notes/
H A DWriting Add-ons.md56 message transfers (e.g. after all new messages are fetched off the server),
59 things as deleting messages after they are fetched in POP3.
90 to be fetched. Note that if you do swap it, you become responsible for
/haiku/docs/develop/kits/opengl/
H A Daccelerant-interfaces111 - The fact that an command is fetched from the buffer does *not* mean it's