Searched refs:function (Results 26 - 50 of 1263) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.h59 * The function type that can be added to a thread pool.
64 * Add the job `function(opaque)` to the thread pool. `ctx` must be valid.
66 * Note : The function may be executed asynchronously,
67 * therefore, `opaque` must live until function has been completed.
69 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque);
73 * Add the job `function(opaque)` to thread pool _if_ a worker is available.
77 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Linker/
H A DLinker.h39 /// Passing InternalizeCallback will have the linker call the function with
45 std::function<void(Module &, const StringSet<> &)>
50 std::function<void(Module &, const StringSet<> &)>
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/ia32/
H A Dasm_linkage.h154 .type x, @function; \
161 .type x, @function; \
168 .type x, @function; \
172 .type x, @function; \
182 .type x, @function; \
183 .type y, @function; \
191 .type x, @function; \
192 .type y, @function; \
198 * SET_SIZE trails a function and set the size for the ELF symbol table.
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ia32/
H A Dasm_linkage.h154 .type x, @function; \
161 .type x, @function; \
168 .type x, @function; \
172 .type x, @function; \
182 .type x, @function; \
183 .type y, @function; \
191 .type x, @function; \
192 .type y, @function; \
198 * SET_SIZE trails a function and set the size for the ELF symbol table.
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dpool.h59 * The function type that can be added to a thread pool.
64 * Add the job `function(opaque)` to the thread pool. `ctx` must be valid.
66 * Note : The function may be executed asynchronously,
67 * therefore, `opaque` must live until function has been completed.
69 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque);
73 * Add the job `function(opaque)` to thread pool _if_ a queue slot is available.
77 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque);
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func.exp5 make: "cond-func.mk" line 108: A plain function name is parsed as defined(...).
6 make: "cond-func.mk" line 116: A plain function name is parsed as defined(...).
7 make: "cond-func.mk" line 127: Symbols may start with a function name.
8 make: "cond-func.mk" line 133: Symbols may start with a function name.
H A Dcond-func-make.exp1 make: "cond-func-make.mk" line 24: warning: Unfinished character list in pattern argument '[' to function 'make'
/freebsd-current/lib/csu/riscv/
H A Dcrti.S44 .type _init,@function
52 .type _fini,@function
/freebsd-current/lib/csu/arm/
H A Dcrti.S5 .type _init,%function
14 .type _fini,%function
/freebsd-current/lib/csu/aarch64/
H A Dcrti.S36 .type _init,@function
45 .type _fini,@function
/freebsd-current/contrib/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S29 .type fmin,@function
31 .type fmax,@function
32 .type __hexagon_mindf3,@function
33 .type __hexagon_maxdf3,@function
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.h18 typedef std::function<bool(llvm::Expected<MemoryRegionInfo>)> LinuxMapCallback;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h40 /// module or a function.
54 std::function<void(AbstractSlotTrackerStorage *, const Module *, bool)>
56 std::function<void(AbstractSlotTrackerStorage *, const Function *, bool)>
83 /// Incorporate the given function.
85 /// Purge the currently incorporated function and incorporate \c F. If \c F
91 /// A function that defines this value should be incorporated prior to calling
93 /// Return -1 if the value is not in the function's SlotTracker.
97 std::function<void(AbstractSlotTrackerStorage *, const Module *, bool)>);
98 void setProcessHook(std::function<void(AbstractSlotTrackerStorage *,
/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingOptions.h44 std::function<bool(const Decl *)> ShouldTraverseDecl;
/freebsd-current/contrib/tcpdump/
H A Dprint-loopback.c60 uint16_t function; local
64 /* function */
65 function = GET_LE_U_2(cp);
68 ND_PRINT(", %s", tok2str(fcode_str, " invalid (%u)", function));
70 switch (function) {
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Donce.h39 isc_once_do(isc_once_t *controller, void(*function)(void));
/freebsd-current/lib/csu/powerpc64/
H A Dcrti.S40 .type _init,@function
47 .type _init,@function
67 .type _fini,@function
74 .type _fini,@function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.h28 void ReportUMRInsideAddressRange(const char *function, const void *start,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DMain.h28 std::function<TableGenMainFn> MainFn = nullptr);
/freebsd-current/contrib/cortex-strings/scripts/
H A Dbench.py58 def run(cache, variant, function, bytes, loops, alignment, run_id, quiet=False):
60 key = ':'.join('%s' % x for x in (variant, function, bytes, loops, alignment, run_id))
66 cmd = '%(xbuild)s%(variant)s -t %(function)s -c %(bytes)s -l %(loops)s -a %(alignment)s -r %(run_id)s' % locals()
86 # alignment and function, and do all sizes for a variant first
96 for function in functions.split():
97 if function not in all_functions:
98 all_functions.append(function)
100 for function in all_functions:
101 for alignment in ALIGNMENTS[function]:
103 if function no
[all...]
H A Dplot-align.py11 def plot(records, bytes, function):
12 records = [x for x in records if x.bytes==bytes and x.function==function]
50 pylab.title('Performance of different variants of %(function)s for %(bytes)d byte blocks' % locals())
55 pylab.savefig('alignment-%(function)s-%(bytes)d.png' % locals(), dpi=72)
60 for function in libplot.unique(records, 'function'):
62 plot(records, bytes, function)
/freebsd-current/crypto/openssl/crypto/
H A Darm64cpuid.pl32 .type _armv7_neon_probe,%function
40 .type _armv7_tick,%function
52 .type _armv8_aes_probe,%function
60 .type _armv8_sha1_probe,%function
68 .type _armv8_sha256_probe,%function
76 .type _armv8_pmull_probe,%function
84 .type _armv8_sha512_probe,%function
92 .type _armv8_cpuid_probe,%function
100 .type OPENSSL_cleanse,%function
132 .type CRYPTO_memcmp,%function
[all...]
/freebsd-current/sys/crypto/openssl/aarch64/
H A Darm64cpuid.S9 .type _armv7_neon_probe,%function
17 .type _armv7_tick,%function
29 .type _armv8_aes_probe,%function
37 .type _armv8_sha1_probe,%function
45 .type _armv8_sha256_probe,%function
53 .type _armv8_pmull_probe,%function
61 .type _armv8_sha512_probe,%function
69 .type _armv8_cpuid_probe,%function
77 .type OPENSSL_cleanse,%function
109 .type CRYPTO_memcmp,%function
[all...]
/freebsd-current/sys/crypto/openssl/powerpc/
H A Dppccpuid.S6 .type OPENSSL_fpu_probe,@function
15 .type OPENSSL_ppc64_probe,@function
26 .type OPENSSL_altivec_probe,@function
36 .type OPENSSL_crypto207_probe,@function
47 .type OPENSSL_madd300_probe,@function
58 .type OPENSSL_wipe_cpu,@function
92 .type OPENSSL_atomic_add,@function
107 .type OPENSSL_rdtsc_mftb,@function
117 .type OPENSSL_rdtsc_mfspr268,@function
127 .type OPENSSL_cleanse,@function
[all...]

Completed in 169 milliseconds

1234567891011>>