/external/boringssl/src/crypto/x509/ |
D | x_x509a.c | 87 if (!x->aux && !(x->aux = X509_CERT_AUX_new())) 89 return x->aux; 94 X509_CERT_AUX *aux; in X509_alias_set1() local 96 if (!x || !x->aux || !x->aux->alias) in X509_alias_set1() 98 ASN1_UTF8STRING_free(x->aux->alias); in X509_alias_set1() 99 x->aux->alias = NULL; in X509_alias_set1() 102 if (!(aux = aux_get(x))) in X509_alias_set1() 104 if (!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) in X509_alias_set1() 106 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1() 111 X509_CERT_AUX *aux; in X509_keyid_set1() local [all …]
|
D | t_x509a.c | 65 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) in X509_CERT_AUX_print() argument 70 if (!aux) in X509_CERT_AUX_print() 72 if (aux->trust) { in X509_CERT_AUX_print() 75 for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) { in X509_CERT_AUX_print() 81 sk_ASN1_OBJECT_value(aux->trust, i), 0); in X509_CERT_AUX_print() 87 if (aux->reject) { in X509_CERT_AUX_print() 90 for (i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) { in X509_CERT_AUX_print() 96 sk_ASN1_OBJECT_value(aux->reject, i), 0); in X509_CERT_AUX_print() 102 if (aux->alias) in X509_CERT_AUX_print() 103 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data); in X509_CERT_AUX_print() [all …]
|
D | x509_trs.c | 278 if (x->aux && (x->aux->trust || x->aux->reject)) in trust_1oidany() 289 if (x->aux) in trust_1oid() 308 ax = x->aux; in obj_trust()
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | PacketMathHalf.h | 422 EIGEN_ALIGN64 half aux[16]; 423 pstore(aux, a); 424 float f0(aux[0]); 425 float f1(aux[1]); 426 float f2(aux[2]); 427 float f3(aux[3]); 428 float f4(aux[4]); 429 float f5(aux[5]); 430 float f6(aux[6]); 431 float f7(aux[7]); [all …]
|
D | TypeCasting.h | 194 EIGEN_ALIGN16 float aux[4]; 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/selinux/libsemanage/src/ |
D | exception.sh | 12 if ! ${CC:-gcc} -x c -c -I../include - -aux-info temp.aux < ../include/semanage/semanage.h 15 gcc -x c -c -I../include - -aux-info temp.aux < ../include/semanage/semanage.h 17 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done 18 rm -f -- temp.aux -.o
|
/external/selinux/libselinux/src/ |
D | exception.sh | 18 if ! ${CC:-gcc} -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h 21 gcc -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h 23 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done 24 rm -f -- temp.aux -.o
|
/external/libpng/contrib/arm-neon/ |
D | linux-auxv.c | 100 Elf32_auxv_t aux; in png_have_neon() local 109 while (safe_read(png_ptr, fd, &aux, sizeof aux) == sizeof aux) in png_have_neon() 111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_utl.c | 98 const ASN1_AUX *aux = it->funcs; in asn1_get_references() local 99 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT)) { in asn1_get_references() 102 return offset2ptr(*pval, aux->ref_offset); in asn1_get_references() 121 const ASN1_AUX *aux; in asn1_get_enc_ptr() local 125 aux = it->funcs; in asn1_get_enc_ptr() 126 if (!aux || !(aux->flags & ASN1_AFLG_ENCODING)) { in asn1_get_enc_ptr() 129 return offset2ptr(*pval, aux->enc_offset); in asn1_get_enc_ptr()
|
D | tasn_fre.c | 81 const ASN1_AUX *aux = it->funcs; in asn1_item_combine_free() local 88 if (aux && aux->asn1_cb) in asn1_item_combine_free() 89 asn1_cb = aux->asn1_cb; in asn1_item_combine_free()
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 318 Scalar aux; in squaredExteriorDistance() local 323 aux = m_min[k] - p[k]; in squaredExteriorDistance() 324 dist2 += aux*aux; in squaredExteriorDistance() 328 aux = p[k] - m_max[k]; in squaredExteriorDistance() 329 dist2 += aux*aux; in squaredExteriorDistance() 339 Scalar aux; in squaredExteriorDistance() local 344 aux = m_min[k] - b.m_max[k]; in squaredExteriorDistance() 345 dist2 += aux*aux; in squaredExteriorDistance() 349 aux = b.m_min[k] - m_max[k]; in squaredExteriorDistance() 350 dist2 += aux*aux; in squaredExteriorDistance()
|
/external/iproute2/tc/ |
D | e_bpf.c | 60 struct bpf_map_aux aux = {}; in parse_bpf() local 118 ret = bpf_recv_map_fds(bpf_uds_name, fds, &aux, ARRAY_SIZE(fds)); in parse_bpf() 124 if (aux.num_ent == 0) { in parse_bpf() 130 env_num = env_old + aux.num_ent + 2; in parse_bpf() 142 ret = asprintf(&tmp, "BPF_NUM_MAPS=%u", aux.num_ent); in parse_bpf() 150 aux.ent[i - env_map].id, in parse_bpf() 168 for (i = 0; i < aux.num_ent; i++) in parse_bpf()
|
/external/lmfit/lib/ |
D | lmmin.c | 32 double* par, double* x, double* Sdiag, double* aux, double* xdi); 555 double* par, double* x, double* Sdiag, double* aux, double* xdi) in lm_lmpar() argument 634 aux[j] = qtb[j]; in lm_lmpar() 638 aux[j] = 0; in lm_lmpar() 641 aux[j] = aux[j] / r[j+ldr*j]; in lm_lmpar() 642 temp = aux[j]; in lm_lmpar() 644 aux[i] -= r[j*ldr+i] * temp; in lm_lmpar() 648 x[Pivot[j]] = aux[j]; in lm_lmpar() 672 aux[j] = diag[Pivot[j]] * xdi[Pivot[j]] / dxnorm; in lm_lmpar() 677 sum += r[j*ldr+i] * aux[i]; in lm_lmpar() [all …]
|
/external/eigen/bench/ |
D | BenchSparseUtil.h | 48 std::set<int> aux; in fillMatrix2() local 52 while (aux.find(k)!=aux.end()) in fillMatrix2() 54 aux.insert(k); in fillMatrix2() 103 cs* aux = cs_spalloc (0, 0, 1, 1, 1); in eiToCSparse() local 106 if (!cs_entry(aux, it.index(), j, it.value())) in eiToCSparse() 111 dst = cs_compress(aux); in eiToCSparse()
|
D | sparse_setter.cpp | 229 DynamicSparseMatrix<Scalar> aux(SIZE,SIZE); in setrand_eigen_sumeq() local 233 aux.insert(coords[i].x(), coords[i].y()) += vals[i]; in setrand_eigen_sumeq() 235 aux.finalize(); in setrand_eigen_sumeq() 236 mat += aux; in setrand_eigen_sumeq() 430 mapped_matrix<Scalar> aux(SIZE,SIZE); in setrand_ublas_mapped() local 433 aux(coords[i].x(), coords[i].y()) += vals[i]; in setrand_ublas_mapped() 436 compressed_matrix<Scalar> mat(aux); in setrand_ublas_mapped() 471 …generalized_vector_of_vector<Scalar, row_major, ublas::vector<coordinate_vector<Scalar> > > aux(SI… in setrand_ublas_genvec() local 474 aux(coords[i].x(), coords[i].y()) += vals[i]; in setrand_ublas_genvec() 477 compressed_matrix<Scalar,row_major> mat(aux); in setrand_ublas_genvec()
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_image.c | 50 enum ilo_image_aux_type aux; member 557 layout->aux = ILO_IMAGE_AUX_HIZ; in image_init_gen6_hardware_layout() 560 layout->aux = ILO_IMAGE_AUX_MCS; in image_init_gen6_hardware_layout() 562 layout->aux = ILO_IMAGE_AUX_NONE; in image_init_gen6_hardware_layout() 587 layout->aux = ILO_IMAGE_AUX_NONE; in image_init_gen6_transfer_layout() 834 if (layout->aux == ILO_IMAGE_AUX_HIZ && in image_get_gen6_monolithic_size() 1105 assert(layout->aux == ILO_IMAGE_AUX_HIZ); in image_set_gen6_hiz() 1148 img->aux.walk_layer_height = hz_qpitch; in image_set_gen6_hiz() 1188 img->aux.walk_lod_offsets[lv] = in image_set_gen6_hiz() 1247 img->aux.enables |= 1 << lv; in image_set_gen6_hiz() [all …]
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 457 Packet4i aux = _mm_srai_epi32(a,31); 458 return _mm_sub_epi32(_mm_xor_si128(a,aux),aux); 606 EIGEN_ALIGN16 int aux[4]; 607 pstore(aux, a); 608 return (aux[0] * aux[1]) * (aux[2] * aux[3]);; 629 EIGEN_ALIGN16 int aux[4]; 630 pstore(aux, a); 631 int aux0 = aux[0]<aux[1] ? aux[0] : aux[1]; 632 int aux2 = aux[2]<aux[3] ? aux[2] : aux[3]; 655 EIGEN_ALIGN16 int aux[4]; [all …]
|
/external/clang/test/Modules/ |
D | diagnostics.modulemap | 1 … -fmodules -fmodules-cache-path=%t -fmodule-map-file=%S/Inputs/diagnostics-aux.modulemap -fmodule-… 3 // CHECK: In file included from {{.*}}diagnostics-aux.modulemap:3: 4 // CHECK: diagnostics-aux-2.modulemap:2:3: error: expected 9 // CHECK: diagnostics-aux.modulemap:1:8: note: previously defined here
|
/external/iproute2/lib/ |
D | bpf.c | 2166 static int bpf_tail_call_get_aux(struct bpf_jited_aux *aux) in bpf_tail_call_get_aux() argument 2171 ret = bpf_derive_elf_map_from_fdinfo(aux->map_fd, &tmp, &aux->map); in bpf_tail_call_get_aux() 2173 ret = bpf_derive_prog_from_fdinfo(aux->prog_fd, &aux->prog); in bpf_tail_call_get_aux() 2207 struct bpf_jited_aux aux = {}; in bpf_fill_prog_arrays() local 2216 aux.map_fd = ctx->map_fds[idx]; in bpf_fill_prog_arrays() 2217 aux.prog_fd = fd; in bpf_fill_prog_arrays() 2219 if (bpf_tail_call_get_aux(&aux)) in bpf_fill_prog_arrays() 2221 if (!aux.map.owner.type) in bpf_fill_prog_arrays() 2224 if (aux.prog.type != aux.map.owner.type) in bpf_fill_prog_arrays() 2226 aux.map.owner.type, aux.prog.type); in bpf_fill_prog_arrays() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 14 for tp, name, repeat, aux, descr in tableSpec: 35 conv = converterClass(name, repeat, aux, tableClass) 41 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 46 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 58 def __init__(self, name, repeat, aux, tableClass): argument 61 self.aux = aux 271 return self.__class__(self.name, self.repeat, self.aux, tableClass) 283 return self.__class__(self.name, self.repeat, self.aux, tableClass) 287 def __init__(self, name, repeat, aux, tableClass): argument 288 BaseConverter.__init__(self, name, repeat, aux, tableClass)
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | BlockOfDynamicSparseMatrix.h | 66 DynamicSparseMatrix<Scalar,IsRowMajor?RowMajorBit:0> aux(other); 67 *this = aux.markAsRValue(); 74 SparseVector<Scalar,IsRowMajor ? RowMajorBit : 0> aux(other.innerVector(j)); 75 m_matrix.const_cast_derived()._data()[m_outerStart+j].swap(aux._data());
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2012-10-19-congruent-constant.ll | 12 tail call void @aux(i1 %phi1, i1 %phi2) nounwind 24 ; CHECK: call void @aux(i1 false, i1 false) 27 declare void @aux(i1, i1)
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_swizzle.c | 400 LLVMValueRef aux[LP_MAX_VECTOR_LENGTH]; in lp_build_swizzle_aos() local 402 memset(aux, 0, sizeof aux); in lp_build_swizzle_aos() 421 if (!aux[0]) { in lp_build_swizzle_aos() 422 aux[0] = lp_build_const_elem(bld->gallivm, type, 0.0); in lp_build_swizzle_aos() 428 if (!aux[1]) { in lp_build_swizzle_aos() 429 aux[1] = lp_build_const_elem(bld->gallivm, type, 1.0); in lp_build_swizzle_aos() 440 if (!aux[i]) { in lp_build_swizzle_aos() 441 aux[i] = undef; in lp_build_swizzle_aos() 446 LLVMConstVector(aux, n), in lp_build_swizzle_aos()
|
/external/iproute2/include/ |
D | bpf_scm.h | 32 struct bpf_map_aux aux; member 42 msg->iov.iov_base = &msg->aux; in bpf_map_set_init() 43 msg->iov.iov_len = sizeof(msg->aux); in bpf_map_set_init()
|
/external/libnetfilter_conntrack/ |
D | Makefile.in | 85 $(srcdir)/doxygen.cfg.in COPYING README build-aux/ar-lib \ 86 compile build-aux/compile config.guess build-aux/config.guess \ 87 config.sub build-aux/config.sub depcomp build-aux/depcomp \ 88 install-sh build-aux/install-sh missing build-aux/missing \ 89 ltmain.sh build-aux/ltmain.sh $(top_srcdir)/build-aux/ar-lib \ 90 $(top_srcdir)/build-aux/compile \ 91 $(top_srcdir)/build-aux/config.guess \ 92 $(top_srcdir)/build-aux/config.sub \ 93 $(top_srcdir)/build-aux/install-sh \ 94 $(top_srcdir)/build-aux/ltmain.sh \ [all …]
|