Home
last modified time | relevance | path

Searched defs:inb (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/arch/i386/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/third_party/musl/arch/x32/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/third_party/musl/arch/x86_64/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
/third_party/musl/src/locale/
Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
/third_party/ffmpeg/libavcodec/
Ddecode.c742 char *inb, *outb; in recode_subtitle() local