Home
last modified time | relevance | path

Searched refs:last_flags (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
Dvir_opt_redundant_flags.c99 struct qinst *last_flags = NULL; in vir_opt_redundant_flags_block() local
107 last_flags = NULL; in vir_opt_redundant_flags_block()
117 last_flags = NULL; in vir_opt_redundant_flags_block()
122 if (last_flags && in vir_opt_redundant_flags_block()
123 vir_instr_flags_op_equal(inst, last_flags)) { in vir_opt_redundant_flags_block()
127 last_flags = inst; in vir_opt_redundant_flags_block()
131 if (last_flags && vir_sources_modified(last_flags, inst)) { in vir_opt_redundant_flags_block()
132 last_flags = NULL; in vir_opt_redundant_flags_block()
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c446 compiler->last_flags = 0; in sljit_create_compiler()
557 compiler->last_flags = 0; in sljit_set_current_flags()
559 compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_32 | SLJIT_SET_Z)); in sljit_set_current_flags()
1102 compiler->last_flags = 0; in check_sljit_emit_enter()
1159 compiler->last_flags = 0; in check_sljit_set_context()
1246 compiler->last_flags = 0; in check_sljit_emit_return()
1284 compiler->last_flags = 0; in check_sljit_emit_fast_enter()
1304 compiler->last_flags = 0; in check_sljit_emit_op0()
1353 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_32 | SLJIT_SET_Z)); in check_sljit_emit_op1()
1423 CHECK_ARGUMENT((compiler->last_flags & 0xff) == GET_FLAG_TYPE(SLJIT_SET_CARRY)); in check_sljit_emit_op2()
[all …]
DsljitLir.h512 sljit_s32 last_flags; member
/third_party/ffmpeg/libavformat/
Dnut.h76 int last_flags; member
Dnutdec.c1081 stc->last_flags = flags; in decode_frame_header()
1103 if (stc->last_flags & FLAG_KEY) in decode_frame()
1108 if ((discard >= AVDISCARD_NONKEY && !(stc->last_flags & FLAG_KEY)) || in decode_frame()
1123 if (stc->last_flags & FLAG_SM_DATA) { in decode_frame()
1146 if (stc->last_flags & FLAG_KEY) in decode_frame()
Dnutenc.c1018 if (key_frame && !(nus->last_flags & FLAG_KEY)) in nut_write_packet()
1173 nus->last_flags = flags; in nut_write_packet()
Ddashenc.c119 int last_flags; member
2214 !(os->last_flags & AV_PKT_FLAG_KEY)) || in dash_write_packet()
2241 os->last_flags = pkt->flags; in dash_write_packet()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h52356 u_int8_t last_flags; member