Home
last modified time | relevance | path

Searched defs:__static_cast (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/iscsi/dist/include/
H A Dcompat.h67 # define __static_cast(x,y) (x)y macro
/netbsd-src/sys/sys/
H A Dcdefs.h401 #define __static_cast(x,y) static_cast<x>(y) macro
405 #define __static_cast(x,y) (x)y macro