Searched defs:aux (Results 1 - 25 of 44) 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/boringssl/src/crypto/asn1/
H A Dtasn_fre.c81 const ASN1_AUX *aux = it->funcs; local
88 if (aux && aux->asn1_cb)
89 asn1_cb = aux->asn1_cb;
H A Dtasn_new.c97 const ASN1_AUX *aux = it->funcs; local
101 if (aux && aux->asn1_cb)
102 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.c163 const ASN1_AUX *aux = it->funcs; local
178 if (aux && aux->asn1_cb)
179 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.h32 struct bpf_map_aux aux; member in struct:bpf_map_set_msg
42 msg->iov.iov_base = &msg->aux;
43 msg->iov.iov_len = sizeof(msg->aux);
H A Dbpf_util.h268 int bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux,
277 struct bpf_map_aux *aux,
276 bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux, unsigned int entries) argument
/external/iproute2/tc/
H A De_bpf.c60 struct bpf_map_aux aux = {}; local
118 ret = bpf_recv_map_fds(bpf_uds_name, fds, &aux, ARRAY_SIZE(fds));
124 if (aux.num_ent == 0) {
130 env_num = env_old + aux.num_ent + 2;
142 ret = asprintf(&tmp, "BPF_NUM_MAPS=%u", aux.num_ent);
150 aux.ent[i - env_map].id,
168 for (i = 0; i < aux.num_ent; i++)
/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/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h191 Index aux = innerSize - 1; local
193 while (aux)
196 aux = aux >> 1;
/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
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h318 Scalar aux; local
323 aux = m_min[k] - p[k];
324 dist2 += aux*aux;
328 aux = p[k] - m_max[k];
329 dist2 += aux*aux;
339 Scalar aux; local
344 aux = m_min[k] - b.m_max[k];
345 dist2 += aux*au
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c400 LLVMValueRef aux[LP_MAX_VECTOR_LENGTH]; local
402 memset(aux, 0, sizeof aux);
421 if (!aux[0]) {
422 aux[0] = lp_build_const_elem(bld->gallivm, type, 0.0);
428 if (!aux[1]) {
429 aux[1] = lp_build_const_elem(bld->gallivm, type, 1.0);
440 if (!aux[i]) {
441 aux[i] = undef;
446 LLVMConstVector(aux,
[all...]
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_image.h97 /* disable optional aux */
185 /* bitmask of levels that can use aux */
194 } aux; member in struct:ilo_image
205 return (img->aux.enables & (1 << level));
H A Dilo_image.c50 enum ilo_image_aux_type aux; member in struct:ilo_image_layout
557 layout->aux = ILO_IMAGE_AUX_HIZ;
560 layout->aux = ILO_IMAGE_AUX_MCS;
562 layout->aux = ILO_IMAGE_AUX_NONE;
587 layout->aux = ILO_IMAGE_AUX_NONE;
834 if (layout->aux == ILO_IMAGE_AUX_HIZ &&
1105 assert(layout->aux == ILO_IMAGE_AUX_HIZ);
1148 img->aux.walk_layer_height = hz_qpitch;
1188 img->aux.walk_lod_offsets[lv] =
1247 img->aux
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c49 * Other buffers (like software accumulation and aux buffers) which the driver
431 * Add a software-based aux renderbuffer to the given framebuffer.
438 * NOTE: color-index aux buffers not supported.
460 _mesa_error(ctx, GL_OUT_OF_MEMORY, "Allocating aux buffer");
486 GLboolean aux)
539 if (aux) {
480 _swrast_add_soft_renderbuffers(struct gl_framebuffer *fb, GLboolean color, GLboolean depth, GLboolean stencil, GLboolean accum, GLboolean alpha, GLboolean aux) argument
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
H A Dumodarith.lisp394 (defthmd congruence-p1-aux
400 (defthmd congruence-p2-aux
406 (defthmd congruence-p3-aux
424 :hints (("Goal''" :use ((:instance congruence-p1-aux)
435 :hints (("Goal''" :use ((:instance congruence-p2-aux)
446 :hints (("Goal''" :use ((:instance congruence-p3-aux)
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp221 Frame aux; local
222 aux.orientation = mCamera.viewMatrix().linear();
223 aux.position = mCamera.viewMatrix().translation();
224 m_timeline[t] = aux;
/external/lmfit/lib/
H A Dlmmin.c32 double* par, double* x, double* Sdiag, double* aux, double* xdi);
555 double* par, double* x, double* Sdiag, double* aux, double* xdi)
618 * aux is a multi-purpose work array of length n.
634 aux[j] = qtb[j];
638 aux[j] = 0;
641 aux[j] = aux[j] / r[j+ldr*j];
642 temp = aux[j];
644 aux[i] -= r[j*ldr+i] * temp;
648 x[Pivot[j]] = aux[
553 lm_lmpar(const int n, double* r, const int ldr, const int* Pivot, const double* diag, const double* qtb, const double delta, double* par, double* x, double* Sdiag, double* aux, double* xdi) argument
[all...]
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h457 Packet4i aux = _mm_srai_epi32(a,31);
458 return _mm_sub_epi32(_mm_xor_si128(a,aux),aux);
606 EIGEN_ALIGN16 int aux[4]; local
607 pstore(aux, a);
608 return (aux[0] * aux[1]) * (aux[2] * aux[3]);;
629 EIGEN_ALIGN16 int aux[
[all...]

Completed in 684 milliseconds

12