Searched refs:unot (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_cpols.c | 33 STACK_OF(CONF_VALUE) *unot, int ia5org); 205 STACK_OF(CONF_VALUE) *unot; 211 unot = X509V3_get_section(ctx, cnf->value + 1); 212 if (!unot) { 218 qual = notice_section(ctx, unot, ia5org); 219 X509V3_section_free(ctx, unot); 281 STACK_OF(CONF_VALUE) *unot, int ia5org) 299 for (i = 0; i < sk_CONF_VALUE_num(unot); i++) { 300 cnf = sk_CONF_VALUE_value(unot, i);
|
/third_party/openssl/crypto/x509/ |
H A D | v3_cpols.c | 33 STACK_OF(CONF_VALUE) *unot, int ia5org); 205 STACK_OF(CONF_VALUE) *unot; 211 unot = X509V3_get_section(ctx, cnf->value + 1); 212 if (!unot) { 218 qual = notice_section(ctx, unot, ia5org); 219 X509V3_section_free(ctx, unot); 281 STACK_OF(CONF_VALUE) *unot, int ia5org) 299 for (i = 0; i < sk_CONF_VALUE_num(unot); i++) { 300 cnf = sk_CONF_VALUE_value(unot, i);
|
/third_party/python/Lib/test/ |
H A D | test_peepholer.py | 75 def unot(x): function 78 self.assertNotInBytecode(unot, 'UNARY_NOT') 79 self.assertNotInBytecode(unot, 'POP_JUMP_FORWARD_IF_FALSE') 80 self.assertNotInBytecode(unot, 'POP_JUMP_BACKWARD_IF_FALSE') 81 self.assertInBytecode(unot, 'POP_JUMP_FORWARD_IF_TRUE') 82 self.check_lnotab(unot)
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | bitwise-ops.c | 56 static unsigned int unot(unsigned int x) in unot() function
|
Completed in 3 milliseconds