Home
last modified time | relevance | path

Searched refs:word (Results 1 – 4 of 4) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dbitsperlong.h48 #error Inconsistent word size. Check asm/bitsperlong.h
/DragonStub/inc/dragonstub/linux/arch/riscv/asm/
H A Dasm.h27 #define REG_ASM __REG_SEL(.dword, .word)
43 #define RISCV_PTR .word
56 #define RISCV_INT __ASM_STR(.word)
/DragonStub/apps/lib/
H A Dstring.c142 typedef size_t __attribute__((__may_alias__)) word; in __strchrnul() typedef
143 const word *w; in __strchrnul()
/DragonStub/lib/
H A Dinit.c246 typedef size_t __attribute__((__may_alias__)) word; in memchr() typedef
247 const word *w; in memchr()