Searched defs:pau16 (Results 1 - 1 of 1) sorted by relevance
/vbox/include/iprt/ |
H A D | asm-amd64-x86.h | 2817 * @param pau16 Pointer to the string buffer. 2821 DECLASM(void) ASMOutStrU16(RTIOPORT Port, uint16_t const *pau16, size_t c); 2823 DECLINLINE(void) ASMOutStrU16(RTIOPORT Port, uint16_t const *pau16, size_t c) argument 2827 : "+S" (pau16), 2832 __outwordstring(Port, (unsigned short *)pau16, (unsigned long)c); 2839 mov eax, [pau16] 2853 * @param pau16 Pointer to the string buffer (output). 2857 DECLASM(void) ASMInStrU16(RTIOPORT Port, uint16_t *pau16, size_t c); 2859 DECLINLINE(void) ASMInStrU16(RTIOPORT Port, uint16_t *pau16, size_t c) argument 2863 : "+D" (pau16), [all...] |
Completed in 1443 milliseconds