Home
last modified time | relevance | path

Searched defs:ROUND4 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dload_elf.cpp42 #define ROUND4(x) (((x) + 3) & ~3) macro
/netbsd-src/sys/dev/
H A Dkloader.c93 #define ROUND4(x) (((x) + 3) & ~3) macro
/netbsd-src/sys/arch/playstation2/dev/
H A Dif_smap.c112 #define ROUND4(x) (((x) + 3) & ~3) macro