Home
last modified time | relevance | path

Searched refs:typecheck (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dtime.h32 (typecheck(unsigned long, a) && \
33 typecheck(unsigned long, b) && \
38 (typecheck(unsigned long, a) && \
39 typecheck(unsigned long, b) && \
/rk3399_rockchip-uboot/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro