Home
last modified time | relevance | path

Searched refs:update_flags (Results 1 – 25 of 1329) sorted by relevance

12345678910>>...54

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_tools_cache.cc30 : update_flags(update_all) in Cache()
53 update_flags |= flags; in mark_for_update()
63 if (update_flags & update_vertex_to_cell_map) in get_vertex_to_cell_map()
66 update_flags = update_flags & ~update_vertex_to_cell_map; in get_vertex_to_cell_map()
81 update_flags = update_flags & ~update_vertex_to_cell_centers_directions; in get_vertex_to_cell_centers_directions()
92 if (update_flags & update_used_vertices) in get_used_vertices()
95 update_flags = update_flags & ~update_used_vertices; in get_used_vertices()
115 update_flags = update_flags & ~update_used_vertices_rtree; in get_used_vertices_rtree()
139 update_flags = update_flags & ~update_cell_bounding_boxes_rtree; in get_cell_bounding_boxes_rtree()
165 update_flags = in get_locally_owned_cell_bounding_boxes_rtree()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Ddata_postprocessor.cc62 const UpdateFlags update_flags) in DataPostprocessorScalar() argument
64 , update_flags(update_flags) in DataPostprocessorScalar()
91 return update_flags; in get_needed_update_flags()
101 const UpdateFlags update_flags) in DataPostprocessorVector() argument
103 , update_flags(update_flags) in DataPostprocessorVector()
130 return update_flags; in get_needed_update_flags()
140 const UpdateFlags update_flags) in DataPostprocessorTensor() argument
142 , update_flags(update_flags) in DataPostprocessorTensor()
169 return update_flags; in get_needed_update_flags()
H A Ddata_out_faces.cc52 const UpdateFlags update_flags) in ParallelData() argument
59 update_flags, in ParallelData()
161 const UpdateFlags update_flags = in build_one_patch() local
168 if (update_flags & update_values) in build_one_patch()
180 if (update_flags & update_hessians) in build_one_patch()
212 if (update_flags & update_values) in build_one_patch()
224 if (update_flags & update_hessians) in build_one_patch()
379 UpdateFlags update_flags = update_values; in build_patches() local
382 update_flags |= in build_patches()
384 update_flags |= update_quadrature_points; in build_patches()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_v810.c19 static void update_flags(RAnalOp *op, int flags) { in update_flags() function
107 update_flags (op, V810_FLAG_S | V810_FLAG_Z); in v810_op()
131 update_flags (op, V810_FLAG_S | V810_FLAG_Z); in v810_op()
138 update_flags (op, V810_FLAG_S | V810_FLAG_Z); in v810_op()
174 update_flags (op, V810_FLAG_Z); in v810_op()
181 update_flags (op, -1); in v810_op()
187 update_flags (op, -1); in v810_op()
193 update_flags (op, -1); in v810_op()
199 update_flags (op, -1); in v810_op()
205 update_flags (op, -1); in v810_op()
[all …]
H A Danal_v850.c237 update_flags (op, V850_FLAG_S | V850_FLAG_Z); in v850_op()
273 update_flags (op, V850_FLAG_S | V850_FLAG_Z); in v850_op()
280 update_flags (op, V850_FLAG_S | V850_FLAG_Z); in v850_op()
308 update_flags (op, V850_FLAG_Z); in v850_op()
314 update_flags (op, -1); in v850_op()
319 update_flags (op, -1); in v850_op()
330 update_flags (op, -1); in v850_op()
335 update_flags (op, -1); in v850_op()
340 update_flags (op, -1); in v850_op()
350 update_flags (op, -1); in v850_op()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dfe_poly.h256 const UpdateFlags update_flags, in get_data() argument
268 data.update_each = requires_update_flags(update_flags); in get_data()
276 update_flags & update_values ? this->n_dofs_per_cell() : 0); in get_data()
302 if ((update_flags & update_values) && in get_data()
307 if (update_flags & update_gradients) in get_data()
310 if (update_flags & update_hessians) in get_data()
313 if (update_flags & update_3rd_derivatives) in get_data()
337 if (update_flags & update_values) in get_data()
351 if (update_flags & update_gradients) in get_data()
355 if (update_flags & update_hessians) in get_data()
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/
H A Dtest_flags.py34 code.update_flags()
56 code.update_flags()
66 code.update_flags()
72 code.update_flags()
83 code.update_flags()
91 code.update_flags(is_async=True)
101 code.update_flags(is_async=True)
111 code.update_flags(is_async=False)
119 code.update_flags(is_async=False)
135 code.update_flags(is_async=is_async)
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/
H A Dtest_flags.py34 code.update_flags()
56 code.update_flags()
66 code.update_flags()
72 code.update_flags()
83 code.update_flags()
91 code.update_flags(is_async=True)
101 code.update_flags(is_async=True)
111 code.update_flags(is_async=False)
119 code.update_flags(is_async=False)
135 code.update_flags(is_async=is_async)
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/hp/
H A Dfe_values.cc46 , update_flags(update_flags) in FEValuesBase()
64 , update_flags(update_flags) in FEValuesBase()
79 , update_flags(other.update_flags) in FEValuesBase()
130 update_flags); in select_fe_values()
166 update_flags); in precalculate_fe_values()
218 const UpdateFlags update_flags) in FEValues() argument
320 update_flags) in FEFaceValues()
328 const UpdateFlags update_flags) in FEFaceValues() argument
332 update_flags) in FEFaceValues()
464 update_flags) in FESubfaceValues()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1257 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1265 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1451 if (pipe_ctx->update_flags.bits.mpcc in dcn20_update_dchubp_dpp()
1495 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed || in dcn20_update_dchubp_dpp()
1507 if (pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed in dcn20_update_dchubp_dpp()
1566 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.abm_level) in dcn20_program_pipe()
1591 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe()
1600 …if (pipe_ctx->update_flags.raw || pipe_ctx->plane_state->update_flags.raw || pipe_ctx->stream->upd… in dcn20_program_pipe()
1616 if (pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.out_tf) in dcn20_program_pipe()
1709 …&& (pipe->update_flags.raw || pipe->plane_state->update_flags.raw || pipe->stream->update_flags.ra… in dcn20_program_front_end_for_ctx()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1257 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1265 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1451 if (pipe_ctx->update_flags.bits.mpcc in dcn20_update_dchubp_dpp()
1495 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed || in dcn20_update_dchubp_dpp()
1507 if (pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed in dcn20_update_dchubp_dpp()
1566 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.abm_level) in dcn20_program_pipe()
1591 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe()
1600 …if (pipe_ctx->update_flags.raw || pipe_ctx->plane_state->update_flags.raw || pipe_ctx->stream->upd… in dcn20_program_pipe()
1616 if (pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.out_tf) in dcn20_program_pipe()
1709 …&& (pipe->update_flags.raw || pipe->plane_state->update_flags.raw || pipe->stream->update_flags.ra… in dcn20_program_front_end_for_ctx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1257 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1265 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1451 if (pipe_ctx->update_flags.bits.mpcc in dcn20_update_dchubp_dpp()
1495 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed || in dcn20_update_dchubp_dpp()
1507 if (pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed in dcn20_update_dchubp_dpp()
1566 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.abm_level) in dcn20_program_pipe()
1591 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe()
1600 …if (pipe_ctx->update_flags.raw || pipe_ctx->plane_state->update_flags.raw || pipe_ctx->stream->upd… in dcn20_program_pipe()
1616 if (pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.out_tf) in dcn20_program_pipe()
1709 …&& (pipe->update_flags.raw || pipe->plane_state->update_flags.raw || pipe->stream->update_flags.ra… in dcn20_program_front_end_for_ctx()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/ie15/
H A Die15.cpp230 update_flags(m_A); in execute_one()
247 update_flags(tmp); in execute_one()
257 update_flags(m_A); in execute_one()
263 update_flags(m_A); in execute_one()
268 update_flags(m_A); in execute_one()
283 update_flags(m_A); in execute_one()
295 update_flags(m_A); in execute_one()
325 update_flags(m_A); in execute_one()
382 update_flags(m_A); in execute_one()
386 update_flags(m_A); in execute_one()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/ie15/
H A Die15.cpp230 update_flags(m_A); in execute_one()
247 update_flags(tmp); in execute_one()
257 update_flags(m_A); in execute_one()
263 update_flags(m_A); in execute_one()
268 update_flags(m_A); in execute_one()
283 update_flags(m_A); in execute_one()
295 update_flags(m_A); in execute_one()
325 update_flags(m_A); in execute_one()
382 update_flags(m_A); in execute_one()
386 update_flags(m_A); in execute_one()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/i8008/
H A Di8008.cpp321 update_flags(tmp & 0xff); in execute_one()
341 update_flags(tmp & 0xff); in execute_one()
398 update_flags(tmp & 0xff); in execute_one()
529 update_flags(tmp & 0xff); in execute_one()
536 update_flags(tmp & 0xff); in execute_one()
543 update_flags(tmp & 0xff); in execute_one()
550 update_flags(tmp & 0xff); in execute_one()
557 update_flags(tmp & 0xff); in execute_one()
564 update_flags(tmp & 0xff); in execute_one()
571 update_flags(tmp & 0xff); in execute_one()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/i8008/
H A Di8008.cpp321 update_flags(tmp & 0xff); in execute_one()
341 update_flags(tmp & 0xff); in execute_one()
398 update_flags(tmp & 0xff); in execute_one()
529 update_flags(tmp & 0xff); in execute_one()
536 update_flags(tmp & 0xff); in execute_one()
543 update_flags(tmp & 0xff); in execute_one()
550 update_flags(tmp & 0xff); in execute_one()
557 update_flags(tmp & 0xff); in execute_one()
564 update_flags(tmp & 0xff); in execute_one()
571 update_flags(tmp & 0xff); in execute_one()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/tc_act/
H A Dtc_csum.h10 u32 update_flags; member
32 u32 update_flags; in tcf_csum_update_flags() local
35 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
38 return update_flags; in tcf_csum_update_flags()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/tc_act/
H A Dtc_csum.h10 u32 update_flags; member
32 u32 update_flags; in tcf_csum_update_flags() local
35 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
38 return update_flags; in tcf_csum_update_flags()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/tc_act/
H A Dtc_csum.h10 u32 update_flags; member
32 u32 update_flags; in tcf_csum_update_flags() local
35 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
38 return update_flags; in tcf_csum_update_flags()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dact_csum.c100 params_new->update_flags = parm->update_flags; in tcf_csum_init()
398 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4()
404 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4()
410 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4()
416 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4()
531 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv6()
573 u32 update_flags; in tcf_csum_act() local
586 update_flags = params->update_flags; in tcf_csum_act()
591 if (!tcf_csum_ipv4(skb, update_flags)) in tcf_csum_act()
595 if (!tcf_csum_ipv6(skb, update_flags)) in tcf_csum_act()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dact_csum.c100 params_new->update_flags = parm->update_flags; in tcf_csum_init()
398 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4()
404 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4()
410 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4()
416 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4()
531 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv6()
573 u32 update_flags; in tcf_csum_act() local
586 update_flags = params->update_flags; in tcf_csum_act()
591 if (!tcf_csum_ipv4(skb, update_flags)) in tcf_csum_act()
595 if (!tcf_csum_ipv6(skb, update_flags)) in tcf_csum_act()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dact_csum.c100 params_new->update_flags = parm->update_flags; in tcf_csum_init()
398 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4()
404 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4()
410 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4()
416 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4()
531 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv6()
573 u32 update_flags; in tcf_csum_act() local
586 update_flags = params->update_flags; in tcf_csum_act()
591 if (!tcf_csum_ipv4(skb, update_flags)) in tcf_csum_act()
595 if (!tcf_csum_ipv6(skb, update_flags)) in tcf_csum_act()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/unsp/
H A Dunsp_other.cpp288 if (update_flags) in do_basic_alu_ops()
296 if (update_flags) in do_basic_alu_ops()
302 if (update_flags) in do_basic_alu_ops()
309 if (update_flags) in do_basic_alu_ops()
315 if (update_flags) in do_basic_alu_ops()
320 if (update_flags) in do_basic_alu_ops()
325 if (update_flags) in do_basic_alu_ops()
330 if (update_flags) in do_basic_alu_ops()
335 if (update_flags) in do_basic_alu_ops()
340 if (update_flags) in do_basic_alu_ops()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/unsp/
H A Dunsp_other.cpp288 if (update_flags) in do_basic_alu_ops()
296 if (update_flags) in do_basic_alu_ops()
302 if (update_flags) in do_basic_alu_ops()
309 if (update_flags) in do_basic_alu_ops()
315 if (update_flags) in do_basic_alu_ops()
320 if (update_flags) in do_basic_alu_ops()
325 if (update_flags) in do_basic_alu_ops()
330 if (update_flags) in do_basic_alu_ops()
335 if (update_flags) in do_basic_alu_ops()
340 if (update_flags) in do_basic_alu_ops()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/hp/
H A Dfe_values.h81 const UpdateFlags update_flags);
91 const UpdateFlags update_flags);
225 const UpdateFlags update_flags; variable
297 const UpdateFlags update_flags);
307 const UpdateFlags update_flags);
417 const UpdateFlags update_flags);
427 const UpdateFlags update_flags);
548 const UpdateFlags update_flags);
558 const UpdateFlags update_flags);
672 return update_flags; in get_update_flags()

12345678910>>...54