Searched refs:bflags (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 2092 struct ir3_instruction *b, unsigned bflags) \ 2098 __ssa_src(instr, b, bflags); \ 2111 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 2119 __ssa_src(instr, b, bflags); \ 2133 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 2141 __ssa_src(instr, b, bflags); \ 2156 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 2163 __ssa_src(instr, b, bflags); \ 2178 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 2187 __ssa_src(instr, b, bflags); \ [all...] |
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 3034 int textmode, bflags; in bio_open_owner() local 3079 bflags = BIO_CLOSE; in bio_open_owner() 3081 bflags |= BIO_FP_TEXT; in bio_open_owner() 3082 b = BIO_new_fp(fp, bflags); in bio_open_owner()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 3027 int textmode, bflags; in bio_open_owner() local 3072 bflags = BIO_CLOSE; in bio_open_owner() 3074 bflags |= BIO_FP_TEXT; in bio_open_owner() 3075 b = BIO_new_fp(fp, bflags); in bio_open_owner()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 3380 uint32_t bflags = 0; in regex_find() local 3382 bflags |= UREGEX_CASE_INSENSITIVE; in regex_find() 3385 bflags |= UREGEX_COMMENTS; in regex_find() 3388 bflags |= UREGEX_DOTALL; in regex_find() 3391 bflags |= UREGEX_MULTILINE; in regex_find() 3395 bflags |= UREGEX_ERROR_ON_UNKNOWN_ESCAPES; in regex_find() 3398 bflags |= UREGEX_UNIX_LINES; in regex_find() 3401 bflags |= UREGEX_LITERAL; in regex_find() 3405 callerPattern = RegexPattern::compile(pattern, bflags, pe, status); in regex_find() 3437 UTF8Pattern = RegexPattern::compile(&patternText, bflags, p in regex_find() [all...] |
Completed in 21 milliseconds