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

123456789

/freebsd-13-stable/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@
137 transform.h
166 TRANSFORM = sed 's/$x$$//'|sed '$(transform)'|sed 's/$$/$x/'
188 transform.h :
242 $(MODEL)/transform$o
244 tic$x: $(DEPS_TIC) $(DEPS_CURSES) transform.h
273 $(MODEL)/transform$o \
276 tput$x: $(DEPS_TPUT) $(DEPS_CURSES) transform.h
289 $(MODEL)/transform$o \
292 tset$x: $(DEPS_TSET) $(DEPS_CURSES) transform
[all...]
H A Dtput.c51 #include <transform.h>
/freebsd-13-stable/contrib/byacc/package/debian/
H A Drules45 --program-transform-name='s,^,b,'
75 --program-transform-name='s,^,bt,'
/freebsd-13-stable/contrib/byacc/package/
H A Dbyacc.spec60 --program-transform-name='s,\^,b,'
71 --program-transform-name='s,\^,bt,'
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp73 llvm::transform(ED->enumerators(), DeclValues.begin(),
H A DPaddingChecker.cpp258 std::transform(RD->field_begin(), RD->field_end(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp24 /// Denormalize - Perform the inverse transform on the expression with the
50 transform(AR->operands(), std::back_inserter(Operands),
/freebsd-13-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c256 int len, rsize, transform; local
260 transform = (strstr(filename, "/") == NULL);
261 if (transform) {
272 if (transform) {
H A Ddso_dl.c214 int len, rsize, transform; local
218 transform = (strstr(filename, "/") == NULL);
230 if (transform) {
/freebsd-13-stable/contrib/ntp/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-13-stable/sys/dev/hpt27xx/
H A Darray.h141 PHPT_TRANSFORM transform; member in struct:hpt_array
H A Dhpt27xx_osm_bsd.c275 if (mIsArray(vd->type) && vd->u.array.transform && vd!=vd->u.array.transform->target) {
276 vd = vd->u.array.transform->target;
301 if (mIsArray(vd->type) && vd->u.array.transform)
302 count = max(vd->u.array.transform->source->cmds_per_request,
303 vd->u.array.transform->target->cmds_per_request);
H A Dhim.h461 HPT_U8 transform : 1; member in struct:_COMMAND::__anon12161
/freebsd-13-stable/sys/dev/hptnr/
H A Darray.h140 PHPT_TRANSFORM transform; member in struct:hpt_array
H A Dhptnr_osm_bsd.c272 if (mIsArray(vd->type) && vd->u.array.transform && vd!=vd->u.array.transform->target) {
273 vd = vd->u.array.transform->target;
298 if (mIsArray(vd->type) && vd->u.array.transform)
299 count = max(vd->u.array.transform->source->cmds_per_request,
300 vd->u.array.transform->target->cmds_per_request);
/freebsd-13-stable/sys/dev/hptrr/
H A Darray.h142 PHPT_TRANSFORM transform; member in struct:hpt_array
H A Dhptrr_osm_bsd.c278 if (mIsArray(vd->type) && vd->u.array.transform && vd!=vd->u.array.transform->target) {
279 vd = vd->u.array.transform->target;
304 if (mIsArray(vd->type) && vd->u.array.transform)
305 count = max(vd->u.array.transform->source->cmds_per_request,
306 vd->u.array.transform->target->cmds_per_request);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp108 llvm::transform(MI.uses(), std::back_inserter(MIOperands), GetHashableMO);
/freebsd-13-stable/contrib/byacc/
H A Dmakefile.in17 transform = @program_transform_name@
91 TRANSFORM_BIN = sed 's/$x$$//' |sed '$(transform)'|sed 's/$$/$x/'
92 TRANSFORM_MAN = sed 's/$(manext)$$//'|sed '$(transform)'|sed 's/$$/$(manext)/'
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h83 std::transform(Data.get(), Data.get() + Length, V.Data.get(), Data.get(),
219 std::transform(Data.get(), Data.get() + (Rows * Cols), M.Data.get(),
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile309 TESTS+= suff-transform-debug
310 TESTS+= suff-transform-endless
311 TESTS+= suff-transform-expand
312 TESTS+= suff-transform-select
508 SED_CMDS.suff-transform-debug+= ${STD_SED_CMDS.dg1}
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile313 TESTS+= suff-transform-debug
314 TESTS+= suff-transform-endless
315 TESTS+= suff-transform-expand
316 TESTS+= suff-transform-select
512 SED_CMDS.suff-transform-debug+= ${STD_SED_CMDS.dg1}
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl79 .Lk_ipt: // input transform (lo, hi)
95 .Lk_dipt: // decryption input transform
133 .Lk_opt: // output transform
682 // input transform
691 // encrypting, output zeroth round key after transform
745 bl _vpaes_schedule_transform // input transform
777 bl _vpaes_schedule_transform // input transform
818 adr x11, .Lk_opt // lea .Lk_opt(%rip), %r11 # prepare to output transform
826 bl _vpaes_schedule_transform // output transform
940 ## Linear-transform
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp313 std::transform(uuid_str.begin(), uuid_str.end(), uuid_str.begin(),

Completed in 120 milliseconds

123456789