HomeSort by: relevance | last modified time | path
    Searched refs:CONDITION (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/common/include/asm/
bug.h 41 #define BUG_ON(CONDITION) KASSERT(!(CONDITION))
44 #define WARN(CONDITION, FMT, ...) \
45 linux_warning((CONDITION)? \
50 #define WARN_ONCE(CONDITION, FMT, ...) \
53 linux_warning((CONDITION) \
61 #define WARN_ON(CONDITION) WARN(CONDITION, "%s\n", #CONDITION)
62 #define WARN_ON_SMP(CONDITION) WARN_ON(CONDITION) /* XXX *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc-c.cc 58 #define ARC_C_DEF(NAME, CONDITION) \
59 def_or_undef_macro (pfile, NAME, CONDITION);
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc-c.cc 58 #define ARC_C_DEF(NAME, CONDITION) \
59 def_or_undef_macro (pfile, NAME, CONDITION);
  /src/sys/external/bsd/drm2/include/drm/
drm_wait_netbsd.h 108 * interlocked by a spin lock. It also polls the condition at every
117 * . 0 if the condition was true before or just after the timeout.
125 #define DRM_SPIN_WAIT_ON(RET, Q, INTERLOCK, TICKS, CONDITION) do \
136 if (CONDITION) { \
175 * . zero if the condition evaluated
180 * . 0 if the condition was false after the timeout,
181 * . 1 if the condition was true just after the timeout, or
182 * . the number of ticks remaining if the condition was true before the
199 #define _DRM_WAIT_UNTIL(RET, WAIT, Q, INTERLOCK, CONDITION) do \
205 if (CONDITION) { \
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c 85 and a std::string_view into the original breakpoint condition string. */
95 CONDITION,
104 /* This is the token for the -force-condition token, the m_content for
121 case type::CONDITION:
122 return string_printf ("{ CONDITION: \"%s\" }",
185 /* Split STR, a breakpoint condition string, into a vector of tokens where
186 each token represents a component of the condition. Tokens are first
189 unknown token, which we assume is the other end of the 'if' condition.
209 the same location as the condition then we must have found the
210 other end of the condition string -- we're done. *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c 84 and a std::string_view into the original breakpoint condition string. */
94 CONDITION,
103 /* This is the token for the -force-condition token, the m_content for
120 case type::CONDITION:
121 return string_printf ("{ CONDITION: \"%s\" }",
184 /* Split STR, a breakpoint condition string, into a vector of tokens where
185 each token represents a component of the condition. Tokens are first
188 unknown token, which we assume is the other end of the 'if' condition.
208 the same location as the condition then we must have found the
209 other end of the condition string -- we're done. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
btfext-out.cc 203 #define SEARCH_NODE_AND_RETURN(TYPE, FIELD, CONDITION) __extension__ ({ \
207 if (CONDITION) \
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.sh 40 skip [CONDITION] [REASON] [NB_TESTS=1]
336 local condition=${1:?}
340 if (( condition == 0 )) ; then
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 15651 #define CONDITION (INT32_MAX < INTMAX_MAX)
15653 #define CONDITION (sizeof (int) < sizeof (long long int))
15655 int test[CONDITION ? 1 : -1];
15701 #define CONDITION (INT64_MAX == LONG_MAX)
15703 #define CONDITION (sizeof (long long int) == sizeof (long int))
15705 int test[CONDITION ? 1 : -1];
15753 #define CONDITION (UINT32_MAX < UINTMAX_MAX)
15755 #define CONDITION (sizeof (unsigned int) < sizeof (unsigned long long int))
15757 int test[CONDITION ? 1 : -1];
15803 #define CONDITION (UINT64_MAX == ULONG_MAX
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/
configure 15648 #define CONDITION (INT32_MAX < INTMAX_MAX)
15650 #define CONDITION (sizeof (int) < sizeof (long long int))
15652 int test[CONDITION ? 1 : -1];
15698 #define CONDITION (INT64_MAX == LONG_MAX)
15700 #define CONDITION (sizeof (long long int) == sizeof (long int))
15702 int test[CONDITION ? 1 : -1];
15750 #define CONDITION (UINT32_MAX < UINTMAX_MAX)
15752 #define CONDITION (sizeof (unsigned int) < sizeof (unsigned long long int))
15754 int test[CONDITION ? 1 : -1];
15800 #define CONDITION (UINT64_MAX == ULONG_MAX
    [all...]

Completed in 26 milliseconds