Searched refs:LT_TRUE (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c70 LT_TRUE, /* a true #if */ enumerator in enum:__anon14239
683 ? LT_FALSE : LT_TRUE;
685 retval = (retval == LT_TRUE)
686 ? LT_FALSE : LT_TRUE;
688 retval = (retval == LT_TRUE)
707 if (retval == LT_TRUE || retval == LT_FALSE ||
748 return (*p = v, v ? LT_TRUE : LT_FALSE);
769 if (!strictlogic && (at == LT_TRUE || bt == LT_TRUE))
770 return (*p = 1, LT_TRUE);
[all...]

Completed in 439 milliseconds