Home
last modified time | relevance | path

Searched refs:st_h (Results 1 – 25 of 88) sorted by relevance

1234

/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dsha1.rs359 let st_h = &mut st.h; in add_input() localVariable
360 st.buffer.input(msg, |d: &[u8]| { sha1_digest_block(st_h, d); }); in add_input()
365 let st_h = &mut st.h; in mk_result() localVariable
366 st.buffer.standard_padding(8, |d: &[u8]| { sha1_digest_block(&mut *st_h, d) }); in mk_result()
369 sha1_digest_block(st_h, st.buffer.full_buffer()); in mk_result()
H A Dripemd160.rs373 let st_h = &mut self.h; in input() localVariable
374 self.buffer.input(msg, |d: &[u8]| {process_msg_block(d, &mut *st_h);} in input()
385 let st_h = &mut self.h; in result() localVariable
386 self.buffer.standard_padding(8, |d: &[u8]| { process_msg_block(d, &mut *st_h) }); in result()
390 process_msg_block(self.buffer.full_buffer(), st_h); in result()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dsha1.rs359 let st_h = &mut st.h; in add_input() localVariable
360 st.buffer.input(msg, |d: &[u8]| { sha1_digest_block(st_h, d); }); in add_input()
365 let st_h = &mut st.h; in mk_result() localVariable
366 st.buffer.standard_padding(8, |d: &[u8]| { sha1_digest_block(&mut *st_h, d) }); in mk_result()
369 sha1_digest_block(st_h, st.buffer.full_buffer()); in mk_result()
H A Dripemd160.rs373 let st_h = &mut self.h; in input() localVariable
374 self.buffer.input(msg, |d: &[u8]| {process_msg_block(d, &mut *st_h);} in input()
385 let st_h = &mut self.h; in result() localVariable
386 self.buffer.standard_padding(8, |d: &[u8]| { process_msg_block(d, &mut *st_h) }); in result()
390 process_msg_block(self.buffer.full_buffer(), st_h); in result()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/pxe/
H A Dhttp_readdir.c25 st_h, /* 4 "<a h" */ enumerator
51 { 'h', st_h, st_open, st_start, st_attribute, st_badattr },
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/styles/
H A Dgeshi.less132 .re1, .st0, .st_h {
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpTNLPAdapter.cpp1079 SymTMatrix* st_h = dynamic_cast<SymTMatrix*>(&h); in Eval_h() local
1080 DBG_ASSERT(st_h); in Eval_h()
1081 Number* values = st_h->Values(); in Eval_h()
1098 SymTMatrix* st_h = dynamic_cast<SymTMatrix*>(&h); in Eval_h() local
1099 DBG_ASSERT(st_h); in Eval_h()
1100 Number* values = st_h->Values(); in Eval_h()
/dports/science/xtb/xtb-6.4.1/src/
H A Dgfn0param.f9037 real(wp),public,parameter :: st_h=15.0_wp ! steepness of H charge scaling fct variable
/dports/devel/llvm90/llvm-9.0.1.src/test/Verifier/Mips/
H A Dintrinsic-immarg.ll48 define void @st_h(<8 x i16> * %ptr, i8 * %ldptr, i32 %offset, i8 * %stptr) {
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dasmmacro.h306 .macro st_h wd, off, base
443 .macro st_h wd, off, base
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dasmmacro.h306 .macro st_h wd, off, base
443 .macro st_h wd, off, base
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dasmmacro.h306 .macro st_h wd, off, base
443 .macro st_h wd, off, base
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dmeson.build156 st_h = configure_file(
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dmeson.build42 st_h = configure_file(
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kernel/
H A Dr4k_fpu.S282 op_msa_wr read_msa_wr_h, st_h
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kernel/
H A Dr4k_fpu.S282 op_msa_wr read_msa_wr_h, st_h
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kernel/
H A Dr4k_fpu.S282 op_msa_wr read_msa_wr_h, st_h
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-disasm-loong64.cc357 COMPARE(st_h(a4, a0, 2047), in TEST()
359 COMPARE(st_h(t1, t2, -2048), in TEST()
H A Dtest-disasm-mips.cc1190 COMPARE(st_h(w4, MemOperand(a1, -512)), in TEST()
1192 COMPARE(st_h(w5, MemOperand(a2, 64)), "78403165 st.h w5, 64(a2)"); in TEST()
1193 COMPARE(st_h(w6, MemOperand(a3, 511)), "79ff39a5 st.h w6, 511(a3)"); in TEST()
H A Dtest-disasm-mips64.cc1376 COMPARE(st_h(w4, MemOperand(a1, -512)), in TEST()
1378 COMPARE(st_h(w5, MemOperand(a2, 64)), "78403165 st.h w5, 64(a2)"); in TEST()
1379 COMPARE(st_h(w6, MemOperand(a3, 511)), "79ff39a5 st.h w6, 511(a3)"); in TEST()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Interfaces/
H A DIpTNLPAdapter.cpp1727 SymTMatrix* st_h = static_cast<SymTMatrix*>(&h); in Eval_h() local
1729 Number* values = st_h->Values(); in Eval_h()
1746 SymTMatrix* st_h = static_cast<SymTMatrix*>(&h); in Eval_h() local
1748 Number* values = st_h->Values(); in Eval_h()
/dports/multimedia/librav1e/rav1e-0.5.1/src/arm/64/
H A Dmc.S1208 .macro st_h strd, reg, lanes macro
1586 st_h \d_strd, v6, 2
1596 st_h \d_strd, v6, 4
1625 st_h \d_strd, v30, 4
1626 st_h \d_strd, v31, 4
/dports/multimedia/rav1e/rav1e-0.5.1/src/arm/64/
H A Dmc.S1208 .macro st_h strd, reg, lanes macro
1586 st_h \d_strd, v6, 2
1596 st_h \d_strd, v6, 4
1625 st_h \d_strd, v30, 4
1626 st_h \d_strd, v31, 4
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/arm/64/
H A Dmc.S1208 .macro st_h strd, reg, lanes macro
1586 st_h \d_strd, v6, 2
1596 st_h \d_strd, v6, 4
1625 st_h \d_strd, v30, 4
1626 st_h \d_strd, v31, 4
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/src/arm/64/
H A Dmc.S1208 .macro st_h strd, reg, lanes macro
1586 st_h \d_strd, v6, 2
1596 st_h \d_strd, v6, 4
1625 st_h \d_strd, v30, 4
1626 st_h \d_strd, v31, 4

1234