Home
last modified time | relevance | path

Searched full:const (Results 1 – 25 of 17430) sorted by relevance

12345678910>>...698

/freebsd-src/crypto/openssl/providers/implementations/include/prov/
H A Dimplementations.h14 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_sha384_functions[];
18 extern const OSSL_DISPATCH ossl_sha512_functions[];
19 extern const OSSL_DISPATCH ossl_sha512_224_functions[];
20 extern const OSSL_DISPATCH ossl_sha512_256_functions[];
21 extern const OSSL_DISPATCH ossl_sha3_224_functions[];
22 extern const OSSL_DISPATCH ossl_sha3_256_functions[];
23 extern const OSSL_DISPATCH ossl_sha3_384_functions[];
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Drockchip.yaml14 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
[all...]
H A Dsunxi.yaml15 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
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h20 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h30 PdbSymbolIdField RecurseIdFields) const override;
33 findChildren(PDB_SymType Type) const override;
36 PDB_NameSearchFlags Flags) const override;
40 uint32_t Section, uint32_t Offset) const override;
43 uint64_t VA) const override;
46 uint32_t RVA) const override;
49 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override;
51 findInlineFramesByRVA(uint32_t RVA) const override;
53 findInlineFramesByVA(uint64_t VA) const override;
55 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const override;
[all …]
/freebsd-src/contrib/expat/tests/
H A Dhandlers.h56 extern const void *g_handler_data;
67 const XML_Char *name,
68 const XML_Char **atts);
71 const XML_Char *name);
77 const XML_Char *name,
78 const XML_Char **attr);
81 const XML_Char *name);
84 const XML_Char *name;
85 const XML_Char *value;
89 const XML_Cha
[all...]
/freebsd-src/contrib/libfido2/src/
H A Dfido.h62 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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h47 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
52 void emitModuleMetadata(MCStreamer &Streamer, Module &M) const override;
54 void emitPersonalityValue(MCStreamer &Streamer, const DataLayout &DL,
55 const MCSymbol *Sym) const override;
59 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
60 const Constant *C,
61 Align &Alignment) const override;
63 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
64 const TargetMachin
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h36 int Indent, const IPDBSession &Session,
50 PdbSymbolIdField RecurseIdFields) const = 0;
53 findChildren(PDB_SymType Type) const = 0;
57 PDB_NameSearchFlags Flags) const = 0;
61 uint32_t Section, uint32_t Offset) const = 0;
64 uint64_t VA) const = 0;
67 uint32_t RVA) const = 0;
70 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const = 0;
72 findInlineFramesByRVA(uint32_t RVA) const = 0;
74 findInlineFramesByVA(uint64_t VA) const = 0;
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h33 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;
[all...]
H A DAMDGPUInstructionSelector.h51 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;
[all...]
H A DSIRegisterInfo.h34 const GCNSubtarget &ST;
51 void reserveRegisterTuples(BitVector &, MCRegister Reg) const;
54 SIRegisterInfo(const GCNSubtarget &ST);
71 bool spillSGPRToVGPR() const { in spillSGPRToVGPR()
77 MCRegister getAlignedHighSGPRForRC(const MachineFunction &MF,
78 const unsigned Align,
79 const TargetRegisterClass *RC) const;
83 MCRegister reservedPrivateSegmentBufferReg(const MachineFunction &MF) const;
85 BitVector getReservedRegs(const MachineFunction &MF) const override;
86 bool isAsmClobberable(const MachineFunction &MF,
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h22 AMDGPUInstPrinter(const MCAsmInfo &MAI, in AMDGPUInstPrinter()
23 const MCInstrInfo &MII, const MCRegisterInfo &MRI) in AMDGPUInstPrinter()
27 std::pair<const char *, uint64_t> getMnemonic(const MCInst *MI) override;
28 void printInstruction(const MCInst *MI, uint64_t Address,
29 const MCSubtargetInfo &STI, raw_ostream &O);
30 static const char *getRegisterName(MCRegister Reg);
32 void printRegName(raw_ostream &OS, MCRegister Reg) const override;
33 void printInst(const MCIns
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h39 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 MachineMemOperan
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h23 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;
30 void printRegName(raw_ostream &OS, MCRegister Reg) const override;
33 std::pair<const char *, uint64_t> getMnemonic(const MCInst *MI) override;
34 void printInstruction(const MCInst *MI, uint64_t Address,
35 const MCSubtargetInfo &STI, raw_ostream &O);
36 virtual bool printAliasInstr(const MCInst *MI, uint64_t Address,
37 const MCSubtargetInfo &STI, raw_ostream &O);
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dfilesystem28 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 Sourc
[all...]
H A D__locale45 _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 local
[all...]
H A Dlimits139 static _LIBCPP_CONSTEXPR const bool is_specialized = false;
144 static _LIBCPP_CONSTEXPR const int digits = 0;
145 static _LIBCPP_CONSTEXPR const int digits10 = 0;
146 static _LIBCPP_CONSTEXPR const int max_digits10 = 0;
147 static _LIBCPP_CONSTEXPR const bool is_signed = false;
148 static _LIBCPP_CONSTEXPR const bool is_integer = false;
149 static _LIBCPP_CONSTEXPR const bool is_exact = false;
150 static _LIBCPP_CONSTEXPR const int radix = 0;
154 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
155 static _LIBCPP_CONSTEXPR const in
[all...]
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_cmp_cfg_etmv4.h60 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-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h70 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
88 bool SetTargetTriple(const ArchSpec &arch) override;
92 EmulateInstructionARM(const ArchSpec &arch) in EmulateInstructionARM()
99 // EmulateInstructionARM (const ArchSpec &arch,
124 virtual bool SetArchitecture(const ArchSpec &arch);
128 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
145 bool ConditionPassed(const uint32_t opcode);
147 uint32_t CurrentCond(const uint32_t opcode);
163 bool BranchWritePC(const Context &context, uint32_t addr);
196 bool WriteCoreRegOptionalFlags(Context &context, const uint32_t result,
[all …]
/freebsd-src/sys/contrib/dev/rtw89/
H A Drtw8852a_rfk_table.h10 extern const struct rtw89_rfk_tbl rtw8852a_tssi_sys_defs_tbl;
11 extern const struct rtw89_rfk_tbl rtw8852a_tssi_sys_defs_2g_tbl;
12 extern const struct rtw89_rfk_tbl rtw8852a_tssi_sys_defs_5g_tbl;
13 extern const struct rtw89_rfk_tbl rtw8852a_tssi_txpwr_ctrl_bb_defs_a_tbl;
14 extern const struct rtw89_rfk_tbl rtw8852a_tssi_txpwr_ctrl_bb_defs_b_tbl;
15 extern const struct rtw89_rfk_tbl rtw8852a_tssi_txpwr_ctrl_bb_defs_2g_tbl;
16 extern const struct rtw89_rfk_tbl rtw8852a_tssi_txpwr_ctrl_bb_defs_5g_tbl;
17 extern const struct rtw89_rfk_tbl rtw8852a_tssi_txpwr_ctrl_bb_he_tb_defs_a_tbl;
18 extern const struct rtw89_rfk_tbl rtw8852a_tssi_txpwr_ctrl_bb_he_tb_defs_b_tbl;
19 extern const struct rtw89_rfk_tbl rtw8852a_tssi_dck_defs_a_tbl;
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h36 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 APValu
[all...]
/freebsd-src/sys/sys/
H A Dnv.h81 int nvlist_error(const nvlist_t *nvl);
82 bool nvlist_empty(const nvlist_t *nvl);
83 int nvlist_flags(const nvlist_t *nvl);
86 nvlist_t *nvlist_clone(const nvlist_t *nvl);
89 void nvlist_dump(const nvlist_t *nvl, int fd);
90 void nvlist_fdump(const nvlist_t *nvl, FILE *fp);
93 size_t nvlist_size(const nvlist_t *nvl);
94 void *nvlist_pack(const nvlist_t *nvl, size_t *sizep);
95 nvlist_t *nvlist_unpack(const void *buf, size_t size, int flags);
97 int nvlist_send(int sock, const nvlist_
[all...]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dnvpair.h126 const nv_alloc_ops_t *nva_ops;
138 _SYS_NVPAIR_H const nv_alloc_ops_t *const nv_fixed_ops;
139 _SYS_NVPAIR_H nv_alloc_t *const nv_alloc_nosleep;
142 _SYS_NVPAIR_H nv_alloc_t *const nv_alloc_sleep;
143 _SYS_NVPAIR_H nv_alloc_t *const nv_alloc_pushpage;
146 _SYS_NVPAIR_H int nv_alloc_init(nv_alloc_t *, const nv_alloc_ops_t *,
157 _SYS_NVPAIR_H int nvlist_dup(const nvlist_t *, nvlist_t **, int);
166 _SYS_NVPAIR_H int nvlist_xdup(const nvlist_t *, nvlist_t **, nv_alloc_t *);
170 _SYS_NVPAIR_H int nvlist_add_boolean(nvlist_t *, const char *);
171 _SYS_NVPAIR_H int nvlist_add_boolean_value(nvlist_t *, const char *, boolean_t);
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h31 const MCInstrInfo &MCII;
35 bool isMicroMips(const MCSubtargetInfo &STI) const;
36 bool isMips32r6(const MCSubtargetInfo &STI) const;
39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
41 MipsMCCodeEmitter(const MipsMCCodeEmitter &) = delete;
42 MipsMCCodeEmitter &operator=(const MipsMCCodeEmitter &) = delete;
45 void EmitByte(unsigned char C, raw_ostream &OS) const;
47 void encodeInstruction(const MCInst &MI, SmallVectorImpl<char> &CB,
49 const MCSubtargetInfo &STI) const override;
53 uint64_t getBinaryCodeForInstr(const MCInst &MI,
[all …]

12345678910>>...698