Home
last modified time | relevance | path

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

12

/NextBSD/contrib/ntp/
HDREADME.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
HDMakefile.am35 README.bk \
HDdepsver.mf38 # time, such as when tracking using bk, the .deps files can become
HDREADME37 README.bk Instructions for folks who use the BitKeeper-repository
HDMakefile.in554 README.bk \
HDChangeLog1948 * from 4.2.6p3: Update genCommitLog for the bk-5 release.
1953 * from 4.2.6p3: Update bk triggers for the bk-5 release.
2632 * Update bk triggers for the bk-5 release.
2633 * Update genCommitLog for the bk-5 release.
3096 libisc merges using a separate "upstream" bk repo. That will enable
3097 normal bk pull automerge to handle carrying forward any local changes
/NextBSD/sys/contrib/octeon-sdk/cvmx-malloc/
HDmalloc.c1656 struct malloc_chunk* bk; member
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) { in do_check_malloc_state()
2586 assert(p->bk == b || in do_check_malloc_state()
2587 (unsigned long)chunksize(p->bk) >= in do_check_malloc_state()
[all …]
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_overlay.c144 attr_t bk; in copywin() local
160 bk = AttrOf(dst->_nc_bkgd); in copywin()
161 mask = ~(attr_t) ((bk & A_COLOR) ? A_COLOR : 0); in copywin()
199 mask) | bk)); in copywin()
/NextBSD/contrib/ntp/scripts/build/
HDcheckHtmlFileDates3 bk version > /dev/null 2>&1 || exit 0
8 set `bk diffs $i | wc -l`
HDgenCommitLog12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
/NextBSD/contrib/ntp/ntpd/
HDntp_crypto.c2061 BIGNUM *bk /* BIGNUM * to */ in bighash() argument
2075 BN_bin2bn(dgst, len, bk); in bighash()
2215 BIGNUM *bn, *bk, *r; in crypto_bob() local
2245 bctx = BN_CTX_new(); bk = BN_new(); bn = BN_new(); in crypto_bob()
2247 BN_rand(bk, len * 8, -1, 1); /* k */ in crypto_bob()
2249 BN_add(bn, bn, bk); in crypto_bob()
2252 BN_mod_exp(bk, dsa->g, bk, dsa->p, bctx); /* g^k mod p */ in crypto_bob()
2253 bighash(bk, bk); in crypto_bob()
2254 sdsa->s = BN_dup(bk); in crypto_bob()
2256 BN_free(r); BN_free(bn); BN_free(bk); in crypto_bob()
[all …]
/NextBSD/contrib/gcc/cp/
HDsearch.c195 base_kind bk; in lookup_base() local
233 bk = data.ambiguous ? bk_ambig : bk_not_base; in lookup_base()
235 bk = bk_same_type; in lookup_base()
237 bk = bk_via_virtual; in lookup_base()
239 bk = bk_proper_base; in lookup_base()
244 bk = bk_not_base; in lookup_base()
249 switch (bk) in lookup_base()
280 bk = bk_inaccessible; in lookup_base()
286 *kind_ptr = bk; in lookup_base()
HDcvt.c183 base_kind bk; in cp_convert_to_pointer() local
187 binfo = lookup_base (b1, b2, ba_check, &bk); in cp_convert_to_pointer()
190 binfo = lookup_base (b2, b1, ba_check, &bk); in cp_convert_to_pointer()
196 if (bk == bk_via_virtual) in cp_convert_to_pointer()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h531 BuiltinType::Kind bk = getTypePtr()->getKind(); in needsExtraLocalData() local
532 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128) in needsExtraLocalData()
533 || (bk >= BuiltinType::Short && bk <= BuiltinType::LongDouble) in needsExtraLocalData()
534 || bk == BuiltinType::UChar in needsExtraLocalData()
535 || bk == BuiltinType::SChar; in needsExtraLocalData()
/NextBSD/contrib/ntp/sntp/
HDMakefile.am191 (bk version) >/dev/null 2>&1 && \
193 x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
HDdepsver.mf38 # time, such as when tracking using bk, the .deps files can become
HDMakefile.in1533 (bk version) >/dev/null 2>&1 && \
1535 x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
/NextBSD/tools/tools/build_option_survey/
HDoption_survey.sh40 > ${FDIR}/_.bk 2>&1
/NextBSD/contrib/llvm/include/llvm/ADT/
HDIntervalMap.h2107 KeyType bk = b().start(); in start() local
2108 return Traits::startLess(ak, bk) ? bk : ak; in start()
2114 KeyType bk = b().stop(); in stop() local
2115 return Traits::startLess(ak, bk) ? ak : bk; in stop()
/NextBSD/tools/tools/net80211/wlaninject/
HDREADME32 ac_bk, bk background
/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_disk_posix.c1217 int64_t bk; in hfs_drive_compressor() local
1230 bk = HFS_BLOCKS(a->compressed_rsrc_position); in hfs_drive_compressor()
1231 bk += bk >> 7; in hfs_drive_compressor()
1232 if (bk > HFS_BLOCKS(a->filesize)) in hfs_drive_compressor()
HDarchive_write_set_format_iso9660.c5823 const int bk = (1 << 7) - 1; in idr_ensure_poolsize() local
5826 psize = (cnt + bk) & ~bk; in idr_ensure_poolsize()
/NextBSD/tools/tools/sysbuild/
HDsysbuild.sh533 make ${JARG} -s buildkernel KERNCONF=$KERNCONF > ${SBMNT}/_.bk 2>&1
/NextBSD/tools/tools/nanobsd/
HDdefaults.sh346 ) > ${MAKEOBJDIRPREFIX}/_.bk 2>&1
/NextBSD/contrib/wpa/wpa_supplicant/
HDctrl_iface.c407 int be, bk, vi, vo; in wpa_supplicant_ctrl_iface_set() local
415 bk = atoi(pos); in wpa_supplicant_ctrl_iface_set()
432 if (bk) in wpa_supplicant_ctrl_iface_set()
5899 int be, bk, vi, vo; in p2p_ctrl_set() local
5907 bk = atoi(pos); in p2p_ctrl_set()
5924 if (bk) in p2p_ctrl_set()

12