Searched refs:condition (Results 1 – 9 of 9) sorted by relevance
56 static void fprime_select(byte *dst, const byte *zero, const byte *one, byte condition)58 const byte mask = -condition;69 byte condition)71 const byte mask = -condition;78 # define fe_select(dst, src, condition) do { \ argument79 if (condition) lm_copy(dst, src); \
69 trap n [condition...]70 trap [action condition...]
12 "if" for if condition etc
20 # in getopts loops as exit condition.
22 # in getopts loops as exit condition.
80 to the caller applet instead of dying when they detect "x" condition.
67 2 Boundary condition test cases |
111 /* Enter a start condition. This macro really ought to take a parameter,904 /* Number of entries by which start-condition stack grows. */1687 * @note This function does not reset the start condition to @c INITIAL .
2405 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument