Home
last modified time | relevance | path

Searched defs:functions (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/libxo/doc/
H A Dapi.rst1474 xo_vsyslog
1502 xo_open_log
1519 xo_close_log
1529 xo_set_logmask
1548 xo_set_syslog_enterprise_id
/freebsd-src/crypto/openssl/apps/
H A Dprogs.c15 FUNCTION functions[] = { variable
/freebsd-src/crypto/openssl/apps/lib/
H A Dcolumns.c14 void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc) in calculate_columns()
/freebsd-src/sys/arm/allwinner/
H A Dallwinner_pinctrl.h35 const char *functions[AW_MAX_FUNC_BY_PIN]; member
/freebsd-src/sys/arm/mv/
H A Dmvebu_pinctrl.c58 const char *functions[MAX_PIN_FUNC]; member
/freebsd-src/usr.sbin/memcontrol/
H A Dmemcontrol.c73 } functions[] = { variable
/freebsd-src/tools/test/stress2/tools/
H A Dbench.c54 static void (*functions[])(void) = {&cr1, &cr2, &cr3, &rn1, &rw1, &rw2}; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h710 iterator_range<iterator> functions() { functions() function
713 iterator_range<const_iterator> functions() const { functions() function
[all...]
/freebsd-src/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_var.h125 char *functions[16]; /* XXX */ member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h209 SmallVector<std::unique_ptr<GCOVFunction>, 16> functions; variable
/freebsd-src/sys/gnu/gcov/
H A Dgcc_4_7.c110 struct gcov_fn_info **functions; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h151 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } functions() function
H A DStackMapParser.h381 iterator_range<function_iterator> functions() const { in functions() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp414 SimpleBindingMMFunctions functions; in LLVMCreateSimpleMCJITMemoryManager() local
/freebsd-src/sys/arm64/nvidia/tegra210/
H A Dtegra210_pinmux.c217 char *functions[4]; member
/freebsd-src/sys/arm/nvidia/
H A Dtegra_pinmux.c168 char *functions[4]; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1015 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions); InternalGetProcAddress() local
[all...]
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1085 std::vector<Defined *> functions(prologues.begin(), prologues.end()); switchMorestackCallsToMorestackNonSplit() local
/freebsd-src/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c457 Testable functions[] = { global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp339 getUsesOfLDSByFunction(CallGraph const & CG,Module & M,FunctionVariableMap & kernels,FunctionVariableMap & functions) getUsesOfLDSByFunction() argument
[all...]
/freebsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c1917 } functions[ NUM_FUNCTIONS ] = { variable
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp13982 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) { in enforceNoDuplicateTestCases()