Home
last modified time | relevance | path

Searched defs:it (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Darmv8-ar-it-bad.s5 it eq label
9 it eq label
38 it eq label
41 it eq label
44 it eq label
47 it eq label
50 it eq label
53 it eq label
56 it eq label
59 it eq label
[all …]
H A Dmve-vrmlaldavh-bad.s3 it \cond label
80 it eq label
88 it eq label
96 it eq label
104 it eq label
112 it eq label
120 it eq label
128 it eq label
136 it eq label
144 it eq label
[all …]
H A Dmve-vcvt-bad.s3 it \cond label
32 it eq label
43 it \cond label
53 it eq label
64 it \cond label
74 it eq label
87 it eq label
H A Dmve-vstr-bad-1.s3 it \cond label
76 it \cond label
89 it eq label
98 it eq label
107 it eq label
116 it eq label
H A Dmve-vldr-bad-1.s3 it \cond label
21 it eq label
38 it eq label
53 it eq label
64 it \cond label
83 it eq label
H A Dmve-vhadd-vhsub-vrhadd-bad.s3 it \cond label
30 it eq label
38 it eq label
46 it eq label
54 it eq label
62 it eq label
H A Dmve-vmlaldav-bad.s3 it \cond label
31 it eq label
38 it eq label
45 it eq label
52 it eq label
H A Dmve-vmlsldav-bad.s3 it \cond label
32 it eq label
39 it eq label
46 it eq label
53 it eq label
H A Dmve-vpst-bad.s5 it eq label
8 it eq label
11 it eq label
29 it eq label
32 it eq label
36 it eq label
54 it le label
H A Dmve-vfma-vfms-bad.s3 it \cond label
10 it \cond label
17 it \cond label
34 it eq label
42 it eq label
H A Dmve-vmaxv-vminv-bad.s3 it \cond label
26 it eq label
34 it eq label
42 it eq label
50 it eq label
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darmv8-ar-it-bad.s5 it eq label
9 it eq label
38 it eq label
41 it eq label
44 it eq label
47 it eq label
50 it eq label
53 it eq label
56 it eq label
59 it eq label
[all …]
H A Dmve-vrmlaldavh-bad.s3 it \cond label
80 it eq label
88 it eq label
96 it eq label
104 it eq label
112 it eq label
120 it eq label
128 it eq label
136 it eq label
144 it eq label
[all …]
H A Dmve-vcvt-bad.s3 it \cond label
32 it eq label
43 it \cond label
53 it eq label
64 it \cond label
74 it eq label
87 it eq label
H A Dmve-vstr-bad-1.s3 it \cond label
76 it \cond label
89 it eq label
98 it eq label
107 it eq label
116 it eq label
H A Dmve-vldr-bad-1.s3 it \cond label
21 it eq label
38 it eq label
53 it eq label
64 it \cond label
83 it eq label
H A Dmve-vhadd-vhsub-vrhadd-bad.s3 it \cond label
30 it eq label
38 it eq label
46 it eq label
54 it eq label
62 it eq label
H A Dmve-vmlaldav-bad.s3 it \cond label
31 it eq label
38 it eq label
45 it eq label
52 it eq label
H A Dmve-vmlsldav-bad.s3 it \cond label
32 it eq label
39 it eq label
46 it eq label
53 it eq label
H A Dmve-vpst-bad.s5 it eq label
8 it eq label
11 it eq label
29 it eq label
32 it eq label
36 it eq label
54 it le label
H A Dmve-vfma-vfms-bad.s3 it \cond label
10 it \cond label
17 it \cond label
34 it eq label
42 it eq label
/netbsd/external/mpl/bind/dist/lib/dns/
H A Drriterator.c40 dns_rriterator_init(dns_rriterator_t *it, dns_db_t *db, dns_dbversion_t *ver, in dns_rriterator_init()
63 dns_rriterator_first(dns_rriterator_t *it) { in dns_rriterator_first()
116 dns_rriterator_nextrrset(dns_rriterator_t *it) { in dns_rriterator_nextrrset()
162 dns_rriterator_next(dns_rriterator_t *it) { in dns_rriterator_next()
180 dns_rriterator_pause(dns_rriterator_t *it) { in dns_rriterator_pause()
186 dns_rriterator_destroy(dns_rriterator_t *it) { in dns_rriterator_destroy()
201 dns_rriterator_current(dns_rriterator_t *it, dns_name_t **name, uint32_t *ttl, in dns_rriterator_current()
/netbsd/external/bsd/elftosb/dist/common/
H A DEvalContext.cpp25 variable_map_t::const_iterator it = m_variables.find(name); in isVariableDefined() local
31 variable_map_t::const_iterator it = m_variables.find(name); in getVariableValue() local
42 variable_map_t::const_iterator it = m_variables.find(name); in getVariableSize() local
54 variable_map_t::const_iterator it = m_variables.find(name); in setVariable() local
70 variable_map_t::const_iterator it = m_variables.find(name); in isVariableLocked() local
81 variable_map_t::iterator it = m_variables.find(name); in lockVariable() local
92 variable_map_t::iterator it = m_variables.find(name); in unlockVariable() local
103 variable_map_t::iterator it = m_variables.begin(); in dump() local
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
50 const ASN1_ITEM *it) in uint64_i2c()
74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i()
114 static int uint64_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear()
145 const ASN1_ITEM *it) in uint32_i2c()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
50 const ASN1_ITEM *it) in uint64_i2c()
74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i()
114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear()
145 const ASN1_ITEM *it) in uint32_i2c()
[all …]

12345678910>>...37