Searched defs:EX (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
H A D | assert.h | 35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__)) argument
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | assert.h | 35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__)) argument
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | debug.h | 54 #define VERIFY(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument 56 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
|
H A D | dtrace_impl.h | 1346 #define VERIFY(EX) ((void)((EX) || \ argument 1349 #define ASSERT(EX) ((void)((EX) || \ argument
|
/netbsd-src/external/gpl2/groff/dist/font/devdvi/generate/ |
H A D | Makefile | 85 EX: $(srcdir)/texex.map target
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | aout-ns32k.c | 168 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \ argument
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | aout-ns32k.c | 168 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \ argument
|
/netbsd-src/sys/arch/luna68k/dev/xplx/ |
H A D | xplx.asm | 1806 EX DE,HL ;3 define 1895 EX DE,HL ;3 define
|
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs.h | 752 #define verify(EX) ((void)(EX)) argument 754 #define verify(EX) assert(EX) argument
|
/netbsd-src/usr.bin/tip/ |
H A D | tip.c | 110 char *EX; variable
|
/netbsd-src/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.h | 133 boot_catalog_section_entry_extension EX; member
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ppc-opc.c | 4459 #define EX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7ff)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ppc-opc.c | 4317 #define EX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7ff)) macro
|