Home
last modified time | relevance | path

Searched full:datatype (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd/crypto/openssl/util/
H A Dother.syms12 ADMISSION_SYNTAX datatype
13 ADMISSIONS datatype
14 ASN1_AUX datatype
15 ASN1_aux_cb datatype
16 ASN1_aux_const_cb datatype
17 ASN1_ex_d2i datatype
18 ASN1_ex_d2i_ex datatype
19 ASN1_ex_free_func datatype
20 ASN1_ex_i2d datatype
21 ASN1_ex_new_func datatype
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dnifty32 >>70 use nifti-datatype-le
41 >>70 use \^nifti-datatype-le
56 >>12 use nifti-datatype-le
65 >>12 use \^nifti-datatype-le
79 0 name nifti-datatype-le
81 >0 leshort =1 \b, binary datatype
82 >0 leshort =2 \b, uint8 datatype
83 >0 leshort =4 \b, int16 datatype
84 >0 leshort =8 \b, int32 datatype
85 >0 leshort =16 \b, float32 datatype
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormatsF2.td20 class F2_XYZ<bits<5> datatype, bits<6> sop, string opcodestr, dag outs, dag ins,
29 let Inst{15-11} = datatype;
56 class F2_XZ<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op, SDNode opnode>
57 : F2_XYZ<datatype, sop, !strconcat(op, "\t$vrz, $vrx"),
61 class F2_XZ_SET<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op>
62 : F2_XYZ<datatype, sop, !strconcat(op, "\t$vrz, $vrx"),
66 class F2_XZ_P<bits<5> datatype, bits<6> sop, string op, list<dag> pattern = [],
68 : F2_XYZ<datatype, sop, op#"\t$vrz, $vrx", outs, ins, pattern>;
71 multiclass F2_XZ_RM<bits<5> datatype, bits<4> sop, string op, dag outs, dag ins> {
72 def _RN : F2_XZ_P<datatype, {sop, 0b00}, op#".rn", [], outs, ins>;
[all …]
H A DCSKYInstrFormatsF1.td17 class F_XYZ_BASE<bits<5> datatype, bits<6> sop, dag outs, dag ins, string opcodestr, list<dag> patt…
24 let Inst{15 - 11} = datatype;
29 class F_XZ_GF<bits<5> datatype, bits<6> sop, dag outs, dag ins, string opcodestr, list<dag> pattern>
35 let Inst{15 - 11} = datatype;
40 class F_XZ_FG<bits<5> datatype, bits<6> sop, dag outs, dag ins, string opcodestr, list<dag> pattern>
46 let Inst{15 - 11} = datatype;
60 class F_XZ<bits<5> datatype, bits<6> sop, string op, string op_su, PatFrag opnode, RegisterOperand …
61 …: F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrx), !strconcat(op#op_su, "\t$vrz,…
64 class F_MOV<bits<5> datatype, bits<6> sop, string op, string op_su, RegisterOperand regtype>
65 …: F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrx), !strconcat(op#op_su, "\t$vrz,…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h258 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() argument
263 if (isa<FixedVectorType>(DataType) && !ST->useSVEForFixedLengthVectors() && in isLegalMaskedLoadStore()
264 DataType->getPrimitiveSizeInBits() != 128) in isLegalMaskedLoadStore()
267 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()
270 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() argument
271 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
274 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() argument
275 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()
278 bool isLegalMaskedGatherScatter(Type *DataType) const { in isLegalMaskedGatherScatter() argument
283 auto *DataTypeFVTy = dyn_cast<FixedVectorType>(DataType); in isLegalMaskedGatherScatter()
[all …]
/freebsd/stand/efi/include/Protocol/
H A DIp4Config2.h170 …This function is used to set the configuration data of type DataType for the EFI IPv4 network stack
174 DataType that multiple structure instances are allowed.
186 @param[in] DataType The type of data to set.
189 with the DataType.
196 requirement of the data type indicated by DataType.
202 …val EFI_BAD_BUFFER_SIZE The DataSize does not match the size of the type indicated by DataType.
203 @retval EFI_UNSUPPORTED This DataType is not supported.
211 IN EFI_IP4_CONFIG2_DATA_TYPE DataType,
220 This function returns the configuration data of type DataType for the EFI IPv4 network stack
231 @param[in] DataType The type of data to get.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h545 template <class DataType> struct OptionValue;
549 template <class DataType, bool isClass>
552 using WrapperType = OptionValue<DataType>;
556 const DataType &getValue() const { llvm_unreachable("no default value"); }
562 bool compare(const DataType & /*V*/) const { return false; }
573 template <class DataType> class OptionValueCopy : public GenericOptionValue {
574 DataType Value;
587 const DataType &getValue() const {
592 void setValue(const DataType &V) {
598 bool compare(const DataType &V) const { return Valid && (Value == V); }
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h90 /// \param DataType the type of the instruction with the \p Opcode checked for
94 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
220 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() argument
224 EVT DataTypeVT = TLI->getValueType(DL, DataType); in isLegalMaskedLoadStore()
238 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() argument
239 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
241 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() argument
242 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()
245 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter() argument
249 EVT DataTypeVT = TLI->getValueType(DL, DataType); in isLegalMaskedGatherScatter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h136 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad() argument
137 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedLoad()
139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() argument
140 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedStore()
142 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather() argument
143 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedGather()
145 bool isLegalMaskedScatter(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedScatter() argument
146 return isVectorLaneType(*getLaneType(DataType)); in isLegalMaskedScatter()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h263 bool isLegalMaskedLoad(Type *DataType, Align Alignment);
264 bool isLegalMaskedStore(Type *DataType, Align Alignment);
265 bool isLegalNTLoad(Type *DataType, Align Alignment);
266 bool isLegalNTStore(Type *DataType, Align Alignment);
272 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment);
273 bool isLegalMaskedGather(Type *DataType, Align Alignment);
274 bool isLegalMaskedScatter(Type *DataType, Align Alignment);
275 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment);
276 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment);
279 bool hasDivRemOp(Type *DataType, bool IsSigned);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp459 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() argument
461 return TTIImpl->isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
464 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, in isLegalMaskedLoad() argument
466 return TTIImpl->isLegalMaskedLoad(DataType, Alignment); in isLegalMaskedLoad()
469 bool TargetTransformInfo::isLegalNTStore(Type *DataType, in isLegalNTStore() argument
471 return TTIImpl->isLegalNTStore(DataType, Alignment); in isLegalNTStore()
474 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() argument
475 return TTIImpl->isLegalNTLoad(DataType, Alignment); in isLegalNTLoad()
483 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather() argument
485 return TTIImpl->isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_fromdata.pod224 const char *datatype = NULL;
228 datatype = "integer";
231 datatype = "unsigned integer";
234 datatype = "printable string (utf-8 encoding expected)";
237 datatype = "printable string pointer (utf-8 encoding expected)";
240 datatype = "octet string";
243 datatype = "octet string pointer";
246 printf("%s : %s ", settable_params->key, datatype);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_common.kshlib120 typeset -r datatype=$1
132 log_note "Testing file copy with datatype $datatype, file size $filesize, embedded $embedded"
140 case $datatype in
142 if [[ $datatype = "random" ]]; then
167 log_fail "Unknown datatype $datatype"
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_PKEY_fromdata.3339 \& const char *datatype = NULL;
343 \& datatype = "integer";
346 \& datatype = "unsigned integer";
349 \& datatype = "printable string (utf\-8 encoding expected)";
352 \& datatype = "printable string pointer (utf\-8 encoding expected)";
355 \& datatype = "octet string";
358 \& datatype = "octet string pointer";
361 \& printf("%s : %s ", settable_params\->key, datatype);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h257 using DataType = DataT; variable
261 using IntervalReferences = SmallVector<const DataType *, 4>;
264 using IntervalVector = SmallVector<DataType, 4>;
425 [](const DataType *LHS, const DataType *RHS) { in createTree()
431 [](const DataType *LHS, const DataType *RHS) { in createTree()
453 using value_type = DataType;
454 using difference_type = DataType;
455 using pointer = DataType *;
456 using reference = DataType &;
552 const DataType *current() const { in current()
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp_web.c109 "<dataType>bin.base64</dataType>\n"
113 "<dataType>bin.base64</dataType>\n"
117 "<dataType>bin.base64</dataType>\n"
121 "<dataType>bin.base64</dataType>\n"
125 "<dataType>ui1</dataType>\n"
129 "<dataType>ui1</dataType>\n"
133 "<dataType>bin.base64</dataType>\n"
137 "<dataType>ui1</dataType>\n"
141 "<dataType>string</dataType>\n"
145 "<dataType>bin.base64</dataType>\n"
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h779 bool isLegalMaskedStore(Type *DataType, Align Alignment) const;
781 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const;
784 bool isLegalNTStore(Type *DataType, Align Alignment) const;
786 bool isLegalNTLoad(Type *DataType, Align Alignment) const;
793 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const;
795 bool isLegalMaskedGather(Type *DataType, Align Alignment) const;
804 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment) const;
806 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment) const;
809 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) const;
812 bool isLegalMaskedVectorHistogram(Type *AddrType, Type *DataType) const;
[all …]
H A DTargetTransformInfoImpl.h266 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() argument
270 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() argument
274 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() argument
277 unsigned DataSize = DL.getTypeStoreSize(DataType); in isLegalNTStore()
281 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() argument
284 unsigned DataSize = DL.getTypeStoreSize(DataType); in isLegalNTLoad()
292 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() argument
296 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() argument
300 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() argument
304 bool forceScalarizeMaskedScatter(VectorType *DataType, in forceScalarizeMaskedScatter() argument
[all …]
/freebsd/sys/sys/
H A Dassym.h51 #define OFFSYM(name, parenttype, datatype) \ argument
52 char __assym_offset__ ## parenttype ## __ ## name ## __ ## datatype [offsetof(struct parenttype, na…
53 CTASSERT(__builtin_types_compatible_p(__typeof(((struct parenttype *)(0x0))-> name), datatype)); \
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c65 uint8_t datatype = advdata[++n]; in print_adv_data() local
69 switch (datatype) { in print_adv_data()
174 "\tUNKNOWN datatype: %02x data %s\n", in print_adv_data()
175 datatype, in print_adv_data()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp() argument
14 EVT VT = TLI->getValueType(DL, DataType); in hasDivRemOp()
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c372 * PARAMETERS: DataType - Object type to be associated with this
387 ACPI_OBJECT_TYPE DataType, in AcpiExGetNameString() argument
403 if (ACPI_TYPE_LOCAL_REGION_FIELD == DataType || in AcpiExGetNameString()
404 ACPI_TYPE_LOCAL_BANK_FIELD == DataType || in AcpiExGetNameString()
405 ACPI_TYPE_LOCAL_INDEX_FIELD == DataType) in AcpiExGetNameString()
422 * DataType is not a field name. in AcpiExGetNameString()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h302 #define is_signed(datatype) (((datatype)-1 / (datatype)2) == (datatype)0) argument
/freebsd/sys/dev/sfxge/common/
H A Defx_types.h48 * wide. Since there is no native 128-bit datatype on most systems,
51 * datatype.
59 * writes, we construct the little-endian datatype in host memory and
61 * constructing a native-endian datatype and relying on implicit
180 * A byte (i.e. 8-bit) datatype
187 * A word (i.e. 16-bit) datatype
189 * This datatype is defined to be little-endian.
198 * A doubleword (i.e. 32-bit) datatype
200 * This datatype is defined to be little-endian.
211 * A quadword (i.e. 64-bit) datatype
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp343 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() argument
346 return HexagonMaskedVMem && ST.isTypeForHVX(DataType); in isLegalMaskedStore()
349 bool HexagonTTIImpl::isLegalMaskedLoad(Type *DataType, Align /*Alignment*/) { in isLegalMaskedLoad() argument
352 return HexagonMaskedVMem && ST.isTypeForHVX(DataType); in isLegalMaskedLoad()

12345