Searched refs:bflags (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1889 struct ir3_instruction *b, unsigned bflags) \ 1894 __ssa_src(instr, b, bflags); \ 1906 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 1914 __ssa_src(instr, b, bflags); \ 1928 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 1936 __ssa_src(instr, b, bflags); \ 1951 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 1958 __ssa_src(instr, b, bflags); \ 1973 struct ir3_instruction *b, unsigned bflags, struct ir3_instruction *c, \ 1982 __ssa_src(instr, b, bflags); \
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkvideosink.cpp | 1301 BMDTimecodeFlags bflags = (BMDTimecodeFlags) 0; in gst_decklink_video_sink_prepare() local 1306 bflags = (BMDTimecodeFlags) (bflags | bmdTimecodeIsDropFrame); in gst_decklink_video_sink_prepare() 1308 bflags = (BMDTimecodeFlags) (bflags | bmdTimecodeFlagDefault); in gst_decklink_video_sink_prepare() 1310 bflags = (BMDTimecodeFlags) (bflags | bmdTimecodeFieldMark); in gst_decklink_video_sink_prepare() 1316 (uint8_t) tc_meta->tc.seconds, (uint8_t) tc_meta->tc.frames, bflags); in gst_decklink_video_sink_prepare()
|
/third_party/openssl/apps/ |
D | apps.c | 2593 int fd = -1, bflags, mode, textmode; in bio_open_owner() local 2630 bflags = BIO_CLOSE; in bio_open_owner() 2632 bflags |= BIO_FP_TEXT; in bio_open_owner() 2633 b = BIO_new_fp(fp, bflags); in bio_open_owner()
|
/third_party/icu/icu4c/source/test/intltest/ |
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, pe, status); in regex_find()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 54954 decklink: Remove unused "bflags" variable
|