Home
last modified time | relevance | path

Searched refs:ale (Results 1 – 25 of 3260) sorted by relevance

12345678910>>...131

/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Danim_deps.c66 id = ale->id; in ANIM_list_elem_update()
81 if (ELEM(ale->type, in ANIM_list_elem_update()
91 fcu = (ale->datatype == ALE_FCURVE) ? ale->key_data : NULL; in ANIM_list_elem_update()
142 ID *owner_id = ale->id; in animchan_sync_group()
287 bAnimListElem *ale; in ANIM_sync_animchannels_to_data() local
307 for (ale = anim_data.first; ale; ale = ale->next) { in ANIM_sync_animchannels_to_data()
328 bAnimListElem *ale; in ANIM_animdata_update() local
330 for (ale = anim_data->first; ale; ale = ale->next) { in ANIM_animdata_update()
414 ale->update = 0; in ANIM_animdata_update()
425 for (ale = anim_data->first; ale; ale = ale_next) { in ANIM_animdata_freelist()
[all …]
H A Danim_channels_defines.c358 if (ale->id) { in acf_generic_group_offset()
913 RNA_pointer_create(ale->id, &RNA_ActionGroup, ale->data, ptr); in acf_group_name_prop()
1021 getname_anim_fcurve(name, ale->id, ale->data); in acf_fcurve_name()
1034 RNA_pointer_create(ale->id, &RNA_FCurve, ale->data, ptr); in acf_fcurve_name_prop()
3668 RNA_pointer_create(ale->id, &RNA_MaskLayer, ale->data, ptr); in acf_masklay_name_prop()
3783 RNA_pointer_create(ale->id, &RNA_NlaTrack, ale->data, ptr); in acf_nlatrack_name_prop()
3917 nla_action_get_color(ale->adt, (bAction *)ale->data, color); in acf_nlaaction_color()
3986 RNA_pointer_create(ale->id, &RNA_Action, ale->data, ptr); in acf_nlaaction_name_prop()
4152 if ((ale->type >= 0) && (ale->type < ANIMTYPE_NUM_TYPES)) { in ANIM_channel_get_typeinfo()
5105 (ale->id != NULL && ID_IS_LINKED(ale->id))) { in draw_setting_widget()
[all …]
H A Danim_channels_edit.c94 for (ale = anim_data.first; ale; ale = ale->next) { in ANIM_set_active_channel()
357 for (ale = anim_data.first; ale; ale = ale->next) { in anim_channels_select_set()
613 for (ale = anim_data->first; ale; ale = ale->next) { in ANIM_flush_setting_anim_channels()
1405 for (ale = anim_data.first; ale; ale = ale->next) { in rearrange_gpencil_channels()
1472 for (ale = anim_data.first; ale; ale = ale->next) { in animchannels_rearrange_exec()
1726 for (ale = anim_data.first; ale; ale = ale->next) { in animchannels_ungroup_exec()
1861 for (ale = anim_data.first; ale; ale = ale->next) { in animchannels_delete_exec()
2031 for (ale = anim_data.first; ale; ale = ale->next) { in setflag_anim_channels()
2310 for (ale = anim_data.first; ale; ale = ale->next) { in animchannels_clean_empty_exec()
2426 for (ale = anim_data.first; ale; ale = ale->next) { in animchannels_enable_exec()
[all …]
H A Danim_filter.c583 if (ale) { \
635 ale->data = data; in make_new_animlistelem()
638 ale->id = owner_id; in make_new_animlistelem()
989 if (ale->adt && ale->adt->action) { in make_new_animlistelem()
1001 ale->datatype = (ale->key_data) ? ALE_FCURVE : ALE_NONE; in make_new_animlistelem()
1042 return ale; in make_new_animlistelem()
3304 if (ale) { in animdata_filter_dopesheet_summary()
3373 for (ale = anim_data->first; ale; ale = next) { in animdata_filter_remove_invalid()
3374 next = ale->next; in animdata_filter_remove_invalid()
3400 for (ale = anim_data->first; ale; ale = next) { in animdata_filter_remove_duplis()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dcpsw_ale.c1141 struct cpsw_ale *ale = from_timer(ale, t, timer); in cpsw_ale_timer() local
1146 ale->timer.expires = jiffies + ale->ageout; in cpsw_ale_timer()
1183 ale->timer.expires = jiffies + ale->ageout; in cpsw_ale_aging_start()
1298 ale = devm_kzalloc(params->dev, sizeof(*ale), GFP_KERNEL); in cpsw_ale_create()
1299 if (!ale) in cpsw_ale_create()
1310 ale->ageout = ale->params.ale_ageout * HZ; in cpsw_ale_create()
1344 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create()
1345 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create()
1346 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create()
1378 return ale; in cpsw_ale_create()
[all …]
H A Dcpsw_ale.h107 void cpsw_ale_start(struct cpsw_ale *ale);
108 void cpsw_ale_stop(struct cpsw_ale *ale);
111 int cpsw_ale_add_ucast(struct cpsw_ale *ale, const u8 *addr, int port,
113 int cpsw_ale_del_ucast(struct cpsw_ale *ale, const u8 *addr, int port,
119 int cpsw_ale_add_vlan(struct cpsw_ale *ale, u16 vid, int port, int untag,
121 int cpsw_ale_del_vlan(struct cpsw_ale *ale, u16 vid, int port);
124 int cpsw_ale_control_get(struct cpsw_ale *ale, int port, int control);
125 int cpsw_ale_control_set(struct cpsw_ale *ale, int port,
127 void cpsw_ale_dump(struct cpsw_ale *ale, u32 *data);
128 u32 cpsw_ale_get_num_entries(struct cpsw_ale *ale);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dcpsw_ale.c1141 struct cpsw_ale *ale = from_timer(ale, t, timer); in cpsw_ale_timer() local
1146 ale->timer.expires = jiffies + ale->ageout; in cpsw_ale_timer()
1183 ale->timer.expires = jiffies + ale->ageout; in cpsw_ale_aging_start()
1298 ale = devm_kzalloc(params->dev, sizeof(*ale), GFP_KERNEL); in cpsw_ale_create()
1299 if (!ale) in cpsw_ale_create()
1310 ale->ageout = ale->params.ale_ageout * HZ; in cpsw_ale_create()
1344 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create()
1345 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create()
1346 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create()
1378 return ale; in cpsw_ale_create()
[all …]
H A Dcpsw_ale.h107 void cpsw_ale_start(struct cpsw_ale *ale);
108 void cpsw_ale_stop(struct cpsw_ale *ale);
111 int cpsw_ale_add_ucast(struct cpsw_ale *ale, const u8 *addr, int port,
113 int cpsw_ale_del_ucast(struct cpsw_ale *ale, const u8 *addr, int port,
119 int cpsw_ale_add_vlan(struct cpsw_ale *ale, u16 vid, int port, int untag,
121 int cpsw_ale_del_vlan(struct cpsw_ale *ale, u16 vid, int port);
124 int cpsw_ale_control_get(struct cpsw_ale *ale, int port, int control);
125 int cpsw_ale_control_set(struct cpsw_ale *ale, int port,
127 void cpsw_ale_dump(struct cpsw_ale *ale, u32 *data);
128 u32 cpsw_ale_get_num_entries(struct cpsw_ale *ale);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dcpsw_ale.c1141 struct cpsw_ale *ale = from_timer(ale, t, timer); in cpsw_ale_timer() local
1146 ale->timer.expires = jiffies + ale->ageout; in cpsw_ale_timer()
1183 ale->timer.expires = jiffies + ale->ageout; in cpsw_ale_aging_start()
1298 ale = devm_kzalloc(params->dev, sizeof(*ale), GFP_KERNEL); in cpsw_ale_create()
1299 if (!ale) in cpsw_ale_create()
1310 ale->ageout = ale->params.ale_ageout * HZ; in cpsw_ale_create()
1344 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create()
1345 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create()
1346 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create()
1378 return ale; in cpsw_ale_create()
[all …]
H A Dcpsw_ale.h107 void cpsw_ale_start(struct cpsw_ale *ale);
108 void cpsw_ale_stop(struct cpsw_ale *ale);
111 int cpsw_ale_add_ucast(struct cpsw_ale *ale, const u8 *addr, int port,
113 int cpsw_ale_del_ucast(struct cpsw_ale *ale, const u8 *addr, int port,
119 int cpsw_ale_add_vlan(struct cpsw_ale *ale, u16 vid, int port, int untag,
121 int cpsw_ale_del_vlan(struct cpsw_ale *ale, u16 vid, int port);
124 int cpsw_ale_control_get(struct cpsw_ale *ale, int port, int control);
125 int cpsw_ale_control_set(struct cpsw_ale *ale, int port,
127 void cpsw_ale_dump(struct cpsw_ale *ale, u32 *data);
128 u32 cpsw_ale_get_num_entries(struct cpsw_ale *ale);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks/
H A DALTest.cs178 ale.ARFC (clbe); in TestAlgorithmId()
190 ale.ARFC (clbe); in TestBaseAddress()
202 ale.ARFC (clbe); in TestCompanyName()
214 ale.ARFC (clbe); in TestConfiguration()
226 ale.ARFC (clbe); in TestCopyright()
238 ale.ARFC (clbe); in TestCulture()
250 ale.ARFC (clbe); in TestDelaySign1()
262 ale.ARFC (clbe); in TestDelaySign2()
274 ale.ARFC (clbe); in TestDescription()
286 ale.ARFC (clbe); in TestEmbedResources()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_select.c271 for (ale = anim_data.first; ale; ale = ale->next) { in deselect_action_keys()
297 for (ale = anim_data.first; ale; ale = ale->next) { in deselect_action_keys()
966 for (ale = anim_data.first; ale; ale = ale->next) { in markers_selectkeys_between()
1010 for (ale = anim_data.first; ale; ale = ale->next) { in columnselect_action_keys()
1056 for (ale = anim_data.first; ale; ale = ale->next) { in columnselect_action_keys()
1163 for (ale = anim_data.first; ale; ale = ale->next) { in actkeys_select_linked_exec()
1219 for (ale = anim_data.first; ale; ale = ale->next) { in select_moreless_action_keys()
1379 for (ale = anim_data.first; ale; ale = ale->next) { in actkeys_select_leftright()
1563 for (ale = anim_data.first; ale; ale = ale->next) { in actkeys_mselect_single()
1612 for (ale = anim_data.first; ale; ale = ale->next) { in actkeys_mselect_column()
[all …]
H A Daction_edit.c189 for (ale = anim_data.first; ale; ale = ale->next) { in get_keyframe_extents()
729 for (ale = anim_data.first; ale; ale = ale->next) { in insert_action_keys()
806 for (ale = anim_data.first; ale; ale = ale->next) { in insert_gpencil_keys()
897 for (ale = anim_data.first; ale; ale = ale->next) { in duplicate_action_keys()
974 for (ale = anim_data.first; ale; ale = ale->next) { in delete_action_keys()
1061 for (ale = anim_data.first; ale; ale = ale->next) { in clean_action_keys()
1138 for (ale = anim_data.first; ale; ale = ale->next) { in sample_action_keys()
1236 for (ale = anim_data.first; ale; ale = ale->next) { in setexpo_action_keys()
1445 for (ale = anim_data.first; ale; ale = ale->next) { in sethandles_action_keys()
1528 for (ale = anim_data.first; ale; ale = ale->next) { in setkeytype_action_keys()
[all …]
H A Daction_draw.c70 bAnimListElem *ale; in draw_channel_names() local
91 for (ale = anim_data.first; ale; ale = ale->next, ymax -= ACHANNEL_STEP(ac), channel_index++) { in draw_channel_names()
107 for (ale = anim_data.first; ale; ale = ale->next, ymax -= ACHANNEL_STEP(ac), channel_index++) { in draw_channel_names()
138 bAnimListElem *ale; in draw_channel_strips() local
177 for (ale = anim_data.first; ale; ale = ale->next, ymax -= ACHANNEL_STEP(ac)) { in draw_channel_strips()
187 if (ale->datatype != ALE_NONE) { in draw_channel_strips()
194 switch (ale->type) { in draw_channel_strips()
227 FCurve *fcu = ale->data; in draw_channel_strips()
305 for (ale = anim_data.first; ale; ale = ale->next, ymax -= ACHANNEL_STEP(ac)) { in draw_channel_strips()
313 if (ale->datatype != ALE_NONE) { in draw_channel_strips()
[all …]
/dports/mail/milter-greylist/milter-greylist-4.6.4/
H A Dlist.c97 all_list_put(ale); in all_list_clear()
99 free(ale); in all_list_clear()
114 if ((ale = malloc(sizeof(*ale))) == NULL) {
120 strncpy(ale->al_name, name, sizeof(ale->al_name));
121 ale->al_name[sizeof(ale->al_name) - 1] = '\0';
126 return ale;
130 all_list_put(ale) in all_list_put() argument
148 list_add(ale, type, data) in list_add() argument
277 strncpy(ale->al_name, name, sizeof(ale->al_name));
278 ale->al_name[sizeof(ale->al_name) - 1] = '\0';
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_nla/
H A Dnla_edit.c84 for (ale = anim_data.first; ale; ale = ale->next) { in ED_nla_postop_refresh()
131 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_enable_tweakmode_exec()
219 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_disable_tweakmode()
325 for (ale = anim_data.first; ale; ale = ale->next) { in get_nlastrip_extents()
648 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_add_actionclip_exec()
750 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_add_transition_exec()
883 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_add_sound_exec()
964 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_add_meta_exec()
1030 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_remove_meta_exec()
1093 for (ale = anim_data.last; ale; ale = ale->prev) { in nlaedit_duplicate_exec()
[all …]
H A Dnla_channels.c81 bAnimListElem *ale; in mouse_nla_channels() local
94 if (ale == NULL) { in mouse_nla_channels()
107 switch (ale->type) { in mouse_nla_channels()
199 if (ale->adt) { in mouse_nla_channels()
212 if ((ale->adt) && (ale->adt->flag & ADT_UI_SELECTED)) { in mouse_nla_channels()
226 if (ale->id) { in mouse_nla_channels()
495 adt = ale->adt; in nlachannels_pushdown_exec()
496 id = ale->id; in nlachannels_pushdown_exec()
646 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_add_tracks_existing()
692 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_add_tracks_empty()
[all …]
H A Dnla_select.c98 bAnimListElem *ale; in deselect_nla_strips() local
111 for (ale = anim_data.first; ale; ale = ale->next) { in deselect_nla_strips()
133 for (ale = anim_data.first; ale; ale = ale->next) { in deselect_nla_strips()
230 bAnimListElem *ale; in box_select_nla_strips() local
250 for (ale = anim_data.first; ale; ale = ale->next, ymax -= NLACHANNEL_STEP(snla)) { in box_select_nla_strips()
307 if (ale != NULL) { in nlaedit_strip_at_region_position()
327 bAnimListElem *ale; in nlaedit_mouse_is_over_strip() local
331 if (ale != NULL) { in nlaedit_mouse_is_over_strip()
333 MEM_freeN(ale); in nlaedit_mouse_is_over_strip()
488 for (ale = anim_data.first; ale; ale = ale->next) { in nlaedit_select_leftright()
[all …]
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dattrlist.c63 ATTR_LIST_ENTRY *ale;
90 ale = (ATTR_LIST_ENTRY *)((u8*)ale + le16_to_cpu(ale->length));
109 ATTR_LIST_ENTRY *ale;
177 ale = ctx->al_entry;
187 memset(ale, 0, entry_len);
189 ale->type = attr->type;
197 ale->mft_reference = mref;
250 ATTR_LIST_ENTRY *ale;
263 ale = ctx->al_entry;
297 memcpy(new_al + ((u8*)ale - base_ni->attr_list), (u8*)ale + le16_to_cpu(
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_edit.c122 for (ale = anim_data.first; ale; ale = ale->next) { in get_graph_keyframe_extents()
427 for (ale = anim_data.first; ale; ale = ale->next) { in create_ghost_curves()
648 for (ale = anim_data.first; ale; ale = ale->next) { in insert_graph_keys()
687 for (ale = anim_data.first; ale; ale = ale->next) { in insert_graph_keys()
1113 for (ale = anim_data.first; ale; ale = ale->next) { in duplicate_graph_keys()
1176 for (ale = anim_data.first; ale; ale = ale->next) { in delete_graph_keys()
1254 for (ale = anim_data.first; ale; ale = ale->next) { in clean_graph_keys()
1324 for (ale = anim_data.first; ale; ale = ale->next) { in decimate_graph_keys()
1799 for (ale = anim_data.first; ale; ale = ale->next) { in bake_graph_curves()
1957 for (ale = anim_data.first; ale; ale = ale->next) { in graphkeys_sound_bake_exec()
[all …]
H A Dgraph_utils.c119 BLI_remlink(&anim_data, ale); in get_active_fcurve_channel()
122 return ale; in get_active_fcurve_channel()
136 bAnimListElem *ale; in graphop_visible_keyframes_poll() local
163 for (ale = anim_data.first; ale; ale = ale->next) { in graphop_visible_keyframes_poll()
164 FCurve *fcu = (FCurve *)ale->data; in graphop_visible_keyframes_poll()
189 bAnimListElem *ale; in graphop_editable_keyframes_poll() local
216 for (ale = anim_data.first; ale; ale = ale->next) { in graphop_editable_keyframes_poll()
244 bAnimListElem *ale; in graphop_active_fcurve_poll() local
261 if (ale == NULL) { in graphop_active_fcurve_poll()
271 has_fcurve = ((ale->data) && ELEM(ale->type, ANIMTYPE_FCURVE, ANIMTYPE_NLACURVE)); in graphop_active_fcurve_poll()
[all …]
H A Dgraph_select.c197 for (ale = anim_data.first; ale; ale = ale->next) { in get_nearest_fcurve_verts_list()
375 for (ale = anim_data.first; ale; ale = ale->next) { in deselect_graph_keys()
387 for (ale = anim_data.first; ale; ale = ale->next) { in deselect_graph_keys()
573 for (ale = anim_data.first; ale; ale = ale->next) { in box_select_graphkeys()
951 for (ale = anim_data.first; ale; ale = ale->next) { in markers_selectkeys_between()
989 for (ale = anim_data.first; ale; ale = ale->next) { in columnselect_graph_keys()
1022 for (ale = anim_data.first; ale; ale = ale->next) { in columnselect_graph_keys()
1110 for (ale = anim_data.first; ale; ale = ale->next) { in graphkeys_select_linked_exec()
1164 for (ale = anim_data.first; ale; ale = ale->next) { in select_moreless_graph_keys()
1309 for (ale = anim_data.first; ale; ale = ale->next) { in graphkeys_select_leftright()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_convert_action.c312 bAnimListElem *ale; in createTransActionData() local
344 for (ale = anim_data.first; ale; ale = ale->next) { in createTransActionData()
372 ale->tag = true; in createTransActionData()
399 for (ale = anim_data.first; ale; ale = ale->next) { in createTransActionData()
443 for (ale = anim_data.first; ale; ale = ale->next) { in createTransActionData()
447 if (!ale->tag) { in createTransActionData()
579 bAnimListElem *ale; in recalcData_actedit() local
612 for (ale = anim_data.first; ale; ale = ale->next) { in recalcData_actedit()
722 bAnimListElem *ale; in posttrans_action_clean() local
732 for (ale = anim_data.first; ale; ale = ale->next) { in posttrans_action_clean()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/dqn/
H A Datari_game.py46 ale = ALEInterface()
54 ale.setBool(b'display_screen', True)
58 ale.loadROM(str.encode(rom_path))
59 return ale
74 self.start_lives = self.ale.lives()
86 self.ale.getScreenDims()[1], self.ale.getScreenDims()[0]),
95 self.ale.reset_game()
99 self.ale.act(0)
105 self.start_lives = self.ale.lives()
121 self.ale.act(0)
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/dqn/
H A Datari_game.py46 ale = ALEInterface()
54 ale.setBool(b'display_screen', True)
58 ale.loadROM(str.encode(rom_path))
59 return ale
74 self.start_lives = self.ale.lives()
86 self.ale.getScreenDims()[1], self.ale.getScreenDims()[0]),
95 self.ale.reset_game()
99 self.ale.act(0)
105 self.start_lives = self.ale.lives()
121 self.ale.act(0)
[all …]

12345678910>>...131