Home
last modified time | relevance | path

Searched defs:is_true (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c63 int is_true) in test_binary_op()
75 unsigned int b, int is_true) in test_binary_op_8()
86 int is_true) in test_binary_op_s()
97 int is_true) in test_binary_op_64()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c63 int is_true) in test_binary_op()
75 unsigned int b, int is_true) in test_binary_op_8()
86 int is_true) in test_binary_op_s()
97 int is_true) in test_binary_op_64()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtristate.h41 bool is_true () const { return m_value == TS_TRUE; } in is_true() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtristate.h41 bool is_true () const { return m_value == TS_TRUE; } in is_true() function
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h88 bool is_true; member
H A Dxtensa-relax.c1387 bool is_true = true; in parse_option_cond() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.h88 bool is_true; member
H A Dxtensa-relax.c1391 bool is_true = true; in parse_option_cond() local
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc3187 bool is_true = outer_op == NE_EXPR; in add_constraints_from_binop() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc5715 bool is_true = op == NE_EXPR; in add_any_constraints_from_gassign() local
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h77 bool is_true() const { check->checked = true; return val == isl_bool_true; } in is_true() function