Searched refs:SET1 (Results 1 – 6 of 6) sorted by relevance
/third_party/mtdev/src/ |
D | match.c | 47 #define SET1(m, x) (m[0] |= (1U << (x))) macro 140 SET1(ccol, col); in ixoptimal() 174 SET1(ccol, col); in ixoptimal() 175 SET1(crow, row); in ixoptimal() 200 SET1(ccol, col); in step2a() 271 SET1(crow, row); in step3()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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 | 697 SET1(st, startst); 783 SET1(st, startst);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/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 | 697 SET1(st, startst); 783 SET1(st, startst);
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
D | m4sugar.m4 | 3062 # m4_set_difference(SET1, SET2) 3064 # Produce a LIST of quoted elements that occur in SET1 but not SET2. 3132 # m4_set_intersection(SET1, SET2) 3134 # Produce a LIST of quoted elements that occur in both SET1 or SET2. 3219 # m4_set_union(SET1, SET2) 3221 # Produce a LIST of double quoted elements that occur in either SET1 3228 # We can rely on the fact that m4_set_listc prunes SET1, so we don't
|