Home
last modified time | relevance | path

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

/external/crosvm/tests/
Dplugin_supported_cpuid.c26 int test_cpuid(void* crosvm, union cpuid_function funct, const char* name) { in test_cpuid()
72 union cpuid_function funct; in main() local
/external/ltp/testcases/misc/math/float/power/
Dgenpower.c68 char *funct, *bin_path; in main() local
/external/ltp/testcases/misc/math/float/iperb/
Dgeniperb.c72 char *funct, *bin_path; in main() local
/external/ltp/testcases/misc/math/float/exp_log/
Dgenexp_log.c68 char *funct, *bin_path; in main() local
/external/ltp/testcases/misc/math/float/bessel/
Dgenbessel.c72 char *funct, *bin_path; in main() local
/external/ltp/testcases/misc/math/float/trigo/
Dgentrigo.c69 char *funct, *bin_path; in main() local
/external/ltp/testcases/misc/math/float/
Dtfloat.h89 double (*funct)(); member
/external/llvm-project/lldb/source/DataFormatters/
DFormattersHelpers.cpp77 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary()
/external/clang/test/SemaCXX/
Daccess.cpp98 void funct(T) in funct() function
/external/llvm-project/clang/test/SemaCXX/
Daccess.cpp98 void funct(T) in funct() function
/external/llvm-project/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1692 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1744 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1065 std::string funct, std::string help, in CommandObjectPythonFunction()