Searched refs:transform (Results 1 - 25 of 258) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.inc20 // [transform.reduce], transform reduce
32 // [transform.exclusive.scan], transform exclusive scan
35 // [transform.inclusive.scan], transform inclusive scan
H A Dranges.inc172 // [range.transform], transform view
176 using std::ranges::views::transform;
278 // [range.zip.transform], zip transform view
/freebsd-current/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h36 /* transform function definition */
45 sha256_f transform; member in struct:__anon453
51 sha512_f transform; member in struct:__anon454
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dtransform.h22 transform(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op) { function
29 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator transform( function
H A Dpstl_transform.h55 _LIBCPP_HIDE_FROM_ABI _ForwardOutIterator transform( function
96 _LIBCPP_HIDE_FROM_ABI _ForwardOutIterator transform( function
/freebsd-current/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha256_impl.c60 .transform = tf_sha256_transform_x64,
73 .transform = tf_sha256_ssse3,
87 .transform = tf_sha256_avx,
101 .transform = tf_sha256_avx2,
116 .transform = tf_sha256_shani,
125 .transform = zfs_sha256_block_armv7,
143 .transform = tf_sha256_neon,
150 .transform = tf_sha256_armv8ce,
164 .transform = tf_sha256_ppc,
171 .transform
[all...]
H A Dsha512_impl.c59 .transform = tf_sha512_transform_x64,
72 .transform = tf_sha512_avx,
86 .transform = tf_sha512_avx2,
95 .transform = zfs_sha512_block_armv7,
108 .transform = tf_sha512_armv8ce,
122 .transform = tf_sha512_neon,
131 .transform = tf_sha512_ppc,
143 .transform = tf_sha512_power8,
H A Dsha2_generic.c237 ops->transform(ctx->state, m, 1);
247 ops->transform(ctx->state, data, blocks);
269 ops->transform(ctx->state, m, 1);
279 ops->transform(ctx->state, data, blocks);
302 ops->transform(ctx->state, m, 1);
309 ops->transform(ctx->state, m, 1);
346 ops->transform(ctx->state, m, 1);
353 ops->transform(ctx->state, m, 1);
554 .transform = sha256_generic,
560 .transform
[all...]
/freebsd-current/usr.bin/ncurses/
H A DMakefile9 SRCS.tic= tic.c transform.c dump_entry.c tparm_type.c
10 SRCS.tput= tput.c tparm_type.c transform.c dump_entry.c clear_cmd.c reset_cmd.c \
15 SRCS.tset= tset.c tty_settings.c transform.c reset_cmd.c
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/
H A Dcpu_backend.h65 #include <__algorithm/pstl_backends/cpu_backends/transform.h>
/freebsd-current/contrib/ncurses/progs/
H A Dtransform.c36 #include <transform.h>
38 MODULE_ID("$Id: transform.c,v 1.4 2020/02/02 23:34:34 tom Exp $")
H A DMakefile.in83 transform = @program_transform_name@
138 transform.h
198 TRANSFORM = sed 's/$x$$//'|sed '$(transform)'|sed 's/$$/$x/'
220 transform.h :
274 $(MODEL)/transform$o
276 tic$x: $(DEPS_TIC) $(DEPS_CURSES) transform.h
305 $(MODEL)/transform$o \
308 tput$x: $(DEPS_TPUT) $(DEPS_CURSES) transform.h
321 $(MODEL)/transform$o \
324 tset$x: $(DEPS_TSET) $(DEPS_CURSES) transform
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dtransform.h13 #include <__algorithm/transform.h>
71 return std::transform(__first, __last, __result, __op);
128 return std::transform(__first1, __last1, __first2, __result, __op);
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_dl.c222 int len, rsize, transform; local
226 transform = (strstr(filename, "/") == NULL);
227 if (transform) {
238 if (transform) {
H A Ddso_dlfcn.c256 int len, rsize, transform; local
260 transform = (strstr(filename, "/") == NULL);
261 if (transform) {
272 if (transform) {
H A Ddso_vms.c457 int len, transform; local
464 transform = 0;
467 transform = (strrchr(p, '>') == NULL && strrchr(p, ']') == NULL);
470 if (transform) {
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp54 transform(Lines, Lines.begin(), [](StringRef Line) { return Line.trim(); });
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCXXPredicates.cpp21 std::transform(Pool.begin(), Pool.end(), std::back_inserter(Out),
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp35 std::transform(Name.begin(), Name.end(), Name.begin(), tolower);
52 std::transform(Name.begin(), Name.end(), Name.begin(), tolower);
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp84 llvm::transform(IncludeDirectories, std::back_inserter(Args),
91 llvm::transform(Args, Argv.begin(),
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dmd5.c122 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { function
226 transform(ctx->buf, ctx->in);
234 transform(ctx->buf, ctx->in);
261 transform(ctx->buf, ctx->in);
268 /* Append length in bits and transform */
271 transform(ctx->buf, ctx->in);
/freebsd-current/sys/dev/hpt27xx/
H A Darray.h139 PHPT_TRANSFORM transform; member in struct:hpt_array
/freebsd-current/sys/dev/hptnr/
H A Darray.h139 PHPT_TRANSFORM transform; member in struct:hpt_array
/freebsd-current/sys/dev/hptrr/
H A Darray.h140 PHPT_TRANSFORM transform; member in struct:hpt_array
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp25 /// Denormalize - Perform the inverse transform on the expression with the
51 transform(AR->operands(), std::back_inserter(Operands),

Completed in 473 milliseconds

1234567891011