Searched refs:SET1 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libc/regex/ |
| D | regexec.c | 60 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) macro 86 #undef SET1 107 #define SET1(v, n) ((v)[n] = 1) macro
|
| D | engine.c | 693 SET1(st, startst); in fast() 783 SET1(st, startst); in slow()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | regexec.c | 62 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) macro 88 #undef SET1 109 #define SET1(v, n) ((v)[n] = 1) macro
|
| D | regengine.inc | 739 SET1(st, startst); 847 SET1(st, startst);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | sh-opc.h | 256 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2)) argument 264 #define SH_MERGE_ARCH_SET_VALID(SET1, SET2) \ argument 265 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))
|