Searched refs:simple (Results 76 - 100 of 109) sorted by relevance

12345

/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-plain.mk250 # in most cases the conditions are simple enough that it doesn't matter
H A Dvarmod-subst.mk285 # dollar sign. Therefore, creating a dollar sign is pretty simple:
H A Ddirective-for.mk16 # values depending on other variables. In simple cases, the same effect can
H A Dvarmod-indirect.mk155 # the expression in Var_Parse is a simple empty string.
H A Ddirective-include-guard.mk470 # matter in practice, as guard expressions are expected to be simple,
/freebsd-current/share/mk/
H A Dmeta.stage.mk140 # this is simple, a list of the "staged" files depends on this,
H A Dbsd.dep.mk85 # Skip reading .depend when not needed to speed up tree-walks and simple
/freebsd-current/contrib/bmake/mk/
H A Dmeta.stage.mk140 # this is simple, a list of the "staged" files depends on this,
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc406 // simple fact of having a handler at all causes the wait below to return
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1442 if (auto *simple = llvm::dyn_cast<SimplePythonFile>(&file))
1443 return Retain<PythonFile>(simple->GetPythonObject());
/freebsd-current/libexec/ftpd/
H A Dftpd.c1682 * is a simple security measure.
3139 int simple = 0;
3162 simple = 1;
3220 if (simple || (stat(nbuf, &st) == 0 &&
/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql101 -- should be able to store, e.g. build logs). To keep things simple the
H A Dschema_v2.sql103 -- should be able to store, e.g. build logs). To keep things simple the
/freebsd-current/sys/conf/
H A Dkern.post.mk272 # Skip reading .depend when not needed to speed up tree-walks and simple
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1938 OS << " simple";
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c1994 int simple, attr; local
2007 simple = (*p & 0x10)?0:1;
2020 if (simple) {
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c492 uint64_t d[16]; /* static storage for simple cases */
493 double f[4]; /* static storage for simple cases */
726 * simple handler for parameters not supplied
887 /* XXX copy is inefficient but simple */
1397 struct _cfg has some preallocated space (e.g an array of uint64_t) so simple
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c4712 HTTP(simple),
4782 HTTPS(simple),
4802 { "simple", http_simple_test, TT_FORK|TT_NEED_BASE|TT_ENABLE_IOCP, &basic_setup, NULL },
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c4712 HTTP(simple),
4782 HTTPS(simple),
4802 { "simple", http_simple_test, TT_FORK|TT_NEED_BASE|TT_ENABLE_IOCP, &basic_setup, NULL },
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1130 an array. In general, anything other than a simple string or number
1856 To prevent the 17 from appearing in the output is very simple:
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl133 // observe that condition for carry is quite simple:
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl719 // This schedule is really simple, because all its parts
/freebsd-current/contrib/unbound/
H A Dltmain.sh974 # Cancel out all the simple stuff to save iterations. We also want
5745 /* very simple arg parsing; don't want to rely on getopt
8344 # Finalize command for both is simple: just hardcode it.
/freebsd-current/crypto/heimdal/
H A Dltmain.sh276 # Cancel out all the simple stuff to save iterations. We also want
4361 /* very simple arg parsing; don't want to rely on getopt
6885 # Finalize command for both is simple: just hardcode it.
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh974 # Cancel out all the simple stuff to save iterations. We also want
5745 /* very simple arg parsing; don't want to rely on getopt
8342 # Finalize command for both is simple: just hardcode it.

Completed in 624 milliseconds

12345