Home
last modified time | relevance | path

Searched defs:if (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/scripts/kconfig/
Dzconf.gperf25 if, T_IF, TF_COMMAND|TF_PARAM keyword
/linux-3.3/arch/x86/vdso/
DMakefile117 if LC_ALL=C sort -u $(filter-out FORCE,$^) > $(@D)/.tmp_$(@F) && \ macro
/linux-3.3/include/linux/
Dcompiler.h126 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) macro