Searched refs:bflags (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3.h | 1073 struct ir3_instruction *b, unsigned bflags) \ 1079 ir3_reg_create(instr, 0, IR3_REG_SSA | bflags)->instr = b; \ 1087 struct ir3_instruction *b, unsigned bflags, \ 1094 ir3_reg_create(instr, 0, IR3_REG_SSA | bflags)->instr = b; \ 1103 struct ir3_instruction *b, unsigned bflags, \ 1111 ir3_reg_create(instr, 0, IR3_REG_SSA | bflags)->instr = b; \ 1121 struct ir3_instruction *b, unsigned bflags, \ 1129 ir3_reg_create(instr, 0, IR3_REG_SSA | bflags)->instr = b; \
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 3347 uint32_t bflags = 0; in regex_find() local 3349 bflags |= UREGEX_CASE_INSENSITIVE; in regex_find() 3352 bflags |= UREGEX_COMMENTS; in regex_find() 3355 bflags |= UREGEX_DOTALL; in regex_find() 3358 bflags |= UREGEX_MULTILINE; in regex_find() 3362 bflags |= UREGEX_ERROR_ON_UNKNOWN_ESCAPES; in regex_find() 3365 bflags |= UREGEX_UNIX_LINES; in regex_find() 3368 bflags |= UREGEX_LITERAL; in regex_find() 3372 callerPattern = RegexPattern::compile(pattern, bflags, pe, status); in regex_find() 3404 UTF8Pattern = RegexPattern::compile(&patternText, bflags, pe, status); in regex_find()
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 1348 BFlags bflags = static_cast<BFlags>(kf.flags); in mapping() local 1349 io.mapRequired("flags", bflags); in mapping() 1350 kf.flags = bflags; in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 1450 BFlags bflags = static_cast<BFlags>(kf.flags); in mapping() local 1451 io.mapRequired("flags", bflags); in mapping() 1452 kf.flags = bflags; in mapping()
|