Searched refs:SET1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregexec.c62 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) macro
88 #undef SET1 macro
109 #define SET1(v, n) ((v)[n] = 1) macro
H A Dregengine.inc697 SET1(st, startst);
783 SET1(st, startst);
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregexec.c73 #define SET1(v, n) ((v) |= 1 << (n)) macro
99 #undef SET1 macro
120 #define SET1(v, n) ((v)[n] = 1) macro
H A Dengine.c723 SET1(st, startst);
815 SET1(st, startst);
/freebsd-10.0-release/lib/libc/regex/
H A Dregexec.c102 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) macro
131 #undef SET1 macro
154 #define SET1(v, n) ((v)[n] = 1) macro
H A Dengine.c791 SET1(st, startst);
898 SET1(st, startst);
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dsh-opc.h256 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2))
264 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \
265 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))

Completed in 168 milliseconds