Searched refs:before (Results 201 - 225 of 282) sorted by relevance

1234567891011>>

/freebsd-current/share/mk/
H A Dsrc.sys.obj.mk205 # in case make started with a bogus MAKEOBJDIR, that expanded before OBJTOP
H A Dbsd.dep.mk60 # Keep `tags' here, before SRCS are mangled below for `depend'.
/freebsd-current/contrib/ncurses/
H A Ddist.mk53 # use 79 columns as it did in 2.8.5 and before.
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_console.c932 struct timeval before, after; local
952 gettimeofday(&before, NULL);
969 after.tv_usec - before.tv_usec);
1244 /* determine if we've seen this remote node before.
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read.c210 int64_t before = self->position; local
213 if (after != before + request)
215 return after - before;
1518 /* We hit EOF before we satisfied the skip request. */
/freebsd-current/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm57 caller a chance to modify line before printing it. If C<PREPROCESS_CODE> is
/freebsd-current/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm84 caller a chance to modify line before printing it. If C<PREPROCESS_CODE> is
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp135 E.TargetRange = transformer::before(Anchor);
209 /// Unconditionally binds the given node set before trying `InnerMatcher` and
/freebsd-current/lib/libc/amd64/string/
H A Dmemcmp.S258 * the start of the buffer or 32 bytes before its end, depending
405 pcmpeqb -48(%rdi), %xmm1 # reconstruct xmm1 before PAND
H A Dstpncpy.S162 movdqu (%rsi, %r8, 1), %xmm0 # load source tail before NUL
/freebsd-current/sys/sys/
H A Dmutex.h414 #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/mutex.h>
/freebsd-current/tools/test/stress2/misc/
H A Dumountf2.sh83 * http://www.opensource.apple.com/apsl/ and read it before using this file.
/freebsd-current/contrib/libucl/src/
H A Ducl_parser.c114 ucl_attach_comment (struct ucl_parser *parser, ucl_object_t *obj, bool before) argument
120 if (before) {
/freebsd-current/include/rpcsvc/
H A Dnfs_prot.x428 pre_op_attr before;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk265 # signs, except the one before the delimiter. That one is handled by
H A Dvar-op-expand.mk167 # Between var.c 1.42 from 2000-05-11 and before parse.c 1.520 from 2020-12-27,
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk328 # the .PATH is needed before then.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc358 * Do byte swap for this instance. \c Old is the original order before
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc358 * Do byte swap for this instance. \c Old is the original order before
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm554 # overwriting whatever variables were there before.
662 # Prepend specified perl code to each fragment before evaluating:
1883 special meaning. If you had templates before version 1.10 that
1889 processor always replaced it with a single backslash before passing
1897 it appeared before a brace or another backslash. That meant that
1920 is I<not> evaluated, because the C<\> before the braces signals that
1995 It may be useful to preprocess the program fragments before they are
2000 It may be useful to process hunks of output before they are appended to
/freebsd-current/contrib/expat/lib/
H A Dxmlparse.c357 /* The XML_Char before the name is used to determine whether
599 const char *before, const char *after,
603 const char *before, const char *after,
1035 /* hash functions must be initialized before setContext() is called */
1388 /* Validate the oldParser parameter before we pull everything out of it */
2041 /* Has someone called XML_GetBuffer successfully before? */
2515 substituted before being passed to V1. CPP is defined to expand
6109 * entity, it must have gone through this code before and
6160 * names before XmlAttributeValueTok() gets a look-in. This
6708 * that doesn't get errored long before thi
7819 accountingReportDiff(XML_Parser rootParser, unsigned int levelsAwayFromRootParser, const char *before, const char *after, ptrdiff_t bytesMore, int source_line, enum XML_Account account) argument
7856 accountingDiffTolerated(XML_Parser originParser, int tok, const char *before, const char *after, int source_line, enum XML_Account account) argument
[all...]
/freebsd-current/sys/kern/
H A Duipc_shm.c184 "Number of contig reclaims before giving up for default alloc policy");
304 int *before, int *after)
311 if (before != NULL) {
312 *before = pindex - rounddown2(pindex, pagesizes[psind] /
303 shm_largepage_phys_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after) argument
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm294 ;; before SPKERNEL instruction is reached. As result it's 25%
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh330 * Maybe it was in the hints file. or it was loaded before.
432 * so we may need to 'correct' this before we
/freebsd-current/sys/conf/
H A Dkern.post.mk126 # The WRKDIR needs to be cleaned before building, and trying to change the target

Completed in 316 milliseconds

1234567891011>>