Searched refs:unot (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | v3_cpols.c | 33 STACK_OF(CONF_VALUE) *unot, int ia5org); 205 STACK_OF(CONF_VALUE) *unot; in policy_section() 211 unot = X509V3_get_section(ctx, cnf->value + 1); in policy_section() 212 if (!unot) { in policy_section() 218 qual = notice_section(ctx, unot, ia5org); in policy_section() 219 X509V3_section_free(ctx, unot); in policy_section() 281 STACK_OF(CONF_VALUE) *unot, int ia5org) in notice_section() 299 for (i = 0; i < sk_CONF_VALUE_num(unot); i++) { in notice_section() 300 cnf = sk_CONF_VALUE_value(unot, i); in notice_section()
|
/third_party/python/Lib/test/ |
D | test_peepholer.py | 59 def unot(x): function 62 self.assertNotInBytecode(unot, 'UNARY_NOT') 63 self.assertNotInBytecode(unot, 'POP_JUMP_IF_FALSE') 64 self.assertInBytecode(unot, 'POP_JUMP_IF_TRUE') 65 self.check_lnotab(unot)
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | bitwise-ops.c | 56 static unsigned int unot(unsigned int x) in unot() function
|