Home
last modified time | relevance | path

Searched defs:funct (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c74 uint8_t funct; in kinst_emulate() local
366 uint8_t funct; in kinst_instr_dissect() local
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp65 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary()
/freebsd-src/crypto/openssl/crypto/engine/
H A Deng_table.c23 ENGINE *funct; member
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1074 CommandObjectPythonFunction(CommandInterpreter & interpreter,std::string name,std::string funct,std::string help,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectPythonFunction() argument