Searched refs:more (Results 101 - 125 of 243) sorted by relevance

12345678910

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-vecsave.asm21 * General Public License for more details.
H A Dtramp.asm22 * General Public License for more details.
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm22 ! General Public License for more details.
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S147 subs r3,r3,#32 @ is there more data?
189 bhs .Loop_mod2x_v8 @ there was at least 32 more bytes
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.sys.mk135 # make this more obvious
H A Dldorder.mk103 # now try to find more ...
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_core.c184 if (nctrl->ncmd.s.more == LIO_CMD_VXLAN_PORT_ADD) {
187 } else if (nctrl->ncmd.s.more == LIO_CMD_VXLAN_PORT_DEL) {
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h44 * requires more than one packet.
135 u_char rm_vn_mode; /* response, more, version, mode */
179 u_char rm_vn_mode; /* response, more, version, mode */
217 #define RM_VN_MODE(resp, more, version) \
219 |((more)?MORE_BIT:0)\
247 * the receive time stamp by no more than 10 seconds.
/freebsd-11-stable/stand/lua/
H A Dcli.lua74 -- more like a module indicator to serve as a hint of where to look for the
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp98 d->more = 1;
119 for (i = d->more; i > 0; --i) {
/freebsd-11-stable/contrib/apr-util/
H A Dapr-util.spec20 for XML, LDAP, database interfaces, URI parsing and more.
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc332 type tests.log | more
/freebsd-11-stable/stand/common/
H A Dcommands.c175 /* nothing more on this topic, stop scanning */
432 COMMAND_SET(more, "more", "show contents of a file", command_more);
/freebsd-11-stable/sys/conf/
H A Dkern.mk17 # kernel where fixing them is more trouble than it is worth, or where there is
94 # use of code cache tag lines) and uses more stack (less efficient use of data
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex529 that \dtc could include to make creating device trees more convenient:
534 won't pick up more interesting errors later on. There is a
536 even if there are errors. At present, this needs to be used more
548 can be written more quickly. At present, this can be accomplished
551 more useful.
577 platforms smoother and more maintainable than in the 32-bit PowerPC
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_ahci.c133 int more; member in struct:ahci_ioreq
658 aior->more = (aior->done < aior->len && i < prdtl);
764 aior->more = 0;
872 aior->more = (len != done);
1926 if (!err && aior->more) {
1990 if (!err && aior->more) {
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c383 int more; /* more flag */ local
459 more = (*ptr & NTPC_BIT_MORE);
511 if (!more)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil.c1131 /* Helper for systems with no getaddrinfo(): make one or more addrinfos out of
1936 char more;
1938 if (sscanf(src, "%u.%u.%u.%u%c", &a,&b,&c,&d,&more) != 4)
1959 char more;
1967 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2525 * In addition to regular accept behavior, you can set one or more of flags
2576 then there's no need to add any more data to the buffer, since
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh18 # GNU General Public License for more details.
131 GNU General Public License for more details.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c1115 int more; local
1119 more = luaH_next(L, hvalue(t), L->top - 1);
1120 if (more) {
1123 else /* no more elements */
1126 return more;
/freebsd-11-stable/stand/i386/pmbr/
H A Dpmbr.s73 # Relocate ourself to a lower address so that we have more room to load
/freebsd-11-stable/contrib/lua/src/
H A Dlapi.c1125 int more; local
1129 more = luaH_next(L, hvalue(t), L->top - 1);
1130 if (more) {
1133 else /* no more elements */
1136 return more;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc73 // Several operations would convert Path8 to SmallString; more efficient to
445 // requires more than 200 tries, it's more likely that the failures are due to
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp205 OS << "Call to '" << VariantName << "' with more than " << MaxArgCount
221 // FIXME: We need a more general way of getting the O_CREAT value.
319 // they're more basic and valuable for widespread use.
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp1450 bool more;
1453 more = false;
1456 more = true;
1458 } while (more);

Completed in 334 milliseconds

12345678910