Searched refs:SET2 (Results 1 – 5 of 5) sorted by relevance
/third_party/mtdev/src/ |
D | match.c | 51 #define SET2(m, row, col) (m[col] |= (1U << (row))) macro 139 SET2(mstar, row, col); in ixoptimal() 173 SET2(mstar, row, col); in ixoptimal() 257 SET2(mprime, row, col); in step3() 297 SET2(nmstar, row, col); in step4() 316 SET2(nmstar, primeRow, primeCol); in step4()
|
/third_party/expat/lib/ |
D | xmltok.c | 718 #define SET2(ptr, ch) (((ptr)[0] = ((ch)&0xff)), ((ptr)[1] = ((ch) >> 8))) macro 725 #undef SET2 in DEFINE_UTF16_TO_UTF16() 729 #define SET2(ptr, ch) (((ptr)[0] = ((ch) >> 8)), ((ptr)[1] = ((ch)&0xFF))) in DEFINE_UTF16_TO_UTF16() macro 736 #undef SET2 in DEFINE_UTF16_TO_UTF16()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmltok.c | 721 #define SET2(ptr, ch) (((ptr)[0] = ((ch)&0xff)), ((ptr)[1] = ((ch) >> 8))) macro 728 #undef SET2 in DEFINE_UTF16_TO_UTF16() 732 #define SET2(ptr, ch) (((ptr)[0] = ((ch) >> 8)), ((ptr)[1] = ((ch)&0xFF))) in DEFINE_UTF16_TO_UTF16() macro 739 #undef SET2 in DEFINE_UTF16_TO_UTF16()
|
/third_party/python/Modules/expat/ |
D | xmltok.c | 721 #define SET2(ptr, ch) (((ptr)[0] = ((ch)&0xff)), ((ptr)[1] = ((ch) >> 8))) macro 728 #undef SET2 in DEFINE_UTF16_TO_UTF16() 732 #define SET2(ptr, ch) (((ptr)[0] = ((ch) >> 8)), ((ptr)[1] = ((ch)&0xFF))) in DEFINE_UTF16_TO_UTF16() macro 739 #undef SET2 in DEFINE_UTF16_TO_UTF16()
|
/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) 3222 # or SET2, without duplicates. Output a comma prior to any elements,
|