/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha256_impl.c | 60 .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 = tf_sha256_power8,
|
H A D | sha512_impl.c | 59 .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 D | sha2_generic.c | 237 ops->transform(ctx->state, m, 1); in sha256_update() 247 ops->transform(ctx->state, data, blocks); in sha256_update() 269 ops->transform(ctx->state, m, 1); in sha512_update() 279 ops->transform(ctx->state, data, blocks); in sha512_update() 302 ops->transform(ctx->state, m, 1); in sha256_final() 309 ops->transform(ctx->state, m, 1); in sha256_final() 346 ops->transform(ctx->state, m, 1); in sha512_final() 353 ops->transform(ctx->state, m, 1); in sha512_final() 501 .transform = sha256_generic, 507 .transform = sha512_generic,
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | numeric.cppm |
|
H A D | ranges.cppm |
|
H A D | ranges.inc | 186 // [range.transform], transform view 190 using std::ranges::views::transform; 292 // [range.zip.transform], zip transform view
|
H A D | algorithm.cppm |
|
/freebsd/contrib/ncurses/progs/ |
H A D | modules | 37 tic progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h 45 tput progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/tparm_type.h reset_cmd.h tty_settings.h 46 tset progs $(srcdir) $(HEADER_DEPS) transform.h ../include/termcap.h reset_cmd.h tty_settings.h 47 transform progs $(srcdir) $(HEADER_DEPS) transform.h
|
H A D | Makefile.in | 83 transform = @program_transform_name@ 138 transform.h 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.h
|
/freebsd/usr.bin/ncurses/ |
H A D | Makefile | 9 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/contrib/googletest/docs/_sass/ |
H A D | main.scss | 33 text-transform: uppercase; 69 transform: rotate(45deg); 70 transition: transform 0.5s; 193 transform: rotate(-135deg);
|
/freebsd/sys/contrib/openzfs/module/icp/include/sha2/ |
H A D | sha2_impl.h | 45 sha256_f transform; member 51 sha512_f transform; member
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dl.c | 222 int len, rsize, transform; in dl_name_converter() local 226 transform = (strstr(filename, "/") == NULL); in dl_name_converter() 227 if (transform) { in dl_name_converter() 238 if (transform) { in dl_name_converter()
|
H A D | dso_dlfcn.c | 256 int len, rsize, transform; in dlfcn_name_converter() local 260 transform = (strstr(filename, "/") == NULL); in dlfcn_name_converter() 261 if (transform) { in dlfcn_name_converter() 272 if (transform) { in dlfcn_name_converter()
|
H A D | dso_vms.c | 457 int len, transform; in vms_name_converter() local 464 transform = 0; in vms_name_converter() 467 transform = (strrchr(p, '>') == NULL && strrchr(p, ']') == NULL); in vms_name_converter() 470 if (transform) { in vms_name_converter()
|
H A D | dso_win32.c | 455 int len, transform; in win32_name_converter() local 458 transform = ((strstr(filename, "/") == NULL) && in win32_name_converter() 461 if (transform) in win32_name_converter() 471 if (transform) in win32_name_converter()
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | transform.h | 22 transform(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op) { 29 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator transform( 23 transform(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op) transform() function 33 transform(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, transform() function
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | md5.c | 122 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { in transform() function 226 transform(ctx->buf, ctx->in); in isc_md5_update() 234 transform(ctx->buf, ctx->in); in isc_md5_update() 261 transform(ctx->buf, ctx->in); in isc_md5_final() 271 transform(ctx->buf, ctx->in); in isc_md5_final()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.cpp | 35 std::transform(Name.begin(), Name.end(), Name.begin(), tolower); in transformPath() 52 std::transform(Name.begin(), Name.end(), Name.begin(), tolower); in flattenedFilePath()
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mediatek,smi-common.txt | 14 SMI generation 1 to transform the smi clock into emi clock domain, but that is 35 - "async" : asynchronous clock, it help transform the smi clock into the emi
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | transform.h | 89 return std::transform(__first, __last, __result, __op); in operator() 143 return std::transform(__first1, __last1, __first2, __result, __op); in operator()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | serial.h | 103 return std::transform( 122 return std::transform(
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | APIIgnoresList.cpp | 54 transform(Lines, Lines.begin(), [](StringRef Line) { return Line.trim(); }); in create()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TransformTypeTraits.def | 9 // This file defines transform type traits' names.
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CXXPredicates.cpp | 21 std::transform(Pool.begin(), Pool.end(), std::back_inserter(Out), in getSorted()
|