Searched defs:SET2 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | t-cmp.c | 77 #define SET2(z,size, n1,n0) \ macro
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | sh-opc.h | 260 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2)) argument 268 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \ argument
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | sh-opc.h | 260 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2)) argument 268 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \ argument
|
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | xmltok.c | 717 #define SET2(ptr, ch) (((ptr)[0] = ((ch)&0xff)), ((ptr)[1] = ((ch) >> 8))) macro 728 #define SET2(ptr, ch) (((ptr)[0] = ((ch) >> 8)), ((ptr)[1] = ((ch)&0xFF))) in DEFINE_UTF16_TO_UTF16() macro
|