Searched refs:true_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh-pkcs11.c229 CK_BBOOL true_val = CK_TRUE; local
236 {CKA_SIGN, NULL, sizeof(true_val) }
244 key_filter[2].pValue = &true_val;
/freebsd-10.0-release/contrib/gcc/
H A Dcombine.c4888 rtx true_val = XEXP (cond, 1);
4889 rtx false_val = true_val;
4904 if (true_code == EQ && true_val == const0_rtx
4907 else if (true_code == EQ && true_val == const0_rtx
4918 from, true_val),
4870 rtx true_val = XEXP (cond, 1); local

Completed in 104 milliseconds