| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 73 typedef typename Info::offset_type offset_type; typedef 74 offset_type NumBuckets; 75 offset_type NumEntries; 80 offset_type Off; 188 const std::pair<offset_type, offset_type> &Len = in Emit() 287 typedef typename Info::offset_type offset_type; typedef 289 OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries, 302 static std::pair<offset_type, offset_type> 376 const std::pair<offset_type, offset_type> &L = 440 typedef typename base_type::offset_type offset_type; typedef [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 343 using offset_type = uint64_t; variable 351 static std::pair<offset_type, offset_type> 355 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 356 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 360 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 366 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 100 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait 112 static std::pair<offset_type, offset_type> 118 offset_type N = K.size(); in EmitKeyDataLength() 119 LE.write<offset_type>(N); in EmitKeyDataLength() 121 offset_type M = 0; in EmitKeyDataLength() 131 LE.write<offset_type>(M); in EmitKeyDataLength() 136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey() 140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
|
| H A D | InstrProfReader.cpp | 555 using offset_type = InstrProfLookupTrait::offset_type; typedef 572 offset_type N) { in ReadData()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 81 using offset_type = unsigned; variable 136 using offset_type = unsigned; variable 209 using offset_type = unsigned; variable 264 using offset_type = unsigned; variable
|
| H A D | GlobalModuleIndex.cpp | 79 typedef unsigned offset_type; typedef in __anon989f7eea0311::IdentifierIndexReaderTrait 727 typedef unsigned offset_type; typedef in __anon989f7eea0811::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1659 using offset_type = unsigned; typedef in __anon91274ea00311::HeaderFileInfoTrait 3005 using offset_type = unsigned; typedef in __anon91274ea00911::ASTMethodPoolTrait 3297 using offset_type = unsigned; typedef in __anon91274ea00a11::ASTIdentifierTableTrait 3524 using offset_type = unsigned; typedef in __anon91274ea00b11::ASTDeclContextNameLookupTrait
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | filter.h | 63 u8 offset_type; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1734 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local 1736 if (!offset_type) { in ReplaceVariables() 1764 [this, name, offset_type, offset, argument, in ReplaceVariables() 1776 ConstantInt::get(offset_type, offset, true)); in ReplaceVariables()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac80211.c | 92 .offset_type = 100 .offset_type = 119 .offset_type = BCAST_FILTER_OFFSET_IP_END, 126 .offset_type = BCAST_FILTER_OFFSET_IP_END,
|
| H A D | debugfs.c | 1414 attr->offset_type ? "IP End" : in iwl_dbgfs_bcast_filters_read() 1453 &attr->offset, &attr->offset_type, in iwl_dbgfs_bcast_filters_write()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVPseudos.td | 3235 ValueType offset_type, 3242 def : VPatAMOWDNoMask<intrinsic, inst, result_type, offset_type, 3244 def : VPatAMOWDMask<intrinsic, inst, result_type, offset_type,
|