Searched refs:later (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10-stable/sys/boot/arm/at91/libat91/
H A Ddelay.c37 unsigned later, now; local
40 later = (now + us / 25 + 1) & AT91C_ST_CRTV;
41 while (later != AT91C_BASE_ST->ST_CRTR)
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dsunshcmd.mk2 LATERCMD = echo later
/freebsd-10-stable/contrib/gcc/
H A Dlcm.c9 Software Foundation; either version 2, or (at your option) any later
219 /* later(p,s) is dependent on the calculation of laterin(p).
220 laterin(p) is dependent on the calculation of later(p2,p).
223 later(ENTRY, succs(ENTRY)) are defined using laterin(ENTRY)
224 laterin(succs(ENTRY)) is defined by later(ENTRY, succs(ENTRY)).
227 in the work list, anytime we change later(bb), we need to add
250 sbitmap *antloc, sbitmap *later, sbitmap *laterin)
280 sbitmap_vector_ones (later, num_edges);
287 sbitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]);
317 later[(size_
248 compute_laterin(struct edge_list *edge_list, sbitmap *earliest, sbitmap *antloc, sbitmap *later, sbitmap *laterin) argument
352 compute_insert_delete(struct edge_list *edge_list, sbitmap *antloc, sbitmap *later, sbitmap *laterin, sbitmap *insert, sbitmap *delete) argument
385 sbitmap *later, *laterin; local
[all...]
H A Dunwind.inc9 any later version.
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DProcess.inc141 // later).
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dfde-glibc.c9 any later version.
42 # error You need GLIBC 2.2.4 or later on IA-64 Linux
H A Dcrti.asm7 # later version.
/freebsd-10-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl81 ECHO MASM version 8.00 or later is strongly recommended.
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm9 ! later version.
/freebsd-10-stable/contrib/mdocml/
H A Dmdoc_macro.c667 struct mdoc_node *later; /* A sub-block starting later. */ local
691 body = later = NULL;
713 if (NULL == later)
721 make_pending(later, tok, m, line, ppos);
738 if (later &&
739 MDOC_EXPLICIT & mdoc_macros[later->tok].flags)
742 later = n;
758 if (NULL == later && maxargs > 0)
1684 * XXX: this will open a block scope; however, if later w
[all...]
/freebsd-10-stable/usr.bin/calendar/calendars/
H A Dcalendar.computer26 03/01 First NPL (later PL/I) report published, 1964
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dcrti.asm7 # later version.
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dsol-ci.asm9 # later version.
H A Dsol-cn.asm9 # later version.
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm9 ! later version.
H A Dsol2-c1.asm9 ! later version.
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb-events.sh13 # (at your option) any later version.
126 (at your option) any later version.
525 in-progress queue where it can, later, be cleaned up if
/freebsd-10-stable/sys/boot/common/
H A Dhelp.common73 later use by the kernel or other modules. <type> may be any string.
/freebsd-10-stable/usr.sbin/cron/doc/
H A DINSTALL66 command is issued; changing the source files later will have no effect until
/freebsd-10-stable/contrib/bmake/mk/
H A Ddpadd.mk67 # dups will be dealt with later.
190 # We take care of duplicate suppression later.
H A Dautodep.mk69 # we "fix" the .o later
/freebsd-10-stable/sys/boot/i386/boot0/
H A Dboot0.S430 cbtw # Extend (%ah=0 used later)
450 pushf # Save results for later
/freebsd-10-stable/sys/dev/ixgb/
H A DREADME22 FreeBSD, version 4.8 and later.
/freebsd-10-stable/share/mk/
H A Dsuite.test.mk30 # Kyua as this is later encoded in the Kyuafile test program definitions.
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h310 boolean_t dsl_dataset_is_before(dsl_dataset_t *later, dsl_dataset_t *earlier,

Completed in 136 milliseconds

123