Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dtransform.h23 transform(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op) transform() function
33 transform(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, transform() function
H A Dpstl.h609 _LIBCPP_HIDE_FROM_ABI _ForwardOutIterator transform( in transform() function
635 _LIBCPP_HIDE_FROM_ABI _ForwardOutIterator transform( in transform() function
/freebsd/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h45 sha256_f transform; member
51 sha512_f transform; member
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c222 int len, rsize, transform; in dl_name_converter() local
H A Ddso_vms.c457 int len, transform; in vms_name_converter() local
H A Ddso_dlfcn.c256 int len, rsize, transform; in dlfcn_name_converter() local
H A Ddso_win32.c455 int len, transform; in win32_name_converter() local
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c122 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { in transform() function
H A Dsha1.c203 transform(isc_uint32_t state[5], const unsigned char buffer[64]) { in transform() function
/freebsd/sys/dev/hpt27xx/
H A Darray.h139 PHPT_TRANSFORM transform; member
H A Dhim.h459 HPT_U8 transform : 1; member
/freebsd/sys/dev/hptnr/
H A Darray.h139 PHPT_TRANSFORM transform; member
H A Dhim.h446 HPT_U8 transform : 1; member
/freebsd/sys/dev/hptrr/
H A Darray.h140 PHPT_TRANSFORM transform; member
H A Dhim.h401 HPT_U8 transform : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1285 bool LoopInterchangeTransform::transform() { in transform() function in LoopInterchangeTransform
/freebsd/contrib/bmake/
H A Dsuff.c674 RebuildGraph(GNode *transform, Suffix *suff) in RebuildGraph()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp83 TypeSourceInfo *transform(TypeSourceInfo *TSI) { return TransformType(TSI); } in transform() function in __anon493c7e3e0111::ExtractTypeForDeductionGuide
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c436 zio_transform_func_t *transform) in zio_push_transform()