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

/freebsd-12-stable/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates3 bk version > /dev/null 2>&1 || exit 0
8 set `bk diffs $i | wc -l`
H A DgenCommitLog12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
H A DgenAuthors.in26 # bk changes -and:USER: | sort -u
35 my $bk_u = "bk changes -and:USER: | sort -u |";
36 chomp(my $bk_root = `bk root`);
63 # Process "bk changes ..."
/freebsd-12-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1656 struct malloc_chunk* bk; member in struct:malloc_chunk
1924 only the fd/bk pointers of bins, and then use repositioning tricks
1938 #define last(b) ((b)->bk)
1943 BK = P->bk; \
1944 FD->bk = BK; \
2256 bin->fd = bin->bk = bin;
2391 assert(p->fd->bk == p);
2392 assert(p->bk->fd == p);
2575 for (p = last(b); p != b; p = p->bk) {
2586 assert(p->bk
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c144 attr_t bk; local
160 bk = AttrOf(dst->_nc_bkgd);
161 mask = ~(attr_t) ((bk & A_COLOR) ? A_COLOR : 0);
199 mask) | bk));
/freebsd-12-stable/contrib/ntp/
H A DMakefile.am35 README.bk \
H A DMakefile.in553 README.bk \
/freebsd-12-stable/contrib/gcc/cp/
H A Dsearch.c197 base_kind bk;
235 bk = data.ambiguous ? bk_ambig : bk_not_base;
237 bk = bk_same_type;
239 bk = bk_via_virtual;
241 bk = bk_proper_base;
246 bk = bk_not_base;
251 switch (bk)
282 bk = bk_inaccessible;
288 *kind_ptr = bk;
195 base_kind bk; local
H A Dcvt.c184 base_kind bk;
188 binfo = lookup_base (b1, b2, ba_check, &bk);
191 binfo = lookup_base (b2, b1, ba_check, &bk);
197 if (bk == bk_via_virtual)
183 base_kind bk; local
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c2085 BIGNUM *bk /* BIGNUM * to */
2107 BN_bin2bn(dgst, len, bk);
2251 BIGNUM *bn, *bk, *r; local
2285 bctx = BN_CTX_new(); bk = BN_new(); bn = BN_new();
2287 BN_rand(bk, len * 8, -1, 1); /* k */
2289 BN_add(bn, bn, bk);
2291 BN_mod_exp(bk, g, bk, p, bctx); /* g^k mod p */
2292 bighash(bk, bk);
2363 BIGNUM *bn, *bk; local
[all...]
/freebsd-12-stable/contrib/ntp/sntp/
H A DMakefile.am188 ## a bk repo and srcdir or scm-rev is unwritable.
194 -bk root $(srcdir) >/dev/null 2>&1 && \
196 x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
H A DMakefile.in1526 -bk root $(srcdir) >/dev/null 2>&1 && \
1528 x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
1678 # time, such as when tracking using bk, the .deps files can become
/freebsd-12-stable/tools/tools/build_option_survey/
H A Doption_survey.sh41 > ${FDIR}/_.bk 2>&1
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h583 BuiltinType::Kind bk = getTypePtr()->getKind(); local
584 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
585 || (bk >= BuiltinType::Short && bk <= BuiltinType::Float128)
586 || bk == BuiltinType::UChar
587 || bk == BuiltinType::SChar;
/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_p256_m62.c1261 unsigned bk; local
1263 bk = *k ++;
1277 bits = (bk >> 4) & 0x0F;
1316 bk <<= 4;
H A Dec_p256_m64.c1228 unsigned bk; local
1230 bk = *k ++;
1244 bits = (bk >> 4) & 0x0F;
1281 bk <<= 4;
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_crypto.c8128 unsigned char bk[70]; local
8136 klen = hextobin(bk, sk);
8159 if (impl->mul(eG, ulen, bk, klen, curve) != 1) {
8637 unsigned char bu[32], bk[32], br[32]; local
8644 hextobin(bk, C25519_KAT[v].scalar_le);
8645 revbytes(bk, sizeof bk);
8648 if (!iec->mul(bu, sizeof bu, bk, sizeof bk, BR_EC_curve25519)) {
8664 memcpy(bk, b
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h2118 KeyType bk = b().start();
2119 return Traits::startLess(ak, bk) ? bk : ak;
2125 KeyType bk = b().stop();
2126 return Traits::startLess(ak, bk) ? ak : bk;
/freebsd-12-stable/tools/tools/sysbuild/
H A Dsysbuild.sh542 make ${JARG} -s buildkernel KERNCONF=$KERNCONF > ${SBMNT}/_.bk 2>&1
/freebsd-12-stable/tools/tools/nanobsd/
H A Ddefaults.sh332 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bk"
345 ) > ${MAKEOBJDIRPREFIX}/_.bk 2>&1
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1387 int64_t bk; local
1400 bk = HFS_BLOCKS(a->compressed_rsrc_position);
1401 bk += bk >> 7;
1402 if (bk > HFS_BLOCKS(a->filesize))
H A Darchive_write_set_format_iso9660.c5836 const int bk = (1 << 7) - 1; local
5839 psize = (cnt + bk) & ~bk;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c537 int be, bk, vi, vo; local
545 bk = atoi(pos);
562 if (bk)
6804 int be, bk, vi, vo; local
6812 bk = atoi(pos);
6829 if (bk)
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c63915 } bk; member in union:vdbeExecUnion
[all...]
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2408 eFgPhbmumx+bk/FBXbeTr6qhPRLUSjL8GZYfbJ8PpB9+tTCmOnGTl82g1xCPzgQp

Completed in 462 milliseconds