Searched defs:inb (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/arch/i386/bits/ |
H A D | io.h | 16 static __inline unsigned char inb(unsigned short __port) in inb() function
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 16 static __inline unsigned char inb(unsigned short __port) in inb() function
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 16 static __inline unsigned char inb(unsigned short __port) in inb() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | bool-simplify2.c | 15 static uint inb(bool a) { return !a; } in inb() function
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
H A D | iconv.c | 227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument [all...] |
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
H A D | iconv.c | 227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument [all...] |
/third_party/musl/src/locale/ |
H A D | iconv.c | 227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | decode.c | 742 char *inb, *outb; in recode_subtitle() local
|
Completed in 6 milliseconds