Searched refs:__C_CAST (Results 1 – 1 of 1) sorted by relevance
580 #define __C_CAST(__x, __y) ((__x)(__y)) macro586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)587 # define __CONST_CAST(__x,__y) __C_CAST(__x, __y)588 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y)