HomeSort by: relevance | last modified time | path
    Searched defs:this_result (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.c 747 int r, this_result, result = 1, attributes = 0, negate; local
774 this_result = 1;
808 this_result = result = 0;
811 this_result ? "" : "not ", oattrib);
852 this_result = result = 0;
857 this_result = result = 0;
862 this_result = result = 0;
867 this_result = result = 0;
876 this_result = result = 0;
881 this_result = result = 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
combine.cc 552 rtx *this_result;
598 this_result = loc;
600 this_result = find_single_use_1 (dest, &XEXP (x, i));
603 result = this_result;
604 else if (this_result)
618 this_result = loc;
620 this_result = find_single_use_1 (dest, &XVECEXP (x, i, j));
623 result = this_result;
624 else if (this_result)
547 rtx *this_result; local
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 554 rtx *this_result;
600 this_result = loc;
602 this_result = find_single_use_1 (dest, &XEXP (x, i));
605 result = this_result;
606 else if (this_result)
620 this_result = loc;
622 this_result = find_single_use_1 (dest, &XVECEXP (x, i, j));
625 result = this_result;
626 else if (this_result)
549 rtx *this_result; local

Completed in 29 milliseconds