Home
last modified time | relevance | path

Searched refs:transform (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dtransform.h39 struct transform { struct
187 void (*transform_reset)(struct transform *xfm);
189 void (*transform_set_scaler)(struct transform *xfm,
193 struct transform *xfm,
198 struct transform *xfm,
203 struct transform *xfm,
207 struct transform *xfm,
211 struct transform *xfm,
215 struct transform *xfm,
219 struct transform *xfm,
[all …]
/netbsd-src/external/bsd/am-utils/dist/amq/
H A Dpawd.c61 static char transform[MAXPATHLEN]; variable
148 xstrlcpy(transform, "/home/", sizeof(transform)); in hack_name()
149 xstrlcat(transform, username, sizeof(transform)); in hack_name()
151 xstrlcat(transform, ch, sizeof(transform)); in hack_name()
153 fprintf(stderr, "Munged to <%s>\n", transform); in hack_name()
155 return transform; in hack_name()
209 xstrlcpy(transform, dir, sizeof(transform)); in transform_dir()
210 dummystr = transform; in transform_dir()
213 xstrlcpy(transform, *spp, sizeof(transform)); in transform_dir()
217 return transform; in transform_dir()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.h40 struct transform *xfm,
44 struct transform *xfm,
49 struct transform *xfm,
53 struct transform *xfm,
57 struct transform *xfm,
H A Damdgpu_dce110_opp_regamma_v.c41 static void power_on_lut(struct transform *xfm, in power_on_lut()
501 struct transform *xfm, in dce110_opp_program_regamma_pwl_v()
525 struct transform *xfm, in dce110_opp_power_on_regamma_lut_v()
558 struct transform *xfm, in dce110_opp_set_regamma_mode_v()
H A Damdgpu_dce110_transform_v.c511 static bool dce110_xfmv_power_up_line_buffer(struct transform *xfm) in dce110_xfmv_power_up_line_buffer()
530 struct transform *xfm, in dce110_xfmv_set_scaler()
616 static void dce110_xfmv_reset(struct transform *xfm) in dce110_xfmv_reset()
627 struct transform *xfm, in dce110_xfmv_set_gamut_remap()
634 struct transform *xfm, in dce110_xfmv_set_pixel_storage_depth()
H A Damdgpu_dce110_opp_csc_v.c467 static void set_Denormalization(struct transform *xfm, in set_Denormalization()
537 struct transform *xfm, enum dc_color_space color_space) in program_input_csc()
677 struct transform *xfm, in dce110_opp_v_set_csc_default()
727 struct transform *xfm, in dce110_opp_v_set_csc_adjustment()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dtroff.cpp245 position transform(const position &);
263 inline position troff_output::transform(const position &pos) in transform() function in troff_output
326 position c = transform(cent); in simple_circle()
340 position c = transform(cent); in simple_ellipse()
354 position s = transform(start); in simple_arc()
355 position c = transform(cent); in simple_arc()
357 distance ev = transform(end) - c; in simple_arc()
367 position s = transform(start); in simple_line()
368 distance ev = transform(end) - s; in simple_line()
379 position pos = transform(start); in simple_spline()
[all …]
H A Dtex.cpp63 position transform(const position &);
75 inline position tex_output::transform(const position &pos) in transform() function in tex_output
144 position c = transform(center); in text()
177 position p = transform(pos); in point()
247 position c = transform(cent); in solid_arc()
328 position c = transform(cent); in ellipse()
373 position p = transform(pos); in dot()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-xtensa.texi101 @item --transform | --no-transform
102 @kindex --transform
103 @kindex --no-transform
106 @samp{--transform}; @samp{--no-transform} should only be used in the
108 assembly source. Using @samp{--no-transform} causes out of range
214 @command{@value{AS}} will not transform that instruction in any way. The
233 underscore prefixes, the assembler will not transform the individual
237 @code{no-transform} directive. @xref{Transform Directive, ,transform}.
278 @samp{--no-transform} command-line option (@pxref{Xtensa Options, ,Command
279 Line Options}), or by using the @code{no-transform} directive
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-xtensa.texi101 @item --transform | --no-transform
102 @kindex --transform
103 @kindex --no-transform
106 @samp{--transform}; @samp{--no-transform} should only be used in the
108 assembly source. Using @samp{--no-transform} causes out of range
214 @command{@value{AS}} will not transform that instruction in any way. The
233 underscore prefixes, the assembler will not transform the individual
237 @code{no-transform} directive. @xref{Transform Directive, ,transform}.
278 @samp{--no-transform} command-line option (@pxref{Xtensa Options, ,Command
279 Line Options}), or by using the @code{no-transform} directive
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_dl.c222 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 Ddso_dlfcn.c256 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 Ddso_vms.c457 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Ddce_transform.h34 #define TO_DCE_TRANSFORM(transform)\ argument
35 container_of(transform, struct dce_transform, base)
472 struct transform base;
495 struct transform *xfm,
500 struct transform *xfm,
504 struct transform *xfm,
509 struct transform *xfm,
513 struct transform *xfm,
516 void dce110_opp_set_regamma_mode(struct transform *xfm,
H A Damdgpu_dce_transform.c327 struct transform *xfm, in dce_transform_set_scaler()
753 struct transform *xfm, in dce_transform_set_pixel_storage_depth()
851 struct transform *xfm, in dce_transform_set_gamut_remap()
897 struct transform *xfm, in dce_transform_get_optimal_number_of_taps()
958 static void dce_transform_reset(struct transform *xfm) in dce_transform_reset()
1083 struct transform *xfm, in dce110_opp_set_csc_adjustment()
1099 struct transform *xfm, in dce110_opp_set_csc_default()
1293 void dce110_opp_program_regamma_pwl(struct transform *xfm, in dce110_opp_program_regamma_pwl()
1305 void dce110_opp_power_on_regamma_lut(struct transform *xfm, in dce110_opp_power_on_regamma_lut()
1321 void dce110_opp_set_regamma_mode(struct transform *xfm, in dce110_opp_set_regamma_mode()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc2407.txt346 default AH transform provides data origin authentication, integrity
348 confidentiality MUST NOT be provided by any PROTO_IPSEC_AH transform.
354 transform. The default ESP transform includes data origin
415 can best be thought of as a generic AH transform using MD5. To
417 transform ID along with the Authentication Algorithm attribute set to
435 The AH_MD5 type specifies a generic AH transform using MD5. The
437 SA attribute list. A generic MD5 transform is currently undefined.
441 HMAC-MD5-96 transform described in [HMACMD5].
444 transform (Key/Pad/Data/Key) described in RFC-1826.
460 The AH_SHA type specifies a generic AH transform using SHA-1. The
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-shorten-memrefs.cc77 void transform (regno_map *m, basic_block bb);
145 pass_shorten_memrefs::transform (regno_map *m, basic_block bb) in transform() function in __anon4c80d3ec0111::pass_shorten_memrefs
208 transform (m, bb); in execute()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_dlfcn.c256 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 Ddso_dl.c214 int len, rsize, transform; in dl_name_converter() local
218 transform = (strstr(filename, "/") == NULL); in dl_name_converter()
230 if (transform) { in dl_name_converter()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT2.rst87 a *transform function*. For our transform function we supply our classes
196 layer through the transform function object, and (2) implementing the ORC
199 transform function, a constructor to initialize the members, a setter for the
200 transform function value, and a default no-op transform. The most important
202 applies our transform to each module that it is called on and, if the transform
203 succeeds, passes the transformed module to the base layer. If the transform
/netbsd-src/tools/host-mkdep/
H A Dconfigure321 -program-transform-name | --program-transform-name \
322 | --program-transform-nam | --program-transform-na \
323 | --program-transform-n | --program-transform- \
324 | --program-transform | --program-transfor \
329 -program-transform-name=* | --program-transform-name=* \
330 | --program-transform-nam=* | --program-transform-na=* \
331 | --program-transform-n=* | --program-transform-=* \
332 | --program-transform=* | --program-transfor=* \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py104 transform=plt.gca().transAxes, fontsize=12,
139 transform=plt.gca().transAxes, fontsize=12,
145 transform=plt.gca().transAxes, fontsize=12,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp84 llvm::transform(IncludeDirectories, std::back_inserter(Args), in main()
91 llvm::transform(Args, Argv.begin(), in main()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
H A Damdgpu_dce120_resource.c589 static void dce120_transform_destroy(struct transform **xfm) in dce120_transform_destroy()
860 static struct transform *dce120_transform_create( in dce120_transform_create()
864 struct dce_transform *transform = in dce120_transform_create() local
867 if (!transform) in dce120_transform_create()
870 dce_transform_construct(transform, ctx, inst, in dce120_transform_create()
872 transform->lb_memory_size = 0x1404; /*5124*/ in dce120_transform_create()
873 return &transform->base; in dce120_transform_create()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
H A Damdgpu_dce100_resource.c570 static void dce100_transform_destroy(struct transform **xfm) in dce100_transform_destroy()
576 static struct transform *dce100_transform_create( in dce100_transform_create()
580 struct dce_transform *transform = in dce100_transform_create() local
583 if (!transform) in dce100_transform_create()
586 dce_transform_construct(transform, ctx, inst, in dce100_transform_create()
588 return &transform->base; in dce100_transform_create()

12345678910>>...45