Home
last modified time | relevance | path

Searched refs:helper_table (Results 1 – 13 of 13) sorted by relevance

/dports/devel/py-prettytable/prettytable-2.4.0/tests/
H A Dtest_prettytable.py32 def helper_table(rows=3): function
777 t = helper_table()
807 t = helper_table()
819 t = helper_table()
854 t = helper_table()
1130 t = helper_table()
1142 t = helper_table()
1167 t = helper_table()
1183 t = helper_table()
1199 t = helper_table()
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ai/
H A Dai.cpp1108 std::vector<CUnit *> helper_table; in AiHelpMe() local
1109 SelectAroundUnit(defender, max_dist, helper_table, HasSamePlayerAs(*defender.Player)); in AiHelpMe()
1110 for (size_t i = 0; i < helper_table.size(); ++i) { in AiHelpMe()
1111 CUnit &aiunit = *helper_table[i]; in AiHelpMe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/
H A Dtcg.c881 static GHashTable *helper_table; variable
922 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
925 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1624 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
1830 if (helper_table) { in tcg_find_helper()
1831 TCGHelperInfo *info = g_hash_table_lookup(helper_table, (gpointer)val); in tcg_find_helper()
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/
H A Dtcg.c926 static GHashTable *helper_table; variable
967 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
970 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1695 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
1908 if (helper_table) { in tcg_find_helper()
1909 TCGHelperInfo *info = g_hash_table_lookup(helper_table, (gpointer)val); in tcg_find_helper()
/dports/emulators/qemu5/qemu-5.2.0/tcg/
H A Dtcg.c936 static GHashTable *helper_table; variable
973 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
976 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1708 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
1921 if (helper_table) { in tcg_find_helper()
1922 TCGHelperInfo *info = g_hash_table_lookup(helper_table, (gpointer)val); in tcg_find_helper()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/
H A Dtcg.c926 static GHashTable *helper_table; variable
967 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
970 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1695 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
1908 if (helper_table) { in tcg_find_helper()
1909 TCGHelperInfo *info = g_hash_table_lookup(helper_table, (gpointer)val); in tcg_find_helper()
/dports/emulators/qemu42/qemu-4.2.1/tcg/
H A Dtcg.c926 static GHashTable *helper_table; variable
967 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
970 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1695 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
1908 if (helper_table) { in tcg_find_helper()
1909 TCGHelperInfo *info = g_hash_table_lookup(helper_table, (gpointer)val); in tcg_find_helper()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/
H A Dtcg.c929 static GHashTable *helper_table; variable
970 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
973 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1698 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
1911 if (helper_table) { in tcg_find_helper()
1912 TCGHelperInfo *info = g_hash_table_lookup(helper_table, (gpointer)val); in tcg_find_helper()
/dports/emulators/qemu60/qemu-6.0.0/tcg/
H A Dtcg.c1100 static GHashTable *helper_table; variable
1137 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
1140 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1971 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
2222 if (helper_table) { in tcg_find_helper()
2223 TCGHelperInfo *info = g_hash_table_lookup(helper_table, (gpointer)val); in tcg_find_helper()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c330 GHashTable *helper_table; in tcg_context_init() local
362 s->helpers = helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
365 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c330 GHashTable *helper_table; in tcg_context_init() local
362 s->helpers = helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
365 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/
H A Dtcg.c549 static GHashTable *helper_table; variable
600 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
603 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1460 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()
/dports/emulators/qemu/qemu-6.2.0/tcg/
H A Dtcg.c550 static GHashTable *helper_table; variable
601 helper_table = g_hash_table_new(NULL, NULL); in tcg_context_init()
604 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func, in tcg_context_init()
1461 info = g_hash_table_lookup(helper_table, (gpointer)func); in tcg_gen_callN()