Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 175) sorted by relevance

1234567

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.c26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sal.h90 #define SAL_FOR_EACH(list, type, device, function, status_ret) \ argument
143 #define SAL_FOR_EACH_STATE(list, type, device, function, state_check) \ argument
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c30 POOL_function function; member
254 static void POOL_add_internal(POOL_ctx* ctx, POOL_function function, void *opaque) in POOL_add_internal()
266 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_add()
279 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_tryAdd()
327 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_add()
332 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_tryAdd()
/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c30 POOL_function function; member
263 POOL_add_internal(POOL_ctx* ctx, POOL_function function, void *opaque) in POOL_add_internal()
275 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_add()
288 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_tryAdd()
338 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_add()
343 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_tryAdd()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp31 void Block::GetDescription(Stream *s, Function *function, in GetDescription()
163 Function *function = CalculateSymbolContextFunction(); in DumpSymbolContext() local
252 Function *function = CalculateSymbolContextFunction(); in GetRangeContainingAddress() local
287 Function *function = CalculateSymbolContextFunction(); in GetRangeIndexContainingAddress() local
305 Function *function = CalculateSymbolContextFunction(); in GetRangeAtIndex() local
319 Function *function = CalculateSymbolContextFunction(); in GetRanges() local
337 Function *function = CalculateSymbolContextFunction(); in GetStartAddress() local
357 Function *function = m_parent_scope->CalculateSymbolContextFunction(); in AddRange() local
/freebsd/contrib/lutok/
H A Dstate.cpp139 call_cxx_function_from_c(lutok::cxx_function function, in call_cxx_function_from_c()
186 lutok::cxx_function* function = state.to_userdata< lutok::cxx_function >( in cxx_closure_trampoline() local
206 lutok::cxx_function* function = state.to_userdata< lutok::cxx_function >( in cxx_function_trampoline() local
680 lutok::state::push_cxx_closure(cxx_function function, const int nvalues) in push_cxx_closure()
696 lutok::state::push_cxx_function(cxx_function function) in push_cxx_function()
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_loongarch64.S36 #define END(function) \ argument
/freebsd/contrib/cortex-strings/scripts/
H A Dplot-align.py11 def plot(records, bytes, function): argument
H A Dplot-sizes.py22 def plot(records, function, alignment=None, scale=1): argument
/freebsd/lib/libc/sys/
H A Dlockf.c41 lockf(int filedes, int function, off_t size) in lockf() argument
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h90 class _LIBCPP_TEMPLATE_VIS function; // undefined variable
/freebsd/sys/contrib/ck/include/
H A Dck_epoch.h61 ck_epoch_cb_t *function; member
198 ck_epoch_cb_t *function) in ck_epoch_call()
216 ck_epoch_cb_t *function) in ck_epoch_call_strict()
/freebsd/contrib/diff/src/
H A Dcontext.c140 print_context_function (FILE *out, char const *function) in print_context_function()
161 char const *function; in pr_context_hunk() local
292 char const *function; in pr_unidiff_hunk() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp76 Function *function = nullptr; in GetFunction() local
127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction()
/freebsd/usr.sbin/mpsutil/
H A Dmpsutil.h63 #define MPS_COMMAND(set, name, function, args, desc) \ argument
78 #define _MPS_COMMAND(set, name, function) \ argument
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sp_api.h45 void (*function)(struct ecore_hwfn *, member
/freebsd/contrib/libucl/src/
H A Dtree.h207 #define TREE_FORWARD_APPLY(head, node, field, function, data) \ argument
210 #define TREE_REVERSE_APPLY(head, node, field, function, data) \ argument
/freebsd/tools/regression/posixsem/
H A Dtest.h43 #define TEST(function, name) \ argument
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_task_request.h109 SCI_SAS_TASK_MGMT_FUNCTION_T function; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp36 const char *StackTracePrinter::StripFunctionName(const char *function) { in StripFunctionName()
72 static const char *DemangleFunctionName(const char *function) { in DemangleFunctionName()
/freebsd/crypto/openssl/engines/
H A De_capi_err.c88 static void ERR_CAPI_error(int function, int reason, const char *file, int line) in ERR_CAPI_error()
H A De_afalg_err.c65 static void ERR_AFALG_error(int function, int reason, const char *file, int line) in ERR_AFALG_error()
H A De_dasync_err.c50 static void ERR_DASYNC_error(int function, int reason, const char *file, int line) in ERR_DASYNC_error()
H A De_loader_attic_err.c67 static void ERR_ATTIC_error(int function, int reason, const char *file, int line) in ERR_ATTIC_error()
H A De_ossltest_err.c50 static void ERR_OSSLTEST_error(int function, int reason, const char *file, int line) in ERR_OSSLTEST_error()

1234567