Searched defs:aux (Results 1 - 25 of 50) sorted by relevance

12

/external/boringssl/src/crypto/x509/
H A Dt_x509a.c65 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
70 if (!aux)
72 if (aux->trust) {
75 for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
81 sk_ASN1_OBJECT_value(aux->trust, i), 0);
87 if (aux->reject) {
90 for (i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
96 sk_ASN1_OBJECT_value(aux->reject, i), 0);
102 if (aux->alias)
103 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux
[all...]
/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c100 Elf32_auxv_t aux; local
109 while (safe_read(png_ptr, fd, &aux, sizeof aux) == sizeof aux)
111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0)
/external/openssh/
H A Drsa.c164 BIGNUM *aux = NULL; local
170 if ((aux = BN_new()) == NULL) {
175 if ((BN_sub(aux, rsa->q, BN_value_one()) == 0) ||
176 (BN_mod(rsa->dmq1, rsa->d, aux, ctx) == 0) ||
177 (BN_sub(aux, rsa->p, BN_value_one()) == 0) ||
178 (BN_mod(rsa->dmp1, rsa->d, aux, ctx) == 0)) {
184 BN_clear_free(aux);
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dtrap.h30 uint16_t Add(TrapFnc fnc, const void* aux, bool safe) override;
44 TrapKey() : fnc(NULL), aux(NULL), safe(false) {}
45 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {}
47 const void* aux; member in struct:sandbox::Trap::TrapKey
H A Dsyscall_unittest.cc102 intptr_t CopySyscallArgsToAux(const struct arch_seccomp_data& args, void* aux) { argument
103 // |aux| is our BPF_AUX pointer.
105 static_cast<std::vector<uint64_t>*>(aux);
113 explicit CopyAllArgsOnUnamePolicy(std::vector<uint64_t>* aux) : aux_(aux) {} argument
H A Dsandbox_bpf.cc113 intptr_t SandboxPanicTrap(const struct arch_seccomp_data&, void* aux) { argument
114 SANDBOX_DIE(static_cast<const char*>(aux));
H A Dtrap.cc244 rc = trap.fnc(data, const_cast<void*>(trap.aux));
257 return std::tie(fnc, aux, safe) < std::tie(o.fnc, o.aux, o.safe);
260 uint16_t Trap::Add(TrapFnc fnc, const void* aux, bool safe) { argument
282 TrapKey key(fnc, aux, safe);
/external/bison/
H A DGNUmakefile40 _build-aux ?= build-aux
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
55 && $(_build-aux)/git-version-gen \
96 _build-aux ?= build-aux
/external/boringssl/src/crypto/asn1/
H A Dtasn_fre.c83 const ASN1_AUX *aux = it->funcs; local
90 if (aux && aux->asn1_cb)
91 asn1_cb = aux->asn1_cb;
H A Dtasn_new.c96 const ASN1_AUX *aux = it->funcs; local
100 if (aux && aux->asn1_cb)
101 asn1_cb = aux->asn1_cb;
H A Dtasn_utl.c98 const ASN1_AUX *aux = it->funcs; local
99 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT)) {
102 return offset2ptr(*pval, aux->ref_offset);
121 const ASN1_AUX *aux; local
125 aux = it->funcs;
126 if (!aux || !(aux->flags & ASN1_AFLG_ENCODING)) {
129 return offset2ptr(*pval, aux->enc_offset);
H A Dtasn_dec.c171 const ASN1_AUX *aux = it->funcs; local
186 if (aux && aux->asn1_cb)
187 asn1_cb = aux->asn1_cb;
378 if (aux && (aux->flags & ASN1_AFLG_BROKEN)) {
H A Dtasn_enc.c135 const ASN1_AUX *aux = it->funcs; local
141 if (aux && aux->asn1_cb)
142 asn1_cb = aux->asn1_cb;
/external/eigen/Eigen/src/Core/arch/CUDA/
H A DTypeCasting.h194 EIGEN_ALIGN16 float aux[4]; local
195 pstore(aux, a);
196 Eigen::half h0(aux[0]);
197 Eigen::half h1(aux[1]);
198 Eigen::half h2(aux[2]);
199 Eigen::half h3(aux[3]);
/external/eigen/bench/
H A DbenchBlasGemm.cpp39 int aux; local
41 "stmxcsr %[aux] \n\t"
42 "orl $32832, %[aux] \n\t"
43 "ldmxcsr %[aux] \n\t"
44 : : [aux] "m" (aux));
H A DBenchSparseUtil.h48 std::set<int> aux; local
52 while (aux.find(k)!=aux.end())
54 aux.insert(k);
103 cs* aux = cs_spalloc (0, 0, 1, 1, 1); local
106 if (!cs_entry(aux, it.index(), j, it.value()))
111 dst = cs_compress(aux);
112 // cs_spfree(aux);
/external/iproute2/include/
H A Dbpf_scm.h31 struct bpf_map_aux aux; member in struct:bpf_map_set_msg
41 msg->iov.iov_base = &msg->aux;
42 msg->iov.iov_len = sizeof(msg->aux);
/external/iproute2/tc/
H A De_bpf.c60 struct bpf_map_aux aux; local
119 memset(&aux, 0, sizeof(aux));
121 ret = bpf_recv_map_fds(bpf_uds_name, fds, &aux, ARRAY_SIZE(fds));
127 if (aux.num_ent == 0) {
133 env_num = env_old + aux.num_ent + 2;
145 ret = asprintf(&tmp, "BPF_NUM_MAPS=%u", aux.num_ent);
153 aux.ent[i - env_map].id,
171 for (i = 0; i < aux.num_ent; i++)
H A Dtc_bpf.h64 int bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux,
73 struct bpf_map_aux *aux,
72 bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux, unsigned int entries) argument
/external/selinux/libselinux/src/
H A DcheckAccess.c35 int selinux_check_access(const char *scon, const char *tcon, const char *class, const char *perm, void *aux) { argument
77 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
/external/iproute2/examples/bpf/
H A Dbpf_agent.c125 static void bpf_info_loop(int *fds, struct bpf_map_aux *aux) argument
130 aux->uds_ver, aux->obj_name, aux->obj_st.st_dev,
131 aux->obj_st.st_ino, aux->num_ent);
133 for (i = 0; i < aux->num_ent; i++) {
136 printf(" | serial: %u\n", aux->ent[i].id);
137 printf(" | type: %u\n", aux->ent[i].type);
138 printf(" | max elem: %u\n", aux
164 bpf_map_set_recv(int fd, int *fds, struct bpf_map_aux *aux, unsigned int entries) argument
211 struct bpf_map_aux aux; local
[all...]
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h191 Index aux = innerSize - 1; local
193 while (aux)
196 aux = aux >> 1;
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_unittest.cc299 static intptr_t UnameTrap(const struct arch_seccomp_data& data, void* aux) {
300 BPF_ASSERT_EQ(&count_, aux);
434 static intptr_t DummyTrap(const struct arch_seccomp_data& data, void* aux) { argument
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsigsys_handlers.cc112 intptr_t CrashSIGSYS_Handler(const struct arch_seccomp_data& args, void* aux) { argument
139 intptr_t SIGSYSCloneFailure(const struct arch_seccomp_data& args, void* aux) { argument
159 void* /* aux */) {
173 void* /* aux */) {
189 void* /* aux */) {
202 void* /* aux */) {
214 void* aux) {
240 CrashSIGSYS_Handler(args, aux);
213 SIGSYSSchedHandler(const struct arch_seccomp_data& args, void* aux) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_program_cache.c201 void *aux = ((char *) item->key) + item->key_size; local
203 if (item->offset != *inout_offset || aux != *((void **) inout_aux)) {
206 *((void **) inout_aux) = aux;
337 const void *aux,
380 memcpy(tmp + key_size, aux, aux_size);
331 brw_upload_cache(struct brw_cache *cache, enum brw_cache_id cache_id, const void *key, GLuint key_size, const void *data, GLuint data_size, const void *aux, GLuint aux_size, uint32_t *out_offset, void *out_aux) argument

Completed in 2538 milliseconds

12