/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 32 __attribute__(( pointer_with_type_tag(mpi,1,3) )); 36 __attribute__(( pointer_with_type_tag(mpi,1,3), pointer_with_type_tag(mpi,4,6) )); 55 …ed_datatype_t ompi_mpi_datatype_null __attribute__(( type_tag_for_datatype(mpi,void,must_be_null) … 56 …i_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,float) )); 57 …mpi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )); 58 …pi_predefined_datatype_t ompi_mpi_long __attribute__(( type_tag_for_datatype(mpi,long) )); 59 …ined_datatype_t ompi_mpi_long_long_int __attribute__(( type_tag_for_datatype(mpi,long long int) )); 60 …pi_predefined_datatype_t ompi_mpi_char __attribute__(( type_tag_for_datatype(mpi,char) )); 63 …ed_datatype_t ompi_mpi_float_int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct… 66 …ed_datatype_t ompi_mpi_2int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct… [all …]
|
D | warn-type-safety.c | 13 …__attribute__(( pointer_with_type_tag(mpi,0,7) )); // expected-error {{attribute parameter 2 is ou… 16 …__attribute__(( pointer_with_type_tag(mpi,3,7) )); // expected-error {{attribute parameter 2 is ou… 19 …__attribute__(( pointer_with_type_tag(mpi,1,0) )); // expected-error {{attribute parameter 3 is ou… 22 …__attribute__(( pointer_with_type_tag(mpi,1,3) )); // expected-error {{attribute parameter 3 is ou… 25 …__attribute__(( pointer_with_type_tag(mpi,0x8000000000000001ULL,1) )); // expected-error {{attribu… 30 …__attribute__(( pointer_with_type_tag(mpi,x,2) )); // expected-error {{attribute requires paramete… 33 …__attribute__(( pointer_with_type_tag(mpi,1,x) )); // expected-error {{attribute requires paramete… 35 int wrong9 __attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{attribute only ap… 38 …__attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{'pointer_with_type_tag' att… 45 __attribute__(( type_tag_for_datatype(mpi,1,2) )); // expected-error {{expected a type}} [all …]
|
D | warn-type-safety.cpp | 11 extern struct ompi_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,f… 12 extern struct ompi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,i… 13 extern struct ompi_predefined_datatype_t ompi_mpi_null __attribute__(( type_tag_for_datatype(mpi,v… 25 …__attribute__(( pointer_with_type_tag(mpi,5,6) )); // expected-error {{attribute parameter 2 is ou… 28 …__attribute__(( pointer_with_type_tag(mpi,2,5) )); // expected-error {{attribute parameter 3 is ou… 31 …__attribute__(( pointer_with_type_tag(mpi,1,5) )); // expected-error {{attribute is invalid for th… 34 …__attribute__(( pointer_with_type_tag(mpi,2,1) )); // expected-error {{attribute is invalid for th… 37 __attribute__(( pointer_with_type_tag(mpi,2,4) )); // no-error 43 …__attribute__(( pointer_with_type_tag(mpi,a,5) )); // expected-error {{attribute requires paramete…
|
D | 128bitint.c | 22 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) )); 24 static const int mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )) = 10;
|
/external/llvm-project/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 32 __attribute__(( pointer_with_type_tag(mpi,1,3) )); 36 __attribute__(( pointer_with_type_tag(mpi,1,3), pointer_with_type_tag(mpi,4,6) )); 55 …ed_datatype_t ompi_mpi_datatype_null __attribute__(( type_tag_for_datatype(mpi,void,must_be_null) … 56 …i_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,float) )); 57 …mpi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )); 58 …pi_predefined_datatype_t ompi_mpi_long __attribute__(( type_tag_for_datatype(mpi,long) )); 59 …ined_datatype_t ompi_mpi_long_long_int __attribute__(( type_tag_for_datatype(mpi,long long int) )); 60 …pi_predefined_datatype_t ompi_mpi_char __attribute__(( type_tag_for_datatype(mpi,char) )); 63 …ed_datatype_t ompi_mpi_float_int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct… 66 …ed_datatype_t ompi_mpi_2int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct… [all …]
|
D | warn-type-safety.c | 13 …__attribute__(( pointer_with_type_tag(mpi,0,7) )); // expected-error {{attribute parameter 2 is ou… 16 …__attribute__(( pointer_with_type_tag(mpi,3,7) )); // expected-error {{attribute parameter 2 is ou… 19 …__attribute__(( pointer_with_type_tag(mpi,1,0) )); // expected-error {{attribute parameter 3 is ou… 22 …__attribute__(( pointer_with_type_tag(mpi,1,3) )); // expected-error {{attribute parameter 3 is ou… 25 …__attribute__(( pointer_with_type_tag(mpi,0x8000000000000001ULL,1) )); // expected-error {{attribu… 30 …__attribute__(( pointer_with_type_tag(mpi,x,2) )); // expected-error {{attribute requires paramete… 33 …__attribute__(( pointer_with_type_tag(mpi,1,x) )); // expected-error {{attribute requires paramete… 35 int wrong9 __attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{'pointer_with_typ… 38 …__attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{'pointer_with_type_tag' att… 41 __attribute__(( pointer_with_type_tag(mpi,1,2) )); [all …]
|
D | attr-type-safety.c | 9 extern struct A datatype_wrong2 [[clang::type_tag_for_datatype(mpi,1,2)]]; // expected-error {{expe… 11 extern struct A datatype_wrong3 [[clang::type_tag_for_datatype(mpi,not_a_type)]]; // expected-error… 13 extern struct A datatype_wrong4 [[clang::type_tag_for_datatype(mpi,int,int)]]; // expected-error {{… 15 extern struct A datatype_wrong5 [[clang::type_tag_for_datatype(mpi,int,not_a_flag)]]; // expected-e… 17 extern struct A datatype_wrong6 [[clang::type_tag_for_datatype(mpi,int,layout_compatible,not_a_flag… 28 [[clang::pointer_with_type_tag(mpi,0,7)]] // expected-error {{attribute parameter 2 is out of boun… 31 [[clang::pointer_with_type_tag(mpi,3,7)]] // expected-error {{attribute parameter 2 is out of bound… 34 [[clang::pointer_with_type_tag(mpi,1,0)]] // expected-error {{attribute parameter 3 is out of bound… 37 [[clang::pointer_with_type_tag(mpi,1,3)]] // expected-error {{attribute parameter 3 is out of bound… 40 [[clang::pointer_with_type_tag(mpi,0x8000000000000001ULL,1)]] // expected-error {{attribute paramet…
|
D | warn-type-safety.cpp | 11 extern struct ompi_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,f… 12 extern struct ompi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,i… 13 extern struct ompi_predefined_datatype_t ompi_mpi_null __attribute__(( type_tag_for_datatype(mpi,v… 25 …__attribute__(( pointer_with_type_tag(mpi,5,6) )); // expected-error {{attribute parameter 2 is ou… 28 …__attribute__(( pointer_with_type_tag(mpi,2,5) )); // expected-error {{attribute parameter 3 is ou… 31 …__attribute__(( pointer_with_type_tag(mpi,1,5) )); // expected-error {{attribute is invalid for th… 34 …__attribute__(( pointer_with_type_tag(mpi,2,1) )); // expected-error {{attribute is invalid for th… 37 __attribute__(( pointer_with_type_tag(mpi,2,4) )); // no-error 43 …__attribute__(( pointer_with_type_tag(mpi,a,5) )); // expected-error {{attribute requires paramete…
|
D | 128bitint.c | 22 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) )); 24 static const int mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )) = 10;
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-x509.c | 285 mbedtls_mpi *mpi[LWS_GENCRYPTO_RSA_KEYEL_COUNT]; in lws_x509_public_to_jwk() local 295 mpi[LWS_GENCRYPTO_RSA_KEYEL_E] = &rsactx->E; in lws_x509_public_to_jwk() 296 mpi[LWS_GENCRYPTO_RSA_KEYEL_N] = &rsactx->N; in lws_x509_public_to_jwk() 297 mpi[LWS_GENCRYPTO_RSA_KEYEL_D] = &rsactx->D; in lws_x509_public_to_jwk() 298 mpi[LWS_GENCRYPTO_RSA_KEYEL_P] = &rsactx->P; in lws_x509_public_to_jwk() 299 mpi[LWS_GENCRYPTO_RSA_KEYEL_Q] = &rsactx->Q; in lws_x509_public_to_jwk() 300 mpi[LWS_GENCRYPTO_RSA_KEYEL_DP] = &rsactx->DP; in lws_x509_public_to_jwk() 301 mpi[LWS_GENCRYPTO_RSA_KEYEL_DQ] = &rsactx->DQ; in lws_x509_public_to_jwk() 302 mpi[LWS_GENCRYPTO_RSA_KEYEL_QI] = &rsactx->QP; in lws_x509_public_to_jwk() 312 mpi[LWS_GENCRYPTO_EC_KEYEL_X] = &ecpctx->Q.X; in lws_x509_public_to_jwk() [all …]
|
D | lws-genrsa.c | 67 mbedtls_mpi *mpi[LWS_GENCRYPTO_RSA_KEYEL_COUNT] = { in lws_genrsa_create() local 75 mbedtls_mpi_read_binary(mpi[n], el[n].buf, in lws_genrsa_create() 139 mbedtls_mpi *mpi[LWS_GENCRYPTO_RSA_KEYEL_COUNT] = { in lws_genrsa_new_keypair() local 146 if (mbedtls_mpi_size(mpi[n])) { in lws_genrsa_new_keypair() 148 mbedtls_mpi_size(mpi[n]), "genrsakey"); in lws_genrsa_new_keypair() 151 el[n].len = mbedtls_mpi_size(mpi[n]); in lws_genrsa_new_keypair() 152 if (mbedtls_mpi_write_binary(mpi[n], el[n].buf, in lws_genrsa_new_keypair() 399 mbedtls_mpi *mpi[LWS_GENCRYPTO_RSA_KEYEL_COUNT] = { in lws_genrsa_render_pkey_asn1() local 432 int m = mbedtls_mpi_size(mpi[n]); in lws_genrsa_render_pkey_asn1() 448 if (mbedtls_mpi_write_binary(mpi[n], p, m)) in lws_genrsa_render_pkey_asn1() [all …]
|
D | lws-genec.c | 231 mbedtls_mpi *mpi[3]; in lws_genecdh_new_keypair() local 268 mpi[0] = &kp->Q.X; in lws_genecdh_new_keypair() 269 mpi[1] = &kp->d; in lws_genecdh_new_keypair() 270 mpi[2] = &kp->Q.Y; in lws_genecdh_new_keypair() 286 if (mbedtls_mpi_write_binary(mpi[n - 1], el[n].buf, in lws_genecdh_new_keypair() 313 mbedtls_mpi *mpi[3]; in lws_genecdsa_new_keypair() local 342 mpi[0] = &kp->Q.X; in lws_genecdsa_new_keypair() 343 mpi[1] = &kp->d; in lws_genecdsa_new_keypair() 344 mpi[2] = &kp->Q.Y; in lws_genecdsa_new_keypair() 361 if (mbedtls_mpi_write_binary(mpi[n - 1], el[n].buf, el[n].len)) { in lws_genecdsa_new_keypair()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | clang-analyzer-optin.mpi.MPI-Checker.rst | 1 .. title:: clang-tidy - clang-analyzer-optin.mpi.MPI-Checker 3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-mpi-mpi-checker 5 clang-analyzer-optin.mpi.MPI-Checker 8 The clang-analyzer-optin.mpi.MPI-Checker check is an alias, please see 9 …zer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin-mpi-mpi-checker>`_
|
D | mpi-type-mismatch.rst | 1 .. title:: clang-tidy - mpi-type-mismatch 3 mpi-type-mismatch
|
D | mpi-buffer-deref.rst | 1 .. title:: clang-tidy - mpi-buffer-deref 3 mpi-buffer-deref
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-x509.c | 305 BIGNUM *mpi[4]; in lws_x509_public_to_jwk() local 376 mpi[LWS_GENCRYPTO_EC_KEYEL_CRV] = NULL; in lws_x509_public_to_jwk() 377 mpi[LWS_GENCRYPTO_EC_KEYEL_X] = BN_new(); /* X */ in lws_x509_public_to_jwk() 378 mpi[LWS_GENCRYPTO_EC_KEYEL_D] = NULL; in lws_x509_public_to_jwk() 379 mpi[LWS_GENCRYPTO_EC_KEYEL_Y] = BN_new(); /* Y */ in lws_x509_public_to_jwk() 386 mpi[LWS_GENCRYPTO_EC_KEYEL_X], in lws_x509_public_to_jwk() 387 mpi[LWS_GENCRYPTO_EC_KEYEL_Y], in lws_x509_public_to_jwk() 389 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_X]); in lws_x509_public_to_jwk() 390 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_Y]); in lws_x509_public_to_jwk() 419 (const BIGNUM **)&mpi[LWS_GENCRYPTO_RSA_KEYEL_N], in lws_x509_public_to_jwk() [all …]
|
D | lws-genrsa.c | 182 const BIGNUM *mpi[5]; local 184 RSA_get0_key(ctx->rsa, &mpi[LWS_GENCRYPTO_RSA_KEYEL_N], 185 &mpi[LWS_GENCRYPTO_RSA_KEYEL_E], &mpi[LWS_GENCRYPTO_RSA_KEYEL_D]); 186 RSA_get0_factors(ctx->rsa, &mpi[LWS_GENCRYPTO_RSA_KEYEL_P], 187 &mpi[LWS_GENCRYPTO_RSA_KEYEL_Q]); 190 BIGNUM *mpi[5] = { ctx->rsa->e, ctx->rsa->n, ctx->rsa->d, 194 if (BN_num_bytes(mpi[n])) { 196 BN_num_bytes(mpi[n]), "genrsakey"); 199 el[n].len = BN_num_bytes(mpi[n]); 200 BN_bn2bin(mpi[n], el[n].buf);
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPITypes.h | 25 namespace mpi { 50 clang::ento::mpi::Request> 56 struct ProgramStateTrait<mpi::RequestMap> 57 : public ProgramStatePartialTrait<mpi::RequestMapImpl> {
|
D | MPIBugReporter.cpp | 21 namespace mpi { namespace 24 const CallEvent &MPICallEvent, const ento::mpi::Request &Req, in reportDoubleNonblocking() 50 const ento::mpi::Request &Req, const MemRegion *const RequestRegion, in reportMissingWait()
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPITypes.h | 26 namespace mpi { 51 clang::ento::mpi::Request> 58 struct ProgramStateTrait<mpi::RequestMap> 59 : public ProgramStatePartialTrait<mpi::RequestMapImpl> {
|
D | MPIBugReporter.cpp | 22 namespace mpi { namespace 25 const CallEvent &MPICallEvent, const ento::mpi::Request &Req, in reportDoubleNonblocking() 51 const ento::mpi::Request &Req, const MemRegion *const RequestRegion, in reportMissingWait()
|
/external/llvm-project/clang-tools-extra/clang-tidy/mpi/ |
D | MPITidyModule.cpp | 17 namespace mpi { namespace 30 static ClangTidyModuleRegistry::Add<mpi::MPIModule>
|
D | BufferDerefCheck.cpp | 19 namespace mpi { namespace 26 static ento::mpi::MPIFunctionClassifier FuncClassifier(*Result.Context); in check()
|
/external/tensorflow/third_party/hwloc/ |
D | workspace.bzl | 9 …"https://storage.googleapis.com/mirror.tensorflow.org/download.open-mpi.org/release/hwloc/v2.0/hwl… 10 "https://download.open-mpi.org/release/hwloc/v2.0/hwloc-2.0.3.tar.gz",
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.horovod.gpu | 37 # Download and install open-mpi. 38 RUN wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.4.tar.gz && \
|