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

/linux-master/scripts/
H A Dunifdef.c71 LT_FALSE, /* a false #if */ enumerator in enum:__anon14239
683 ? LT_FALSE : LT_TRUE;
686 ? LT_FALSE : LT_TRUE;
707 if (retval == LT_TRUE || retval == LT_FALSE ||
748 return (*p = v, v ? LT_TRUE : LT_FALSE);
774 if (!strictlogic && (at == LT_FALSE || bt == LT_FALSE))
775 return (*p = 0, LT_FALSE);
785 * when evaluation is complete. The function returns LT_FALSE if the value of
842 lt = *valp ? LT_TRUE : LT_FALSE;
[all...]

Completed in 96 milliseconds