Home
last modified time | relevance | path

Searched defs:inw (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/com32/include/sys/
Dio.h13 static inline uint16_t inw(uint16_t p) in inw() function
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_by_2_mips.c58 const int32_t* inw = (int32_t*)in; in WebRtcSpl_DownsampleBy2() local
/external/llvm/test/MC/X86/
Dx86-32.s618 inw (%dx), %ax label
Dx86-64.s249 inw %dx label
280 inw (%dx), %ax label
Dintel-syntax.s441 inw DX define
/external/syslinux/gpxe/src/include/gpxe/efi/
Defi_io.h113 IOAPI_INLINE ( efi, inw ) ( volatile uint16_t *io_addr ) { in IOAPI_INLINE() argument
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s246 inw %dx label
277 inw (%dx), %ax label
/external/syslinux/gpxe/src/include/gpxe/
Dio.h310 #define inw( io_addr ) IOAPI_READ ( inw, uint16_t, io_addr, "IO", 4 ) macro