Searched refs:SET2 (Results 1 – 6 of 6) 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 106 SET2 (x,2, 456,123); in check_various() 139 SET2 (x,2, 1,0); in check_various() 140 SET2 (y,2, 1,0); in check_various() 144 SET2 (x,-2, 1,0); in check_various() 145 SET2 (y,2, 1,0); in check_various() 150 SET2 (x,2, 2,0); in check_various() 151 SET2 (y,2, 1,0); in check_various() 157 SET2 (y,2, 2,1); in check_various() 162 SET2 (y,2, 2,1); in check_various()
|
| /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 724 #undef SET2 in DEFINE_UTF16_TO_UTF16() 728 #define SET2(ptr, ch) (((ptr)[0] = ((ch) >> 8)), ((ptr)[1] = ((ch)&0xFF))) in DEFINE_UTF16_TO_UTF16() macro 735 #undef SET2 in DEFINE_UTF16_TO_UTF16()
|
| /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 269 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))
|
| /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 269 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | exynos5250-spring.dts | 122 <&gpx2 4 GPIO_ACTIVE_LOW>, /* SET2 */
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/ |
| H A D | m4sugar.m4 | 3056 # m4_set_difference(SET1, SET2) 3058 # Produce a LIST of quoted elements that occur in SET1 but not SET2. 3125 # m4_set_intersection(SET1, SET2) 3127 # Produce a LIST of quoted elements that occur in both SET1 or SET2. 3212 # m4_set_union(SET1, SET2) 3215 # or SET2, without duplicates. Output a comma prior to any elements,
|