HomeSort by: relevance | last modified time | path
    Searched defs:condition (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
consecutive-step-over.c 17 volatile int condition; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
consecutive-step-over.c 17 volatile int condition; variable
  /src/external/mpl/dhcp/dist/server/tests/
simple_unittest.c 44 int condition = 1; local
46 /* Failing condition will fail the test, but the code
50 /* assert style check. Test will abort if the condition is not met. */
57 if (!condition) {
58 atf_tc_fail("Condition not met!"); /* Explicit failure. */
65 if (condition && this_is_linux) {
  /src/external/bsd/tmux/dist/
cmd-parse.y 76 int condition;
129 %type <commands> commands condition condition1
163 | condition
307 condition : if_open '\n' statements if_close label
1258 int ch, next, condition;
1264 condition = ps->condition;
1265 ps->condition = 0;
1316 * #{ after a condition opens a format; anything else
1320 if (condition && next == '{')
    [all...]
  /src/tests/kernel/
t_pty.c 111 condition(int fd) function
139 condition(fd);
145 condition(fd);
170 condition(fd);
  /src/external/gpl3/gcc/dist/libobjc/
thr.c 400 /* Public condition mutex functions */
402 /* Allocate a condition. Return the condition pointer if successful
407 objc_condition_t condition; local
409 /* Allocate the condition mutex structure. */
410 if (! (condition =
414 /* Call the backend to create the condition mutex. */
415 if (__gthread_objc_condition_allocate (condition))
418 objc_free (condition);
423 return condition;
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
thr.c 400 /* Public condition mutex functions */
402 /* Allocate a condition. Return the condition pointer if successful
407 objc_condition_t condition; local
409 /* Allocate the condition mutex structure. */
410 if (! (condition =
414 /* Call the backend to create the condition mutex. */
415 if (__gthread_objc_condition_allocate (condition))
418 objc_free (condition);
423 return condition;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-catch.c 34 std::string condition; local
64 condition.assign (oarg);
82 condition, temp, enabled, 0);
91 std::string condition; local
126 condition.assign (oarg);
156 condition, temp, enabled, 0);
165 std::string condition; local
197 condition.assign (oarg);
220 condition, temp, enabled, 0);
mi-cmd-break.c 178 const char *condition = NULL; local
214 {"-force-condition", FORCE_CONDITION_OPT, 0},
243 condition = oarg;
369 create_breakpoint (get_current_arch (), locspec.get (), condition, local
373 0 /* condition and thread are valid. */,
398 /* Implements the -break-condition command.
423 int opt = mi_getopt ("-break-condition", argc, argv,
438 error (_("-break-condition: Missing the <number> argument"));
442 /* The rest form the condition expr. */
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-catch.c 34 std::string condition; local
64 condition.assign (oarg);
82 condition, temp, enabled, 0);
91 std::string condition; local
126 condition.assign (oarg);
156 condition, temp, enabled, 0);
165 std::string condition; local
197 condition.assign (oarg);
220 condition, temp, enabled, 0);
mi-cmd-break.c 175 const char *condition = NULL; local
211 {"-force-condition", FORCE_CONDITION_OPT, 0},
240 condition = oarg;
366 create_breakpoint (get_current_arch (), locspec.get (), condition, local
370 0 /* condition and thread are valid. */,
395 /* Implements the -break-condition command.
420 int opt = mi_getopt ("-break-condition", argc, argv,
435 error (_("-break-condition: Missing the <number> argument"));
439 /* The rest form the condition expr. */
  /src/sys/arch/mips/mips/
mips_emul.c 162 int condition = (fpuCSR & MIPS_FCSR_FCC0) != 0; local
164 condition = !condition;
165 if (condition)
  /src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
ParallelJIT.cpp 13 // The three threads are created and then block waiting on a condition variable.
148 int result = pthread_cond_init( &condition, nullptr );
158 int result = pthread_cond_destroy( &condition );
185 result = pthread_cond_wait( &condition, &mutex );
210 pthread_cond_wait( &condition, &mutex );
231 int result = pthread_cond_broadcast( &condition );
238 pthread_cond_t condition; member in class:WaitForThreads
  /src/external/bsd/atf/dist/atf-c++/
macros_test.cpp 107 bool condition = atf::text::to_bool(get_config_var("condition")); local
110 ATF_REQUIRE(condition);
350 config["condition"] = t->cond;
363 "^failed: .*condition not met", "result"));
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.h 17 class Condition;
165 Condition *condition; member in class:ConditionalDeclaration
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangASTPropertiesEmitter.cpp 193 // - put conditional properties after properties used in the condition
251 PropertyType type, StringRef condition = "");
256 StringRef condition = "");
514 StringRef condition) {
528 if (!condition.empty()) Out << "llvm::Optional<";
530 if (!condition.empty()) Out << ">";
533 if (condition.empty()) {
537 " if (" << condition << ") {\n"
550 if (condition.empty()) {
569 StringRef condition) {
571 Out << " if (" << condition << ") {\\n"; local
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
msp430-decode.h 87 unsigned char condition : 3; member in struct:__anon10663
  /src/external/gpl3/binutils.old/dist/include/opcode/
msp430-decode.h 87 unsigned char condition : 3; member in struct:__anon12127
  /src/external/gpl3/gcc/dist/gcc/
loop-doloop.cc 56 used elsewhere. If the loop-variable or condition register are
63 condition is unused at all except for the exit test, or if we do not have to
70 /* Return the loop termination condition for PATTERN or zero
80 rtx condition; local
88 1) (parallel [(set (pc) (if_then_else (condition)
158 /* We expect the condition to be of the form (reg != 0) */
187 /* Check for (set (pc) (if_then_else (condition)
197 /* Extract loop termination condition. */
198 condition = XEXP (SET_SRC (cmp), 0);
201 if ((GET_CODE (condition) != G
649 rtx condition; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
loop-doloop.cc 56 used elsewhere. If the loop-variable or condition register are
63 condition is unused at all except for the exit test, or if we do not have to
70 /* Return the loop termination condition for PATTERN or zero
80 rtx condition; local
88 1) (parallel [(set (pc) (if_then_else (condition)
158 /* We expect the condition to be of the form (reg != 0) */
187 /* Check for (set (pc) (if_then_else (condition)
197 /* Extract loop termination condition. */
198 condition = XEXP (SET_SRC (cmp), 0);
201 if ((GET_CODE (condition) != G
649 rtx condition; local
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
msp430-decode.h 87 unsigned char condition : 3; member in struct:__anon21515
  /src/external/gpl3/gdb/dist/include/opcode/
msp430-decode.h 87 unsigned char condition : 3; member in struct:__anon1103
  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 332 tree condition = ctor_p ? d_bool_true_node : d_bool_false_node; local
338 if (dso_initialized != condition)
340 dso_initialized = condition;
360 /* if (dso_initialized != condition). */
361 tree if_cond = build_boolop (NE_EXPR, dso_initialized_node, condition);
363 /* dso_initialized = condition; */
364 tree expr_list = modify_expr (dso_initialized_node, condition);
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.c 672 /* string field with conditions. If this condition
676 insn_field_cond *condition; local
678 for (condition = bit->field->conditions;
679 condition != NULL; condition = condition->next)
681 switch (condition->type)
684 switch (condition->test)
687 if (((condition->value >> shift) & 1)
694 if (((condition->value >> shift) & 1
907 insn_field_cond *condition; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/igen/
gen.c 672 /* string field with conditions. If this condition
676 insn_field_cond *condition; local
678 for (condition = bit->field->conditions;
679 condition != NULL; condition = condition->next)
681 switch (condition->type)
684 switch (condition->test)
687 if (((condition->value >> shift) & 1)
694 if (((condition->value >> shift) & 1
907 insn_field_cond *condition; local
    [all...]

Completed in 26 milliseconds

1 2 3