Home
last modified time | relevance | path

Searched refs:EX (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddebug.h54 #define VERIFY(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
56 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
Ddtrace_impl.h1331 #define VERIFY(EX) ((void)((EX) || \ argument
1332 dtrace_assfail(#EX, __FILE__, __LINE__)))
1334 #define ASSERT(EX) ((void)((EX) || \ argument
1335 dtrace_assfail(#EX, __FILE__, __LINE__)))
/freebsd-10-stable/usr.bin/vi/
DMakefile13 EX= nex macro
20 LINKS= ${BINDIR}/${VI} ${BINDIR}/${EX} ${BINDIR}/${VI} ${BINDIR}/${VIEW}
21 LINKS+= ${BINDIR}/${VI} ${BINDIR}/vi ${BINDIR}/${EX} ${BINDIR}/ex
52 CLEANFILES+=${EX}
/freebsd-10-stable/usr.bin/tip/tip/
Dremote.c62 &ES, &EX, &FO, &RC, &RE, &PA
193 if (EX == NOSTR) in getremcap()
194 EX = (char *)"\t\n\b\f"; in getremcap()
Dvars.c65 "ex", (char *)&EX },
Dtip.h83 char *EX; /* exceptions */ variable
/freebsd-10-stable/contrib/groff/font/devdvi/
DDESC.in9 fonts 13 0 0 0 0 0 0 0 0 0 MI S EX CW
DMakefile.sub6 MI S EX SA SB SC \
DEX1 name EX
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs.h750 #define verify(EX) ((void)(EX)) argument
752 #define verify(EX) assert(EX) argument
/freebsd-10-stable/tools/kerneldoc/subsys/
DDoxyfile-dev_ex8 PROJECT_NAME = "FreeBSD kernel EX device code"
/freebsd-10-stable/gnu/usr.bin/groff/font/devdvi/
DMakefile8 MI S EX SA SB SC \
/freebsd-10-stable/contrib/groff/font/devdvi/generate/
DMakefile35 MI S SC EX SA SB
85 EX: $(srcdir)/texex.map target
/freebsd-10-stable/usr.sbin/makefs/cd9660/
Dcd9660_eltorito.h134 boot_catalog_section_entry_extension EX; member
/freebsd-10-stable/contrib/gcc/config/mips/
Dsb1.md113 ;; an EX unit. Can not co-issue if the dependent insn executes on an LS unit.
210 ;; ??? A simple alu insn issued on an LS unit has 0 cycle latency to an EX
212 ;; another LS insn (excluding store data). A simple alu insn issued on an EX
265 ;; An alu insn issued on an EX unit has a latency of 5 cycles when the
306 ;; multiply latency to an EX operation is 3 cycles.
/freebsd-10-stable/usr.bin/xlint/lint1/
Dscan.l95 EX ([eE][+-]?[0-9]+)
103 {D}+\.{D}*{EX}?[fFlL]? |
104 {D}+{EX}[fFlL]? |
106 \.{D}+{EX}?[fFlL]? return (fcon());
/freebsd-10-stable/contrib/nvi/docs/
DTODO120 EX: It would be nice to inverse video the replaced text during
123 EX: The :args command should put the current file name out in reverse
/freebsd-10-stable/share/colldef/
Dmap.ARMSCII-88 EX \x03
Dmap.ISO8859-154 EX \x03
Dmap.ISO8859-135 EX \x03
Dmap.KOI8-U5 EX \x03
Dmap.ISO8859-24 EX \x03
Dmap.ISO8859-14 EX \x03
Dmap.ISO8859-45 EX \x03
/freebsd-10-stable/contrib/binutils/bfd/
Daout-arm.c137 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \ argument
138 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)

123