Home
last modified time | relevance | path

Searched refs:__trace_if (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h166 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) )
167 #define __trace_if(cond) \ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h145 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) )
146 #define __trace_if(cond) \ macro
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch594 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) )
595 #define __trace_if(cond) \