Searched refs:after (Results 151 - 175 of 216) sorted by relevance

123456789

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk166 ${:U>}= after
H A Dvarmod-loop.mk80 # variable in the scope of the expression and deleting it again after the
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp59 bool in_shadow, const char *after) {
63 byte & 15, d.Default(), after);
121 // immediately after printing error report.
58 PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, bool in_shadow, const char *after) argument
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c108 /* after and diff can be the same struct */
109 static inline void diff_time(struct timeval *before, struct timeval *after, argument
112 struct timeval tmp = *after;
1052 struct timeval before, after; local
1115 gettimeofday(&after, NULL);
1116 diff_time(&before, &after, &after);
1122 after.tv_sec, after.tv_usec, perfmgr_mad_stats.fastest_us,
/freebsd-13-stable/share/mk/
H A Dbsd.files.mk9 .error bsd.dirs.mk must be included after bsd.files.mk.
H A Dmeta.sys.mk108 # Are we, after all, in meta mode?
H A Dsrc.opts.mk9 # Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
253 # Additional, per-target behavior should be rarely added only after much
H A Dsrc.sys.obj.mk101 # This intenionally comes after adding TARGET.TARGET_ARCH so that is truncated
/freebsd-13-stable/stand/lua/
H A Dpassword.lua56 -- Reset cursor to just after the password prompt
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp105 {"before", before}, {"after", after}, {"expansion", expansion}};
278 return makeParseError(State, "unexpected input after selector");
H A DRangeSelector.cpp114 RangeSelector transformer::after(RangeSelector Selector) {
248 // to static functions, after the minimum Visual C++ has _MSC_VER >= 1915
/freebsd-13-stable/sys/netinet/
H A Dtcp_sack.c503 struct sackhole *after)
513 if (after != NULL)
514 TAILQ_INSERT_AFTER(&tp->snd_holes, after, hole, scblink);
502 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl145 2: ldxa [$inp]0x82, %o0 ! avoid read-after-write hazard
367 2: ldxa [$inp]0x82, %o0 ! avoid read-after-write hazard
474 2: ldxa [$inp]0x82, %o0 ! avoid read-after-write hazard
715 2: ldxa [$inp]0x82, %o0 ! avoid read-after-write hazard
806 2: ldxa [$inp]0x82, %o0 ! avoid read-after-write hazard
1040 2: ldxa [$inp]0x82, %o0 ! avoid read-after-write hazard
1155 2: ldxa [$inp]0x82, %o0 ! avoid read-after-write hazard
/freebsd-13-stable/sys/vm/
H A Dswap_pager.c429 swap_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after);
1109 * store exists before and after the requested page.
1113 int *after)
1129 if (after)
1130 *after = 0;
1151 if (after != NULL) {
1157 *after = i - 1;
1357 * perform the I/O. NOTE!!! bp cannot be considered valid after
1671 /* We always have space after I/O, successful or not. */
1724 * A page is only written to swap after
1112 swap_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h180 Status GetWatchpointSupportInfo(uint32_t &num, bool &after) override;
264 // updated after stopping
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c470 * received just after an am wrap.
472 * An aggressive way to handle this would be to emit CR/LF after the
714 * Always return 1 for the next GoTo() after a PutRange() if we found
736 struct tms before, after; local
823 * un-attributed blanks are present before and after the attributed range;
976 /* show altered highlights after magic-cookie check */
1069 (void) times(&after);
1073 (long) (after.tms_stime - before.tms_stime),
1074 (long) (after.tms_utime - before.tms_utime)));
2265 TR(TRACE_UPDATE, ("bumped to %d,%d after cooki
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp368 // The token after the include must be a string.
372 PrintError(getLoc(), "Expected filename after include");
615 // Check for whitespace after the directive. If there is no whitespace,
621 // as an error for #ifdef/#define after the call to prepLexMacroName().
630 // Allow comments after some directives, e.g.:
634 // Note that we do allow comments after #ifdef/#define here, e.g.
638 // These cases will be reported as incorrect after calling
640 // after #ifdef/#define, but this would complicate the code
683 return ReturnError(TokStart, "Expected macro name after " + IfTokName);
699 return ReturnError(CurPtr, "Only comments are supported after "
[all...]
/freebsd-13-stable/crypto/openssh/regress/
H A DMakefile31 stderr-after-eof \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp801 Status ProcessFreeBSD::GetWatchpointSupportInfo(uint32_t &num, bool &after) { argument
803 // Watchpoints trigger and halt the inferior after the corresponding
805 after = true;
1069 // The instruction emulation failed after it modified the PC. It is an
/freebsd-13-stable/contrib/tzdata/
H A DMakefile28 # Change the line below for your timezone (after finding the one you want in
48 # * It does not work in the tzdb implementation for timestamps after 2037.
55 # you can change the line below (after finding the timezone you want in the
258 -fsanitize=undefined -fsanitize-address-use-after-scope \
265 -Wdeclaration-after-statement -Wdouble-promotion \
385 # append "-r @N" to omit data before N-seconds-after-the-Epoch.
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm107 ;; NOTE. rxInOfs is updated after the packet has been copied
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc18 * Testing of any change in this file can start only after the two copies are
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in210 log_fatal(LOG_ERR, "Download from $LEAPSRC failed after $MAXTRIES attempts");
272 # server to download the file, the network socket should be closed after
429 -c Command to restart NTP after installing a new file
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc18 * Testing of any change in this file can start only after the two copies are
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read.c221 int64_t after = (self->archive->client.seeker) local
223 if (after != before + request)
225 return after - before;

Completed in 159 milliseconds

123456789