Searched refs:SET2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-cmp.c77 #define SET2(z,size, n1,n0) \ macro
106 SET2 (x,2, 456,123);
139 SET2 (x,2, 1,0);
140 SET2 (y,2, 1,0);
144 SET2 (x,-2, 1,0);
145 SET2 (y,2, 1,0);
150 SET2 (x,2, 2,0);
151 SET2 (y,2, 1,0);
157 SET2 (y,2, 2,1);
162 SET2 (
[all...]
/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok.c717 #define SET2(ptr, ch) (((ptr)[0] = ((ch)&0xff)), ((ptr)[1] = ((ch) >> 8))) macro
724 #undef SET2 macro
728 #define SET2(ptr, ch) (((ptr)[0] = ((ch) >> 8)), ((ptr)[1] = ((ch)&0xFF))) macro
735 #undef SET2 macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dsh-opc.h260 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2))
268 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \
269 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dsh-opc.h260 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2))
268 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \
269 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dsh-opc.h260 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2))
268 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \
269 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dsh-opc.h260 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2))
268 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \
269 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))

Completed in 109 milliseconds