| /freebsd/crypto/openssl/providers/implementations/include/prov/ |
| H A D | implementations.h | 14 extern const OSSL_DISPATCH ossl_sha1_functions[]; 15 extern const OSSL_DISPATCH ossl_sha224_functions[]; 16 extern const OSSL_DISPATCH ossl_sha256_functions[]; 17 extern const OSSL_DISPATCH ossl_sha256_192_functions[]; 18 extern const OSSL_DISPATCH ossl_sha384_functions[]; 19 extern const OSSL_DISPATCH ossl_sha512_functions[]; 20 extern const OSSL_DISPATCH ossl_sha512_224_functions[]; 21 extern const OSSL_DISPATCH ossl_sha512_256_functions[]; 22 extern const OSSL_DISPATCH ossl_sha3_224_functions[]; 23 extern const OSSL_DISPATC [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | rockchip.yaml | 14 const: '/' 20 - const: vamrs,ficus 21 - const: rockchip,rk3399 25 - const: vamrs,rock960 26 - const: rockchip,rk3399 30 - const: amarula,vyasa-rk3288 31 - const: rockchip,rk3288 38 - const: rockchip,rk3326 50 - const: rockchip,rk3566 54 - const: ariaboard,photonicat [all …]
|
| H A D | sunxi.yaml | 15 const: '/' 21 - const: allwinner,a100-perf1 22 - const: allwinner,sun50i-a100 26 - const: allwinner,sun8i-a23-evb 27 - const: allwinner,sun8i-a23 31 - const: allwinner,app4-evb1 32 - const: allwinner,sun6i-a31 36 - const: allwinner,h8homlet-v2 37 - const: allwinner,sun8i-a83t 41 - const: allwinner,ga10h-v1.1 [all …]
|
| H A D | mediatek.yaml | 17 const: '/' 24 - const: mediatek,mt2701 29 - const: mediatek,mt2712 34 - const: mediatek,mt6572 38 - const: mediatek,mt6580 42 - const: mediatek,mt6582 47 - const: mediatek,mt6589 51 - const: mediatek,mt6592 55 - const: mediatek,mt6755 59 - const: mediatek,mt6765 [all …]
|
| H A D | tegra.yaml | 15 const: "/" 25 - const: nvidia,tegra20 31 - const: ad,tamonten 32 - const: nvidia,tegra20 37 - const: toradex,colibri_t20 38 - const: nvidia,tegra20 40 - const: asus,tf101 41 - const: nvidia,tegra20 43 - const: acer,picasso 44 - const: nvidia,tegra20 [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 20 DIARawSymbol(const DIASession &PDBSession, CComPtr<IDiaSymbol> DiaSymbol); 23 PdbSymbolIdField RecurseIdFields) const override; 25 CComPtr<IDiaSymbol> getDiaSymbol() const { return Symbol; } in getDiaSymbol() 28 findChildren(PDB_SymType Type) const override; 31 PDB_NameSearchFlags Flags) const override; 35 uint32_t Section, uint32_t Offset) const override; 38 uint64_t VA) const override; 41 uint32_t RVA) const override; 44 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override; 46 findInlineFramesByRVA(uint32_t RVA) const override; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 31 PdbSymbolIdField RecurseIdFields) const override; 34 findChildren(PDB_SymType Type) const override; 37 PDB_NameSearchFlags Flags) const override; 41 uint32_t Section, uint32_t Offset) const override; 44 uint64_t VA) const override; 47 uint32_t RVA) const override; 50 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override; 52 findInlineFramesByRVA(uint32_t RVA) const override; 54 findInlineFramesByVA(uint64_t VA) const override; 56 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const override; [all …]
|
| /freebsd/contrib/expat/tests/ |
| H A D | handlers.h | 57 extern const void *g_handler_data; 68 const XML_Char *name, 69 const XML_Char **atts); 72 const XML_Char *name); 78 const XML_Char *name, 79 const XML_Char **attr); 82 const XML_Char *name); 85 const XML_Char *name; 86 const XML_Char *value; 90 const XML_Char *name; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 33 const GCNSubtarget *Subtarget; 38 EVT VT) const override; 41 EVT VT) const override; 45 unsigned &NumIntermediates, MVT &RegisterVT) const override; 48 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL, 49 SDValue Chain, uint64_t Offset) const; 50 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const; 51 SDValue getLDSKernelId(SelectionDAG &DAG, const SDLoc &SL) const; 53 const SDLoc &SL, SDValue Chain, 56 const ISD::InputArg *Arg = nullptr) const; [all …]
|
| H A D | AMDGPUInstructionSelector.h | 51 const GCNSubtarget *Subtarget; 54 AMDGPUInstructionSelector(const GCNSubtarget &STI, 55 const AMDGPURegisterBankInfo &RBI, 56 const AMDGPUTargetMachine &TM); 59 static const char *getName(); 72 bool isSGPR(Register Reg) const; 74 bool isInstrUniform(const MachineInstr &MI) const; 75 bool isVCC(Register Reg, const MachineRegisterInfo &MRI) const; 77 const RegisterBank *getArtifactRegBank( 78 Register Reg, const MachineRegisterInfo &MRI, [all …]
|
| /freebsd/contrib/libfido2/src/ |
| H A D | fido.h | 62 fido_dev_t *fido_dev_new_with_info(const fido_dev_info_t *); 65 void *fido_dev_io_handle(const fido_dev_t *); 82 const unsigned char *fido_assert_authdata_ptr(const fido_assert_t *, size_t); 83 const unsigned char *fido_assert_authdata_raw_ptr(const fido_assert_t *, 85 const unsigned char *fido_assert_clientdata_hash_ptr(const fido_assert_t *); 86 const unsigned char *fido_assert_hmac_secret_ptr(const fido_assert_t *, size_t); 87 const unsigned char *fido_assert_id_ptr(const fido_assert_t *, size_t); 88 const unsigned char *fido_assert_largeblob_key_ptr(const fido_assert_t *, size_t); 89 const unsigned char *fido_assert_sig_ptr(const fido_assert_t *, size_t); 90 const unsigned char *fido_assert_user_id_ptr(const fido_assert_t *, size_t); [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 45 void Initialize(MCContext &Ctx, const TargetMachine &TM) override; 50 void emitModuleMetadata(MCStreamer &Streamer, Module &M) const override; 52 void emitPersonalityValue(MCStreamer &Streamer, const DataLayout &DL, 53 const MCSymbol *Sym, 54 const MachineModuleInfo *MMI) const override; 57 const DataLayout &DL, 58 const MCSymbol *Sym, 59 const MachineModuleInfo *MMI) const; 61 void emitLinkerDirectives(MCStreamer &Streamer, Module &M) const override; 65 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 38 const IPDBSession &Session, PdbSymbolIdField FieldId, 51 PdbSymbolIdField RecurseIdFields) const = 0; 54 findChildren(PDB_SymType Type) const = 0; 58 PDB_NameSearchFlags Flags) const = 0; 62 uint32_t Section, uint32_t Offset) const = 0; 65 uint64_t VA) const = 0; 68 uint32_t RVA) const = 0; 71 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const = 0; 73 findInlineFramesByRVA(uint32_t RVA) const = 0; 75 findInlineFramesByVA(uint64_t VA) const = 0; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 39 const HexagonSubtarget &Subtarget; 57 Register isLoadFromStackSlot(const MachineInstr &MI, 58 int &FrameIndex) const override; 65 Register isStoreToStackSlot(const MachineInstr &MI, 66 int &FrameIndex) const override; 72 const MachineInstr &MI, 73 SmallVectorImpl<const MachineMemOperand *> &Accesses) const override; 79 const MachineInstr &MI, 80 SmallVectorImpl<const MachineMemOperand *> &Accesses) const override; 109 bool AllowModify) const override; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 28 path(const path& p); 32 path(const Source& source, format fmt = auto_format); 36 path(const Source& source, const locale& loc, format fmt = auto_format); 38 … path(InputIterator first, InputIterator last, const locale& loc, format fmt = auto_format); 41 path& operator=(const path& p); 46 path& operator=(const Source& source); 48 path& assign(const Source& source); 52 path& operator/=(const path& p); 54 path& operator/=(const Source& source); 56 path& append(const Source& source); [all …]
|
| H A D | __locale | 52 _LIBCPP_HIDE_FROM_ABI bool has_facet(const locale&) _NOEXCEPT; 55 _LIBCPP_HIDE_FROM_ABI const _Facet& use_facet(const locale&); 70 static const category // values assigned here are for exposition only 78 locale(const locale&) _NOEXCEPT; 79 explicit locale(const char*); 80 explicit locale(const string&); 81 locale(const locale&, const char*, category); 82 locale(const locale&, const string&, category); 84 _LIBCPP_HIDE_FROM_ABI locale(const locale&, _Facet*); 85 locale(const locale&, const locale&, category); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __locale | 45 _LIBCPP_HIDE_FROM_ABI bool has_facet(const locale&) _NOEXCEPT; 48 _LIBCPP_HIDE_FROM_ABI const _Facet& use_facet(const locale&); 61 static const category // values assigned here are for exposition only 68 locale(const locale&) _NOEXCEPT; 69 explicit locale(const char*); 70 explicit locale(const string&); 71 locale(const locale&, const char*, category); 72 locale(const locale&, const string&, category); 74 _LIBCPP_HIDE_FROM_ABI locale(const locale&, _Facet*); 75 locale(const locale&, const locale&, category); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.h | 23 ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, 24 const MCRegisterInfo &MRI); 28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 29 const MCSubtargetInfo &STI, raw_ostream &O) override; 33 std::pair<const char *, uint64_t> 34 getMnemonic(const MCInst &MI) const override; 35 void printInstruction(const MCInst *MI, uint64_t Address, 36 const MCSubtargetInfo &STI, raw_ostream &O); 37 virtual bool printAliasInstr(const MCInst *MI, uint64_t Address, 38 const MCSubtargetInfo &STI, raw_ostream &O); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.h | 22 AMDGPUInstPrinter(const MCAsmInfo &MAI, in AMDGPUInstPrinter() 23 const MCInstrInfo &MII, const MCRegisterInfo &MRI) in AMDGPUInstPrinter() 27 std::pair<const char *, uint64_t> 28 getMnemonic(const MCInst &MI) const override; 29 void printInstruction(const MCInst *MI, uint64_t Address, 30 const MCSubtargetInfo &STI, raw_ostream &O); 31 static const char *getRegisterName(MCRegister Reg); 34 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 35 const MCSubtargetInfo &STI, raw_ostream &O) override; 37 const MCRegisterInfo &MRI); [all …]
|
| /freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_cmp_cfg_etmv4.h | 60 EtmV4Config(const ocsd_etmv4_cfg *cfg_regs); 66 EtmV4Config & operator=(const ocsd_etmv4_cfg *p_cfg); 68 //! cast operator returning struct const reference 69 operator const ocsd_etmv4_cfg &() const { return m_cfg; }; 70 //! cast operator returning struct const pointer 71 operator const ocsd_etmv4_cfg *() const { return &m_cfg; }; 73 const ocsd_core_profile_t &coreProfile() const { return m_cfg.core_prof; }; in coreProfile() 74 const ocsd_arch_version_t &archVersion() const { return m_cfg.arch_ver; }; in archVersion() 77 const bool LSasInstP0() const; 78 const bool hasDataTrace() const; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 38 const unsigned RoundingBitsPos = 22; 41 const uint64_t ReservedFPControlBits = 0xfffffffff80040f8; 49 const unsigned StackProbeMaxUnprobedStack = 1024; 52 const unsigned StackProbeMaxLoopUnroll = 4; 64 explicit AArch64TargetLowering(const TargetMachine &TM, 65 const AArch64Subtarget &STI); 70 SDValue N1) const override; 73 CCAssignFn *CCAssignFnForCall(CallingConv::ID CC, bool IsVarArg) const; 76 CCAssignFn *CCAssignFnForReturn(CallingConv::ID CC) const; 80 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known, [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 36 const bool ShowColors; 131 const comments::FullComment *>, 139 const bool ShowColors; 143 const char *LastLocFilename = ""; 150 const ASTContext *Context = nullptr; 151 const SourceManager *SM = nullptr; 156 const comments::CommandTraits *Traits = nullptr; 158 const char *getCommandName(unsigned CommandID); 161 void dumpAPValueChildren(const APValue &Value, QualType Ty, 162 const APValue &(*IdxToChildFun)(const APValue &, [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 80 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type); 98 bool SetTargetTriple(const ArchSpec &arch) override; 102 EmulateInstructionARM(const ArchSpec &arch) in EmulateInstructionARM() 109 // EmulateInstructionARM (const ArchSpec &arch, 134 virtual bool SetArchitecture(const ArchSpec &arch); 138 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr, 155 bool ConditionPassed(const uint32_t opcode); 157 uint32_t CurrentCond(const uint32_t opcode); 173 bool BranchWritePC(const Context &context, uint32_t addr); 206 bool WriteCoreRegOptionalFlags(Context &context, const uint32_t result, [all …]
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 119 int EVP_set_default_properties(OSSL_LIB_CTX *libctx, const char *propq); 132 OSSL_DEPRECATEDIN_3_0 EVP_MD *EVP_MD_meth_dup(const EVP_MD *md); 145 int EVP_MD_meth_set_update(EVP_MD *md, int (*update)(EVP_MD_CTX *ctx, const void *data, size_t coun… 149 int EVP_MD_meth_set_copy(EVP_MD *md, int (*copy)(EVP_MD_CTX *to, const EVP_MD_CTX *from)); 154 OSSL_DEPRECATEDIN_3_0 int EVP_MD_meth_get_input_blocksize(const EVP_MD *md); 155 OSSL_DEPRECATEDIN_3_0 int EVP_MD_meth_get_result_size(const EVP_MD *md); 156 OSSL_DEPRECATEDIN_3_0 int EVP_MD_meth_get_app_datasize(const EVP_MD *md); 157 OSSL_DEPRECATEDIN_3_0 unsigned long EVP_MD_meth_get_flags(const EVP_MD *md); 159 int (*EVP_MD_meth_get_init(const EVP_MD *md))(EVP_MD_CTX *ctx); 161 int (*EVP_MD_meth_get_update(const EVP_MD *md))(EVP_MD_CTX *ctx, [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 80 mutable const ListRecTy *ListTy = nullptr; 86 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() 89 RecordKeeper &getRecordKeeper() const { return RK; } in getRecordKeeper() 91 virtual std::string getAsString() const = 0; 92 void print(raw_ostream &OS) const { OS << getAsString(); } in print() 93 void dump() const; 97 virtual bool typeIsConvertibleTo(const RecTy *RHS) const; 101 virtual bool typeIsA(const RecTy *RHS) const; 104 const ListRecTy *getListTy() const; 107 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) { [all …]
|