Home
last modified time | relevance | path

Searched refs:ivb (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/dports/math/gecode/gecode-0916a1a/gecode/int/branch/
H A Dview-sel.cpp39 viewsel(Space& home, const IntVarBranch& ivb) { in viewsel() argument
40 switch (ivb.select()) { in viewsel()
42 return new (home) ViewSelNone<IntView>(home,ivb); in viewsel()
44 return new (home) ViewSelRnd<IntView>(home,ivb); in viewsel()
47 if (ivb.tbl() != nullptr) { in viewsel()
48 switch (ivb.select()) { in viewsel()
109 switch (ivb.select()) { in viewsel()
115 return new (home) ViewSelMin<MeritMin<IntView>>(home,ivb); in viewsel()
117 return new (home) ViewSelMax<MeritMin<IntView>>(home,ivb); in viewsel()
119 return new (home) ViewSelMin<MeritMax<IntView>>(home,ivb); in viewsel()
[all …]
H A Dval-sel-commit.cpp39 valselcommit(Space& home, const IntValBranch& ivb) { in valselcommit() argument
40 assert((ivb.select() != IntValBranch::SEL_VALUES_MIN) && in valselcommit()
41 (ivb.select() != IntValBranch::SEL_VALUES_MAX)); in valselcommit()
42 switch (ivb.select()) { in valselcommit()
45 ValSelCommit<ValSelMin<IntView>,ValCommitEq<IntView> >(home,ivb); in valselcommit()
48 ValSelCommit<ValSelMed<IntView>,ValCommitEq<IntView> >(home,ivb); in valselcommit()
51 ValSelCommit<ValSelMax<IntView>,ValCommitEq<IntView> >(home,ivb); in valselcommit()
54 ValSelCommit<ValSelRnd<IntView>,ValCommitEq<IntView> >(home,ivb); in valselcommit()
63 ValSelCommit<ValSelRangeMin,ValCommitLq<IntView> >(home,ivb); in valselcommit()
66 ValSelCommit<ValSelRangeMax,ValCommitGq<IntView> >(home,ivb); in valselcommit()
[all …]
/dports/net/libtrace/libtrace-3.0.19/tools/traceanon/
H A Drijndael.c1122 ivb[0] = (ivb[0] << 1) | (ivb[1] >> 7); in blockEncrypt()
1123 ivb[1] = (ivb[1] << 1) | (ivb[2] >> 7); in blockEncrypt()
1124 ivb[2] = (ivb[2] << 1) | (ivb[3] >> 7); in blockEncrypt()
1125 ivb[3] = (ivb[3] << 1) | (ivb[4] >> 7); in blockEncrypt()
1126 ivb[4] = (ivb[4] << 1) | (ivb[5] >> 7); in blockEncrypt()
1127 ivb[5] = (ivb[5] << 1) | (ivb[6] >> 7); in blockEncrypt()
1128 ivb[6] = (ivb[6] << 1) | (ivb[7] >> 7); in blockEncrypt()
1129 ivb[7] = (ivb[7] << 1) | (ivb[8] >> 7); in blockEncrypt()
1130 ivb[8] = (ivb[8] << 1) | (ivb[9] >> 7); in blockEncrypt()
1292 ivb[0] = (ivb[0] << 1) | (ivb[1] >> 7); in blockDecrypt()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rdmft/recycling/wfn1/
H A Dwfn1_swap.F42 subroutine wfn1_swap(nea,neb,nbf,ist,ioa,iva,iob,ivb,oclosed) argument
60 integer ivb !< [Output] The beta virtual orbital offset
73 ivb = neb
80 ivb = iva
93 do ivb = neb+1, nbf
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rdmft/recycling/wfn1/
H A Dwfn1_swap.F42 subroutine wfn1_swap(nea,neb,nbf,ist,ioa,iva,iob,ivb,oclosed) argument
60 integer ivb !< [Output] The beta virtual orbital offset
73 ivb = neb
80 ivb = iva
93 do ivb = neb+1, nbf
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Di965_pciids.h43 CHIPSET(0x0152, ivb, ivb_gt1, "Intel(R) Ivybridge Desktop")
44 CHIPSET(0x0162, ivb, ivb_gt2, "Intel(R) Ivybridge Desktop")
45 CHIPSET(0x0156, ivb, ivb_gt1, "Intel(R) Ivybridge Mobile")
46 CHIPSET(0x0166, ivb, ivb_gt2, "Intel(R) Ivybridge Mobile")
47 CHIPSET(0x015A, ivb, ivb_gt1, "Intel(R) Ivybridge Server")
48 CHIPSET(0x016A, ivb, ivb_gt2, "Intel(R) Ivybridge Server")
49 CHIPSET(0x0F31, ivb, byt, "Intel(R) Bay Trail")
50 CHIPSET(0x0F32, ivb, byt, "Intel(R) Bay Trail")
51 CHIPSET(0x0F33, ivb, byt, "Intel(R) Bay Trail")
52 CHIPSET(0x0157, ivb, byt, "Intel(R) Bay Trail")
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Drc5test.c209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
217 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
219 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
225 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
226 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Drc5test.c209 unsigned char buf[8], buf2[8], ivb[8];
217 memcpy(ivb, &rc5_cbc_iv[n][0], 8);
219 &key, &ivb[0], RC5_ENCRYPT);
225 memcpy(ivb, &rc5_cbc_iv[n][0], 8);
226 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT);
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Drc5test.c209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
217 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
219 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
225 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
226 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8];
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8);
210 &key, &ivb[0], RC5_ENCRYPT);
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8);
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT);
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Drc5test.c209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
217 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
219 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
225 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
226 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/security/openssl/openssl-1.1.1n/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/security/openssl-devel/openssl-3.0.2/test/
H A Drc5test.c209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
217 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
219 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
225 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
226 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/security/openssl-static/openssl-1.1.1l/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/
H A Drc5test.c209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
217 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
219 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
225 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
226 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Drc5test.c202 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
208 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
210 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
216 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
217 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()
/dports/japanese/mutt-devel/mutt-1.5.21/po/
H A Dca.po1706 # Cannot… ivb
1743 # Cannot… ivb
1796 # Cannot… ivb
1853 # Cannot… ivb
1858 # Cannot… ivb
1875 # Cannot… ivb
1880 # Cannot… ivb
1885 # Cannot… ivb
1890 # Cannot… ivb
4483 # Hau! ivb
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/mediatek/mt7601u/
H A Dmcu.c279 u8 ivb[MT_MCU_IVB_SIZE]; member
359 void *ivb; in mt7601u_upload_firmware() local
363 ivb = kmemdup(fw->ivb, sizeof(fw->ivb), GFP_KERNEL); in mt7601u_upload_firmware()
364 if (!ivb) in mt7601u_upload_firmware()
371 ilm_len = le32_to_cpu(fw->hdr.ilm_len) - sizeof(fw->ivb); in mt7601u_upload_firmware()
373 ilm_len, sizeof(fw->ivb)); in mt7601u_upload_firmware()
374 ret = mt7601u_dma_fw(dev, &dma_buf, fw->ilm, ilm_len, sizeof(fw->ivb)); in mt7601u_upload_firmware()
386 0x12, 0, ivb, sizeof(fw->ivb)); in mt7601u_upload_firmware()
400 kfree(ivb); in mt7601u_upload_firmware()

12345678910>>...26