HomeSort by: relevance | last modified time | path
    Searched defs:aad_word (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 89 static uint16_t aad_word (struct X86EMU *, uint16_t d);
3402 /* fix: add base decoding aad_word(uint16_t val, int base a) */
3405 emu->x86.R_AX = aad_word(emu, emu->x86.R_AX);
5826 aad_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t
x86emu.c 89 static uint16_t aad_word (struct X86EMU *, uint16_t d);
3402 /* fix: add base decoding aad_word(uint16_t val, int base a) */
3405 emu->x86.R_AX = aad_word(emu, emu->x86.R_AX);
5826 aad_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t

Completed in 52 milliseconds