Searched refs:__CONCAT3 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arc/arc/
H A Dbus_space.c54 __CONCAT3(uint,BITS,_t) \
58 return (*(volatile __CONCAT3(uint,BITS,_t) *) \
80 __CONCAT3(uint,BITS,_t) *datap, bus_size_t count) \
82 volatile __CONCAT3(uint,BITS,_t) *p = \
83 (volatile __CONCAT3(uint,BITS,_t) *) \
109 __CONCAT3(uint,BITS,_t) *datap, bus_size_t count) \
112 volatile __CONCAT3(uint,BITS,_t) *p = \
113 (volatile __CONCAT3(uint,BITS,_t) *) \
140 bus_size_t offset, __CONCAT3(uint,BITS,_t) data) \
142 *(volatile __CONCAT3(uin
[all...]
/netbsd-current/sys/arch/mipsco/include/
H A Dbus.h340 #define __BS_TYPENAME(BITS) __CONCAT3(uint,BITS,_t)
342 #define __BS_FUNCTION(func,BYTES) __CONCAT3(func,_,BYTES)
348 ((volatile __CONCAT3(u_int,BITS,_t) *) \
361 static __inline __CONCAT3(u_int,BITS,_t) \
455 bus_size_t offset, __CONCAT3(u_int,BITS,_t) data) \
668 #define __BS_FUNCTION(func,BYTES) __CONCAT3(func,_stream_,BYTES)
694 bus_size_t offset, __CONCAT3(u_int,BITS,_t) data) \
/netbsd-current/common/lib/libc/arch/aarch64/atomic/
H A D__aarch64_lse.S110 #define _CONCAT3(A, B, C) __CONCAT3(A,B,C)
/netbsd-current/sys/sys/
H A Dcdefs.h118 #define __CONCAT3(a,b,c) a ## b ## c macro

Completed in 356 milliseconds