Home
last modified time | relevance | path

Searched refs:this_result (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
H A Dreadconf.c588 int r, port, this_result, result = 1, attributes = 0, negate; in match_cfg_line() local
617 this_result = 1; in match_cfg_line()
649 this_result = result = 0; in match_cfg_line()
652 this_result ? "" : "not ", oattrib); in match_cfg_line()
666 this_result = result = 0; in match_cfg_line()
671 this_result = result = 0; in match_cfg_line()
676 this_result = result = 0; in match_cfg_line()
681 this_result = result = 0; in match_cfg_line()
729 this_result = result = 0; in match_cfg_line()
736 filename, linenum, this_result ? "": "not ", in match_cfg_line()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcombine.c531 rtx *this_result; in find_single_use_1() local
583 this_result = loc; in find_single_use_1()
585 this_result = find_single_use_1 (dest, &XEXP (x, i)); in find_single_use_1()
588 result = this_result; in find_single_use_1()
589 else if (this_result) in find_single_use_1()
603 this_result = loc; in find_single_use_1()
605 this_result = find_single_use_1 (dest, &XVECEXP (x, i, j)); in find_single_use_1()
608 result = this_result; in find_single_use_1()
609 else if (this_result) in find_single_use_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcombine.c562 rtx *this_result; in find_single_use_1() local
609 this_result = loc; in find_single_use_1()
611 this_result = find_single_use_1 (dest, &XEXP (x, i)); in find_single_use_1()
614 result = this_result; in find_single_use_1()
615 else if (this_result) in find_single_use_1()
629 this_result = loc; in find_single_use_1()
631 this_result = find_single_use_1 (dest, &XVECEXP (x, i, j)); in find_single_use_1()
634 result = this_result; in find_single_use_1()
635 else if (this_result) in find_single_use_1()