Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_shapekey.c494 const int act_index = ob->shapenr - 1; in shape_key_move_exec() local
500 new_index = (ELEM(act_index, 0, 1) || key->type == KEY_NORMAL) ? 0 : 1; in shape_key_move_exec()
508 new_index = (totkey + act_index + type) % totkey; in shape_key_move_exec()
512 if (!BKE_keyblock_move(ob, act_index, new_index)) { in shape_key_move_exec()
/dports/games/zangband/zangband/src/
H A Dzborg3.h200 extern bool borg_activate(int act_index);
201 extern bool borg_activate_fail(int act_index);
H A Dzborg3.c1974 static bool borg_activate_aux(int act_index, bool real_use) in borg_activate_aux() argument
1991 if (!prefix(act, borg_activation[act_index])) continue; in borg_activate_aux()
2010 static bool borg_activate_aux2(int act_index, bool real_use) in borg_activate_aux2() argument
2012 switch (act_index) in borg_activate_aux2()
2122 if (act_index <= BORG_ACT_NONE || in borg_activate_aux2()
2123 act_index >= BORG_ACT_MAX) return (FALSE); in borg_activate_aux2()
2126 return (borg_activate_aux(act_index, real_use)); in borg_activate_aux2()
2133 bool borg_activate(int act_index) in borg_activate() argument
2136 return (borg_activate_aux2(act_index, TRUE)); in borg_activate()
2141 bool borg_activate_fail(int act_index) in borg_activate_fail() argument
[all …]
/dports/lang/expect/expect5.45.4/example/
H A Dterm_expect536 set act_index [expr $i+1]
538 set timeout_act [lindex $args $act_index]
539 set args [lreplace $args $i $act_index]
H A Dvirterm358 set act_index [expr $i+1]
360 set timeout_act [lindex $args $act_index]
361 set args [lreplace $args $i $act_index]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dkey.c2511 const int act_index = ob->shapenr - 1; in BKE_keyblock_move() local
2517 org_index = act_index; in BKE_keyblock_move()
2569 if (org_index == act_index) { in BKE_keyblock_move()
2572 else if (act_index < org_index && act_index >= new_index) { in BKE_keyblock_move()
2575 else if (act_index > org_index && act_index <= new_index) { in BKE_keyblock_move()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp389 int act_index = 0; in server() local
1177 if (++act_index == 30) in server()
1179 act_index = 0; in server()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/
H A Dcdrserver.cpp380 int act_index = 0; in server() local
1168 if (++act_index == 30) in server()
1170 act_index = 0; in server()
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Dmatching.ml2047 let act_index = do_store "NO" act_i in
2049 if act_index=cur_act then
2051 else if act_index=0 then
2055 else if act_index = 0 then
2061 nofail_rec i i act_index rem
2098 let act_index = store.act_store act in
2099 if act_index = cur_act then
2103 i_rec i i act_index rem in
2106 let act_index =
2115 assert (act_index = 0) ;
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/bytecomp/
H A Dmatching.ml2047 let act_index = do_store "NO" act_i in
2049 if act_index=cur_act then
2051 else if act_index=0 then
2055 else if act_index = 0 then
2061 nofail_rec i i act_index rem
2098 let act_index = store.act_store act in
2099 if act_index = cur_act then
2103 i_rec i i act_index rem in
2106 let act_index =
2115 assert (act_index = 0) ;
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfile_ops.c1151 const int act_index = sfile->bookmarknr; in bookmark_move_exec() local
1168 new_index = (totitems + act_index + direction) % totitems; in bookmark_move_exec()
1172 if (new_index == act_index) { in bookmark_move_exec()
1176 BLI_linklist_move_item((LinkNode **)&fsmentry, act_index, new_index); in bookmark_move_exec()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dact_api.c1378 u32 act_index = a->tcfa_index; in tcf_action_delete() local
1388 ret = tcf_idr_delete_index(idrinfo, act_index); in tcf_action_delete()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dact_api.c1378 u32 act_index = a->tcfa_index; in tcf_action_delete() local
1388 ret = tcf_idr_delete_index(idrinfo, act_index); in tcf_action_delete()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dact_api.c1378 u32 act_index = a->tcfa_index; in tcf_action_delete() local
1388 ret = tcf_idr_delete_index(idrinfo, act_index); in tcf_action_delete()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dtottfaat.c732 struct trans_entries { uint16 next_state, flags, act_index; LigList *l; }; member
882 trans[k].act_index = 0; in morx_dumpLigaFeature()
919 trans[i].act_index = acnt; in morx_dumpLigaFeature()
937 putshort(temp,trans[i].act_index); in morx_dumpLigaFeature()
/dports/japanese/ddskk/ddskk-16.2/doc/
H A Dskk.texi10143 @uref{http://www1.vecceed.ne.jp/~bemu/act/act_index.html, ACT (AZIK on Dvorak)}