Home
last modified time | relevance | path

Searched refs:stage_out (Results 1 – 19 of 19) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha256crypt/util/
H A Dregs2d.v33 wire [OUT_WIDTH-1:0] stage_out [STAGES:0]; net
34 assign enter_out = stage_out[0];
35 assign stage_out [STAGES] = exit_out;
51 r[OUT_WIDTH + IN_WIDTH-1 :IN_WIDTH] <= stage_out[k];
57 assign stage_out[k-1] = r[OUT_WIDTH + IN_WIDTH-1 :IN_WIDTH];
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha512crypt/util/
H A Dregs2d.v33 wire [OUT_WIDTH-1:0] stage_out [STAGES:0]; net
34 assign enter_out = stage_out[0];
35 assign stage_out [STAGES] = exit_out;
51 r[OUT_WIDTH + IN_WIDTH-1 :IN_WIDTH] <= stage_out[k];
57 assign stage_out[k-1] = r[OUT_WIDTH + IN_WIDTH-1 :IN_WIDTH];
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-md5crypt/util/
H A Dregs2d.v33 wire [OUT_WIDTH-1:0] stage_out [STAGES:0]; net
34 assign enter_out = stage_out[0];
35 assign stage_out [STAGES] = exit_out;
51 r[OUT_WIDTH + IN_WIDTH-1 :IN_WIDTH] <= stage_out[k];
57 assign stage_out[k-1] = r[OUT_WIDTH + IN_WIDTH-1 :IN_WIDTH];
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Ddoc.rs442 let out_dir = builder.stage_out(compiler, Mode::Std).join(target.triple).join("doc"); in run()
576 let out_dir = builder.stage_out(compiler, Mode::Rustc).join(target.triple).join("doc"); in run()
580 let proc_macro_out_dir = builder.stage_out(compiler, Mode::Rustc).join("doc"); in run()
708 … let out_dir = builder.stage_out(compiler, Mode::ToolRustc).join(target.triple).join("doc");
H A Dlib.rs718 fn stage_out(&self, compiler: Compiler, mode: Mode) -> PathBuf { in stage_out() method
733 self.stage_out(compiler, mode).join(&*target.triple).join(self.cargo_dir()) in cargo_out()
H A Dbuilder.rs848 let out_dir = self.stage_out(compiler, mode); in cargo()
H A Ddist.rs716 .stage_out(compiler, Mode::Std) in run()
H A Dtest.rs674 let host_libs = builder.stage_out(compiler, Mode::ToolRustc).join(builder.cargo_dir()); in run()
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dinvertible_ad.py224 instantiate=True, stage_out=False) # type: ignore
324 bottom=True, stage_out=False) # type: ignore
H A Dxla.py662 fun, pvals, instantiate=False, stage_out=True, bottom=True) # type: ignore
962 stage_out=True) # type: ignore
989 lu.wrap_init(fun, params), pvals, instantiate=True, stage_out=True) # type: ignore
H A Dpartial_eval.py410 instantiate=True, stage_out=True) # type: ignore
1247 stage_out=False, bottom=False, argument
1292 trace_type = trace_type or (StagingJaxprTrace if stage_out else JaxprTrace)
H A Dpxla.py732 dynamic_fun, [pval] + pvals, instantiate=False, stage_out=True, bottom=True) # type: ignore
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/preauth/spake/
H A Dspake_kdc.c84 parse_cookie(const krb5_data *cookie, int *stage_out, int32_t *group_out, in parse_cookie() argument
111 *stage_out = stage; in parse_cookie()
/dports/security/krb5/krb5-1.19.2/src/plugins/preauth/spake/
H A Dspake_kdc.c84 parse_cookie(const krb5_data *cookie, int *stage_out, int32_t *group_out, in parse_cookie() argument
111 *stage_out = stage; in parse_cookie()
/dports/math/py-flax/flax-0.3.3/flax/
H A Djax_utils.py121 _, out_pvals, _ = pe.trace_to_jaxpr(f_flat, in_pvals, stage_out=True)
/dports/math/py-jax/jax-0.2.9/jax/
H A Dcustom_derivatives.py677 bottom=True, stage_out=False) # type: ignore
920 wrapped_fun, in_pvals, instantiate=True, stage_out=False) # type: ignore
H A Dapi.py649 jaxtree_fun, pvals, instantiate=True, stage_out=True) # type: ignore
2089 jaxtree_fun, in_pvals, instantiate=True, stage_out=True) # type: ignore
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dcontrol_flow.py2619 wrapped_fun, in_pvals, instantiate=True, stage_out=False) # type: ignore
/dports/sysutils/slurm-wlm/slurm-20.02.7/
H A DNEWS4094 -- BB- Only send stage_out email when stage_out is set in script.
5190 -- Added "--mail=stage_out" option to job submission commands to notify user