Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 25 of 215) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp89 unsupported enumerator
96 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable()
366 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable()
367 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable()
368 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable()
369 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_8] = unsupported; in RuntimeLibcallSignatureTable()
370 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_16] = unsupported; in RuntimeLibcallSignatureTable()
371 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable()
372 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable()
373 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable()
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt118 ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE:164:unsupported any defined by type
119 ASN1_R_UNSUPPORTED_CIPHER:228:unsupported cipher
120 ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE:167:unsupported public key type
121 ASN1_R_UNSUPPORTED_TYPE:196:unsupported type
164 BIO_R_UNSUPPORTED_IP_FAMILY:146:unsupported ip family
165 BIO_R_UNSUPPORTED_METHOD:121:unsupported method
166 BIO_R_UNSUPPORTED_PROTOCOL_FAMILY:131:unsupported protocol family
270 CMP_R_UNSUPPORTED_ALGORITHM:136:unsupported algorithm
271 CMP_R_UNSUPPORTED_KEY_TYPE:137:unsupported key type
273 unsupported protection alg dhbasedmac
[all …]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp71 static Error unsupported(const char *Str, const Triple &T) { in unsupported() function
79 return unsupported("type", T); in getCPUType()
92 return unsupported("type", T); in getCPUType()
97 return unsupported("subtype", T); in getCPUSubType()
106 return unsupported("subtype", T); in getCPUSubType()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp62 Error PGOCtxProfileReader::unsupported(const Twine &Msg) { in unsupported() function in PGOCtxProfileReader
144 return unsupported("Expected Version record"); in readMetadata()
149 return unsupported("Expected Version record"); in readMetadata()
154 return unsupported("Expected Version record"); in readMetadata()
156 return unsupported("Version " + Twine(*Code) + in readMetadata()
/freebsd/sys/sys/
H A D_types.h58 #error unsupported long size
87 #error unsupported pointer size
97 #error unsupported size_t size
105 #error unsupported ptrdiff_t size
/freebsd/crypto/openssl/engines/
H A De_loader_attic.txt19 ATTIC_R_UNSUPPORTED_CONTENT_TYPE:108:unsupported content type
20 ATTIC_R_UNSUPPORTED_SEARCH_TYPE:109:unsupported search type
21 ATTIC_R_URI_AUTHORITY_UNSUPPORTED:110:uri authority unsupported
H A De_capi.txt37 CAPI_R_UNSUPPORTED_ALGORITHM_NID:126:unsupported algorithm nid
38 CAPI_R_UNSUPPORTED_PADDING:127:unsupported padding
39 CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM:128:unsupported public key algorithm
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp71 #error Unknown or unsupported OS.
134 #error Unknown or unsupported OS. in __kmp_env_get()
168 #error Unknown or unsupported OS. in __kmp_env_exists()
205 #error Unknown or unsupported OS. in __kmp_env_set()
221 #error Unknown or unsupported OS. in __kmp_env_unset()
452 #error Unknown or unsupported OS. in __kmp_env_blk_init()
H A Dkmp_wrapper_getpid.h62 #error Unknown or unsupported OS.
H A Dkmp_wrapper_malloc.h103 #error Unknown or unsupported OS.
/freebsd/contrib/file/magic/Magdir/
H A Dencore13 >20 short 0x10f unsupported executable
18 0 short 0x155 Encore unsupported executable
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c49 static const char *unsupported = "fs does not support r/o remount"; variable
69 atf_tc_skip("%s", unsupported); in remount_ro()
85 atf_tc_skip("%s", unsupported); in remount_ro()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_features_003_pos.ksh94 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
101 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
H A Dzpool_import_features_001_pos.ksh66 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c307 int unsupported = 0; in inner_loader_fetch() local
332 unsupported = 1; in inner_loader_fetch()
369 unsupported = !methdata->flag_construct_error_occurred; in inner_loader_fetch()
373 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_loader_fetch()
375 unsupported in inner_loader_fetch()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td14 def err_drv_unsupported_opt : Error<"unsupported option '%0'">;
16 "unsupported option '%0'; did you mean '%1'?">;
18 "unsupported option '%0' for target '%1'">;
20 "unsupported option '%0' for language mode '%1'">;
22 "unsupported argument '%1' to option '%0'">;
24 "unsupported argument '%1' to option '%0' for target '%2'">;
58 def err_drv_cuda_bad_gpu_arch : Error<"unsupported CUDA gpu architecture: %0">;
59 def err_drv_offload_bad_gpu_arch : Error<"unsupported %0 gpu architecture: %1">;
118 "unsupported architecture '%0' for host compilation">;
156 "unsupported runtime library '%0' for platform '%1'">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCallingConv.td24 // Could be assigned to the stack in 8-byte aligned units, but unsupported
44 // Could be assigned to the stack in 8-byte aligned units, but unsupported
/freebsd/contrib/tcpdump/
H A Dprint-lwres.c281 int unsupported = 0; in lwres_print() local
413 unsupported++; in lwres_print()
538 unsupported++; in lwres_print()
549 if (!unsupported && ND_BYTES_BETWEEN(bp, s) < GET_BE_U_4(np->length)) in lwres_print()
/freebsd/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn110 unsupported-major-version(1),
11 unsupported-minor-version(2),
12 unsupported-operation(3),
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.templates7 Although possible, building in a 32-bit environment is unsupported and
21 Although possible, building in a 32-bit environment is unsupported and
/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c275 int unsupported = 0; in inner_evp_generic_fetch() local
322 unsupported = 1; in inner_evp_generic_fetch()
378 unsupported = !methdata->flag_construct_error_occurred; in inner_evp_generic_fetch()
382 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_evp_generic_fetch()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c369 int unsupported = 0; in inner_ossl_decoder_fetch() local
393 unsupported = 1; in inner_ossl_decoder_fetch()
432 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_decoder_fetch()
436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch()
H A Dencoder_meth.c379 int unsupported = 0; in inner_ossl_encoder_fetch() local
403 unsupported = 1; in inner_ossl_encoder_fetch()
441 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_encoder_fetch()
445 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_encoder_fetch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td53 // Obsolete and unsupported:
55 HelpText<"Obsolete and unsupported flags">;
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod329 =item B<X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE: unsupported extension feature>
357 unsupported name constraint type>
359 An unsupported name constraint type was encountered. OpenSSL currently only
363 unsupported or invalid name constraint syntax>
369 =item B<X509_V_ERR_UNSUPPORTED_NAME_SYNTAX: unsupported or invalid name syntax>
442 unsupported signature algorithm>

123456789