Home
last modified time | relevance | path

Searched refs:bk (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/ntp/
H A DREADME.patches14 > bk pull ../ntp-stable (get your changes from ntp-stable)
38 via the 'bk send' command:
41 > bk citool (or bk ci ... ; bk commit ... )
42 > bk pull # make sure your repo is up-to-date
43 > bk send -d -ubk://www.ntp.org/home/bk/REPO - > file-containing-the-patch
44 > bk receive -vv -a < file-containing-the-patch
H A DMakefile.am35 README.bk \
131 -a .bk/SCCS/ChangeSet,s -ot CommitLog \
H A Ddepsver.mf39 # time, such as when tracking using bk, the .deps files can become
H A DREADME37 README.bk Instructions for folks who use the BitKeeper-repository
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedSapphireRapids.td602 "^V(ADD|SUB)PSZ128rm((b|k|bk|kz)?)$",
633 … "^VPM(AX|IN)(S|U)QZ128rm((b|k|bk|kz)?)$",
638 … "^VPERM(I|T)2(D|Q|PS)Z128rm((b|k|bk|kz)?)$",
640 … "^VPERM(I|T)2PDZ128rm((b|k|bk|kz)?)$",
872 "^VCVT(T?)PD2(U?)DQZ128rm((b|k|bk|kz)?)$",
875 "^VCVT(U?)QQ2PSZ128rm((b|k|bk|kz)?)$",
1144 def : InstRW<[SPRWriteResGroup73], (instregex "^VPLZCNT(D|Q)Z256rm((b|k|bk|kz)?)$",
1148 "^V(ADD|SUB)PHZ128rm((b|k|bk|kz)?)$",
1150 "^VGETEXPPHZ128m((b|k|bk|kz)?)$",
1157 "^VM(AX|IN)CPHZ128rm((b|k|bk|kz)?)$",
[all …]
/freebsd/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates13 # 'bk diff' is used to check for modifications so if bk is not
21 bk status > /dev/null 2>&1 || exit 0
26 set `bk diff --normal $i | wc -l`
H A DgenCommitLog12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
H A DgenAuthors.in27 # bk changes -and:USER: | sort -u
36 my $bk_u = "bk changes -and:USER: | sort -u |";
37 chomp(my $bk_root = `bk root`);
64 # Process "bk changes ..."
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c153 attr_t bk; in copywin() local
158 bk = AttrOf(dst->_nc_bkgd); in copywin()
159 mask = ~(attr_t) ((bk & A_COLOR) ? A_COLOR : 0); in copywin()
199 mask) | bk)); in copywin()
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c2080 BIGNUM *bk /* BIGNUM * to */
2095 BN_bin2bn(dgst, len, bk); in bighash()
2239 BIGNUM *bn, *bk, *r;
2277 bctx = BN_CTX_new(); bk = BN_new(); bn = BN_new(); in crypto_bob()
2279 BN_rand(bk, len * 8, -1, 1); /* k */ in crypto_bob()
2281 BN_add(bn, bn, bk); in crypto_bob()
2283 BN_mod_exp(bk, g, bk, p, bctx); /* g^k mod p */ in crypto_bob()
2284 bighash(bk, bk); in crypto_bob()
2085 bighash(BIGNUM * bn,BIGNUM * bk) bighash() argument
2251 BIGNUM *bn, *bk, *r; crypto_bob() local
2363 BIGNUM *bn, *bk; crypto_iff() local
[all...]
/freebsd/contrib/file/magic/Magdir/
H A Dframe47 # no samples found with .bk or .book extension
111 # defs/b/bk-fm.trid.xml
121 !:ext bk/book
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c8128 unsigned char bk[70]; in test_EC_inner() local
8136 klen = hextobin(bk, sk); in test_EC_inner()
8159 if (impl->mul(eG, ulen, bk, klen, curve) != 1) { in test_EC_inner()
8637 unsigned char bu[32], bk[32], br[32]; in test_EC_c25519() local
8644 hextobin(bk, C25519_KAT[v].scalar_le); in test_EC_c25519()
8645 revbytes(bk, sizeof bk); in test_EC_c25519()
8648 if (!iec->mul(bu, sizeof bu, bk, sizeof bk, BR_EC_curve25519)) { in test_EC_c25519()
8664 memcpy(bk, bu, sizeof bu); in test_EC_c25519()
8666 revbytes(bk, sizeof bk); in test_EC_c25519()
8667 if (!iec->mul(bu, sizeof bu, bk, sizeof bk, BR_EC_curve25519)) { in test_EC_c25519()
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dimg-63x255-512-gpt.qcow2.hex94 0046fe10 62 6b 07 b6 00 00 00 00 7f 21 00 00 00 00 00 00 |bk.......!......|
H A Dimg-1x1-512-gpt.qcow2.hex94 0046fe10 62 6b 07 b6 00 00 00 00 7f 21 00 00 00 00 00 00 |bk.......!......|
/freebsd/contrib/ntp/sntp/
H A DMakefile.am182 ## a bk repo and srcdir or scm-rev is unwritable.
188 $(AM_V_at)-bk root $(srcdir) >/dev/null 2>&1 && \
190 x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
H A Ddepsver.mf39 # time, such as when tracking using bk, the .deps files can become
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h595 BuiltinType::Kind bk = getTypePtr()->getKind(); in needsExtraLocalData() local
596 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128) || in needsExtraLocalData()
597 (bk >= BuiltinType::Short && bk <= BuiltinType::Ibm128) || in needsExtraLocalData()
598 bk == BuiltinType::UChar || bk == BuiltinType::SChar; in needsExtraLocalData()
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m62.c1261 unsigned bk; in point_mul_inner() local
1263 bk = *k ++; in point_mul_inner()
1277 bits = (bk >> 4) & 0x0F; in point_mul_inner()
1316 bk <<= 4; in point_mul_inner()
H A Dec_p256_m64.c1279 unsigned bk; in point_mul_inner() local
1281 bk = *k ++; in point_mul_inner()
1295 bits = (bk >> 4) & 0x0F; in point_mul_inner()
1332 bk <<= 4; in point_mul_inner()
/freebsd/tools/tools/build_option_survey/
H A Doption_survey.sh40 > ${FDIR}/_.bk 2>&1
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h2170 KeyType bk = b().start(); in start() local
2171 return Traits::startLess(ak, bk) ? bk : ak; in start()
2177 KeyType bk = b().stop(); in stop() local
2178 return Traits::startLess(ak, bk) ? ak : bk; in stop()
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c481 num_elem, addr, len, auth->bk); in dpp_derive_bk_ke()
486 auth->bk, hash_len); in dpp_derive_bk_ke()
489 res = dpp_hkdf_expand(hash_len, auth->bk, hash_len, info_ke, auth->ke, in dpp_derive_bk_ke()
2113 if (dpp_hkdf_expand(hash_len, auth->bk, hash_len, in dpp_build_csr()
2205 if (dpp_hkdf_expand(hash_len, auth->bk, hash_len, in dpp_validate_csr()
2430 res = dpp_hmac_vector(hash_len, auth->bk, hash_len, 1, addr, len, tmp); in dpp_derive_auth_i()
H A Ddpp_backup.c281 res = dpp_hkdf_expand(key_len, auth->bk, key_len, in dpp_build_pw_recipient_info()
1153 res = dpp_hkdf_expand(key_len, auth->bk, key_len, in dpp_conf_resp_env_data()
/freebsd/tools/tools/net80211/wlaninject/
H A DREADME31 ac_bk, bk background
/freebsd/tools/tools/sysbuild/
H A Dsysbuild.sh548 make ${JARG} -s buildkernel KERNCONF=$KERNCONF > ${SBMNT}/_.bk 2>&1

12