Searched refs:update (Results 151 - 175 of 338) sorted by relevance

1234567891011>>

/freebsd-13-stable/tools/tools/git/
H A Darcgit34 # $ arc diff --update D2185 review_D2185_base
177 git update-index -q --refresh
/freebsd-13-stable/usr.bin/svn/svn/
H A DMakefile56 update-cmd.c \
/freebsd-13-stable/tools/kerneldoc/subsys/
H A DMakefile87 # update target for the config files {config syntax change}
89 update-doxys:
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dcommon.c139 assert(next->update != NULL);
140 return next->update(next->coder, allocator, NULL, reversed_filters);
/freebsd-13-stable/lib/libsecureboot/openpgp/
H A Dopgp_sig.c351 md->update(&mctx.vtable, fdata, fbytes);
352 md->update(&mctx.vtable, sig->pgpbytes,
/freebsd-13-stable/contrib/dialog/package/
H A Ddialog.spec86 - update ftp url
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py210 environ.update(extra_env)
214 environ.update(original_env)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp126 bool update(const MachineInstr &MI, unsigned Begin, unsigned End);
350 update(MI, 0, MI.getDesc().getNumOperands());
360 update(MI, MI.getDesc().getNumOperands(), MI.getNumOperands());
412 bool RegDefsUses::update(const MachineInstr &MI, unsigned Begin, unsigned End) { function in class:RegDefsUses
707 // However, we still need to update the register def-use information.
708 RegDU.update(*CurrI, 0, CurrI->getNumOperands());
953 HasHazard |= RegDU.update(Candidate, 0, Candidate.getNumOperands());
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec480 - update to 3.1p1
483 - update to SNAP-20020305
487 - update to SNAP-20020220 for testing purposes (you've been warned, if there's
503 - update to 3.0.2p1
506 - update to 3.0.1p1
509 - update to current CVS (not for use in distribution)
516 - update to 3.0p1
517 - update to x11-ssh-askpass 1.2.4.1
567 - update to 2.9p2
597 - update t
[all...]
/freebsd-13-stable/sys/geom/raid/
H A Dmd_nvidia.c597 int update, na; local
601 update = 0;
615 update += g_raid_md_nvidia_start_disk(disk);
626 update += g_raid_md_nvidia_start_disk(disk);
634 if (update)
985 /* If disk was assigned, just update statuses. */
1041 int numdisks, i, len, level, qual, update; local
1300 /* If disk was assigned, just update statuses. */
1334 update = 0;
1370 update
[all...]
H A Dmd_sii.c653 int update, na; local
657 update = 0;
671 update += g_raid_md_sii_start_disk(disk);
682 update += g_raid_md_sii_start_disk(disk);
690 if (update)
1075 /* If disk was assigned, just update statuses. */
1125 int numdisks, i, len, level, qual, update; local
1382 /* If disk was assigned, just update statuses. */
1416 update = 0;
1452 update
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_sched.c486 bool update; local
503 update = false;
518 update = true;
535 update = true;
542 if (update) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp237 void update(unsigned R, const LatticeCell &L) { function in class:__anon4110::MachineConstPropagator::CellMap
544 // Add a new constant to the cell. This is actually where the cell update
645 Cells.update(DefR.Reg, Bottom);
678 Cells.update(DefR.Reg, DefC);
714 Cells.update(DefR.Reg, Bottom);
722 Cells.update(DefR.Reg, RC);
981 // traversal/rewrite will update block successors, so it's safer
990 // If any branch is rewritten, we may need to update the successor
1954 Outputs.update(DefR.Reg, RC);
1976 Outputs.update(Def
[all...]
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh46 -I -- Update INDEX only. (update command only)
60 or update an existing snapshot.
64 update -- Update ports tree to match current snapshot, replacing
67 update an existing tree.
154 cron | extract | fetch | update | auto)
158 COMMANDS="${COMMANDS} update"
334 echo "running '`basename $0` update'."
524 # Sanity-check the date on a snapshot update tag
538 # Compare old and new tags; return 1 if update is unnecessary
803 # update, an
[all...]
/freebsd-13-stable/sys/powerpc/fpu/
H A Dfpu_emu.c307 * and update index reg if needed.
311 int store, update; local
349 update = (instr.i_x.i_xo & 0x20);
367 update = instr.i_d.i_opcd & 0x1;
380 if (update && ra == 0)
416 if (update)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp178 /// update(StringRef Str)
266 Hash.update(
284 Hash.update(
312 void update(StringRef Str) { FS.AddString(Str); } function in class:__anon1635::FoldingSetNodeIDWrapper
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dmbo.c327 goto update;
397 update:
H A Dbss.c639 "Ignore this BSS entry since the previous update looks more current");
643 "Accept this BSS entry since it looks more current than the previous update");
662 * Do not update the IEs in this BSS entry to avoid such loss of
666 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Do not update scan IEs for "
712 * wpa_bss_update_start - Start a BSS table update from scan results
715 * This function is called at the start of each BSS table update round for new
717 * wpa_bss_update_scan_res() and the update round is finished with a call to
723 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
747 struct os_reltime update; local
748 calculate_update_time(fetch_time, res->age, &update);
[all...]
/freebsd-13-stable/contrib/blacklist/bin/
H A Dblacklistd.c299 update(void) function
578 update();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp269 Md5.update(GV.getName());
270 Md5.update(ArrayRef<uint8_t>{0});
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c88 ucode_update_t *update; member in struct:ucode_handler
394 handler->update(&parm);
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio.c189 uint8_t update[(MIX_MAX_CHAN + 7) / 8]; member in struct:uaudio_mixer_node
1492 #error "Please update code below!"
1574 /* check if we should do an update */
1576 /* simply update the wMaxPacketSize field */
2577 /* update current jitter */
2942 /* update mixer value */
2949 pmc->update[(chan / 8)] |= (1 << (chan % 8));
3053 MIX(sc).update[0] = 1;
3067 MIX(sc).update[0] = 1;
3079 MIX(sc).update[
5199 uint8_t update; local
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c150 // Now we can update coder->pos and coder->size, because
228 // No update support, just call the next filter in the chain.
257 next->update = &simple_coder_update;
/freebsd-13-stable/lib/libsecureboot/
H A Dvectx.c194 * read bytes from file and update hash
245 ctx->vec_md->update(&ctx->vec_ctx.vtable, &bp[off], d);
345 * Only update pcr with things that must verify
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_hash.h130 * The vtable offers functions called `init()`, `update()`, `out()`,
285 void (*update)(const br_hash_class **ctx, const void *data, size_t len); member in struct:br_hash_class_
1234 * \param y the array to update.
1248 * \param y the array to update.
1264 * \param y the array to update.
1279 * \param y the array to update.
1297 * \param y the array to update.
1323 * \param y the array to update.

Completed in 148 milliseconds

1234567891011>>