/third_party/uboot/u-boot-2020.01/scripts/dtc/ |
D | flattree.c | 584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() 591 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk() 601 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word() 612 static void flat_realign(struct inbuf *inb, int align) in flat_realign() 621 static char *flat_read_string(struct inbuf *inb) in flat_read_string() 642 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data() 659 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable() 699 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb) in flat_read_mem_reserve()
|
/third_party/musl/arch/i386/bits/ |
D | io.h | 16 static __inline unsigned char inb(unsigned short __port) in inb() function
|
/third_party/musl/arch/x86_64/bits/ |
D | io.h | 16 static __inline unsigned char inb(unsigned short __port) in inb() function
|
/third_party/musl/arch/x32/bits/ |
D | io.h | 16 static __inline unsigned char inb(unsigned short __port) in inb() function
|
/third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/ |
D | io.h | 59 #define inb(port) readb((u8 *)((port))) macro
|
/third_party/musl/src/locale/ |
D | iconv.c | 227 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/liteos_m/kernel/src/locale/ |
D | iconv.c | 227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
|
/third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/ |
D | io.h | 46 #define inb(addr) readb(addr) macro
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | encoding.c | 385 const unsigned char* inb, int *inlenb) in UTF8ToUTF8() 524 const unsigned char* inb, int *inlenb) in UTF16LEToUTF8() 762 const unsigned char* inb, int *inlenb) in UTF16BEToUTF8()
|
/third_party/libxml2/ |
D | encoding.c | 356 const unsigned char* inb, int *inlenb) in UTF8ToUTF8() 500 const unsigned char* inb, int *inlenb) in UTF16LEToUTF8() 743 const unsigned char* inb, int *inlenb) in UTF16BEToUTF8()
|
/third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/ |
D | io.h | 73 #define inb(addr) readb(addr) macro
|
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/ |
D | io.h | 53 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) macro
|
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/ |
D | io.h | 190 #define inb(port) _inb((uintptr_t)(port)) macro
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
D | io.h | 50 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) macro
|
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/ |
D | io.h | 88 #define inb(p) ({ unsigned int __v = __raw_readb(p); __v; }) macro
|
/third_party/ffmpeg/libavcodec/ |
D | decode.c | 834 char *inb, *outb; in recode_subtitle() local
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/ |
D | io.h | 130 #define inb(port) _inb((uintptr_t)(port)) macro
|
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/ |
D | io.h | 247 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | usbdevice.h | 50 #define inb(p) (*(volatile u8*)(p)) macro
|
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/ |
D | io.h | 234 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | io.h | 266 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
|