/freebsd/crypto/openssl/doc/designs/quic-design/images/ |
H A D | quic-concurrency-models.svg | 1 …transform="scale(.33343)" clip-rule="evenodd"/></clipPath><clipPath clipPathUnits="userSpaceOnUse"…
|
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha256_impl.c | 64 .transform = tf_sha256_transform_x64, 77 .transform = tf_sha256_ssse3, 91 .transform = tf_sha256_avx, 105 .transform = tf_sha256_avx2, 120 .transform = tf_sha256_shani, 129 .transform = zfs_sha256_block_armv7, 147 .transform = tf_sha256_neon, 154 .transform = tf_sha256_armv8ce, 168 .transform = tf_sha256_ppc, 175 .transform = tf_sha256_power8,
|
H A D | sha512_impl.c | 63 .transform = tf_sha512_transform_x64, 76 .transform = tf_sha512_avx, 90 .transform = tf_sha512_avx2, 99 .transform = zfs_sha512_block_armv7, 112 .transform = tf_sha512_armv8ce, 126 .transform = tf_sha512_neon, 135 .transform = tf_sha512_ppc, 147 .transform = tf_sha512_power8,
|
H A D | sha2_generic.c | 238 ops->transform(ctx->state, m, 1); in sha256_update() 248 ops->transform(ctx->state, data, blocks); in sha256_update() 270 ops->transform(ctx->state, m, 1); in sha512_update() 280 ops->transform(ctx->state, data, blocks); in sha512_update() 303 ops->transform(ctx->state, m, 1); in sha256_final() 310 ops->transform(ctx->state, m, 1); in sha256_final() 347 ops->transform(ctx->state, m, 1); in sha512_final() 354 ops->transform(ctx->state, m, 1); in sha512_final() 502 .transform = sha256_generic, 508 .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
|
/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/crypto/openssl/crypto/dso/ |
H A D | dso_dl.c | 216 int len, rsize, transform; in dl_name_converter() local 220 transform = (strchr(filename, '/') == NULL); in dl_name_converter() 221 if (transform) { in dl_name_converter() 232 if (transform) in dl_name_converter()
|
H A D | dso_dlfcn.c | 250 int len, rsize, transform; in dlfcn_name_converter() local 254 transform = (strchr(filename, '/') == NULL); in dlfcn_name_converter() 255 if (transform) { in dlfcn_name_converter() 266 if (transform) { in dlfcn_name_converter()
|
H A D | dso_vms.c | 469 int len, transform; in vms_name_converter() local 476 transform = 0; in vms_name_converter() 479 transform = (strrchr(p, '>') == NULL && strrchr(p, ']') == NULL); in vms_name_converter() 482 if (transform) { in vms_name_converter()
|
H A D | dso_win32.c | 445 int len, transform; in win32_name_converter() local 447 transform = ((strstr(filename, "/") == NULL) && in win32_name_converter() 453 if (transform) in win32_name_converter() 460 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : ""); in win32_name_converter()
|
/freebsd/sys/contrib/openzfs/module/icp/include/sha2/ |
H A D | sha2_impl.h | 46 sha256_f transform; member 52 sha512_f transform; member
|
/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/crypto/krb5/src/windows/installer/wix/ |
H A D | msi-deployment-guide.txt | 57 Authoring a "Windows Installer" transform requires additional 59 transform from the modified MSI package. ORCA.EXE and MSITRAN.EXE 78 MSDN includes a step-by-step example for creating a transform at: 88 generate a transform. 95 > msitran -g kfw.msi kfw-modified.msi kfw-transform.mst 97 (generates kfw-transform.mst, which is the transform) 103 You can test a transform by : 106 > msitran -a kfw-transform.mst kfw-test.msi 111 transform can not be successfully applied. 278 author the transform). [all …]
|
/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.
|