Home
last modified time | relevance | path

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

1234

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/
H A Ddescript-sort.pl19 my($entry, %entry_table);
35 $entry_table{$key} = "";
39 $entry_table{$key} = join("\n", @lines);
42 my @entry_order = sort keys(%entry_table);
52 print OUTFILE "$entry_table{$entry}\n" if ($entry_table{$entry} ne "");
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbifreg.cpp60 #define MAKE_ENTRY(entry_name, entry_table) \ argument
61 { entry_name, sizeof(entry_table)/sizeof(entry_table[0]), entry_table }
H A Dvmbifreg_core.cpp65 #define MAKE_ENTRY(entry_name, entry_table) \ argument
66 { entry_name, sizeof(entry_table)/sizeof(entry_table[0]), entry_table }
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/dumb-kode54/src/it/
H A Dreadamf.c29 static void it_amf_process_track( IT_ENTRY *entry_table, unsigned char *track, int rows, int channe… in it_amf_process_track() argument
38 IT_ENTRY * entry = entry_table + row * channels; in it_amf_process_track()
50 *entry = entry_table[ row_source * channels ]; in it_amf_process_track()
174 if ( entry_table[ i ].mask ) { in it_amf_process_pattern()
188 if ( entry_table[ i * channels + j ].mask ) { in it_amf_process_pattern()
189 *entry = entry_table[ i * channels + j ]; in it_amf_process_pattern()
472 IT_ENTRY * entry_table = calloc( tracksize[ i ] * nchannels, sizeof( IT_ENTRY ) ); in it_amf_load_sigdata() local
473 if ( !entry_table ) { in it_amf_load_sigdata()
483 it_amf_process_track( entry_table + j, track[ realtrack ], tracksize[ i ], nchannels ); in it_amf_load_sigdata()
489 free( entry_table ); in it_amf_load_sigdata()
[all …]
/dports/games/zdoom/zdoom-2.8.1/dumb/src/it/
H A Dreadamf.c29 static void it_amf_process_track( IT_ENTRY *entry_table, unsigned char *track, int rows, int channe… in it_amf_process_track() argument
38 IT_ENTRY * entry = entry_table + row * channels; in it_amf_process_track()
50 *entry = entry_table[ row_source * channels ]; in it_amf_process_track()
174 if ( entry_table[ i ].mask ) { in it_amf_process_pattern()
188 if ( entry_table[ i * channels + j ].mask ) { in it_amf_process_pattern()
189 *entry = entry_table[ i * channels + j ]; in it_amf_process_pattern()
472 IT_ENTRY * entry_table = calloc( tracksize[ i ] * nchannels, sizeof( IT_ENTRY ) ); in it_amf_load_sigdata() local
473 if ( !entry_table ) { in it_amf_load_sigdata()
483 it_amf_process_track( entry_table + j, track[ realtrack ], tracksize[ i ], nchannels ); in it_amf_load_sigdata()
489 free( entry_table ); in it_amf_load_sigdata()
[all …]
/dports/games/openomf/dumb-238f23c/dumb/src/it/
H A Dreadamf.c29 static void it_amf_process_track( IT_ENTRY *entry_table, unsigned char *track, int rows, int channe… in it_amf_process_track() argument
38 IT_ENTRY * entry = entry_table + row * channels; in it_amf_process_track()
50 *entry = entry_table[ row_source * channels ]; in it_amf_process_track()
174 if ( entry_table[ i ].mask ) { in it_amf_process_pattern()
188 if ( entry_table[ i * channels + j ].mask ) { in it_amf_process_pattern()
189 *entry = entry_table[ i * channels + j ]; in it_amf_process_pattern()
472 IT_ENTRY * entry_table = calloc( tracksize[ i ] * nchannels, sizeof( IT_ENTRY ) ); in it_amf_load_sigdata() local
473 if ( !entry_table ) { in it_amf_load_sigdata()
483 it_amf_process_track( entry_table + j, track[ realtrack ], tracksize[ i ], nchannels ); in it_amf_load_sigdata()
489 free( entry_table ); in it_amf_load_sigdata()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/dumb/src/it/
H A Dreadamf.c29 static void it_amf_process_track( IT_ENTRY *entry_table, unsigned char *track, int rows, int channe… in it_amf_process_track() argument
38 IT_ENTRY * entry = entry_table + row * channels; in it_amf_process_track()
50 *entry = entry_table[ row_source * channels ]; in it_amf_process_track()
174 if ( entry_table[ i ].mask ) { in it_amf_process_pattern()
188 if ( entry_table[ i * channels + j ].mask ) { in it_amf_process_pattern()
189 *entry = entry_table[ i * channels + j ]; in it_amf_process_pattern()
472 IT_ENTRY * entry_table = calloc( tracksize[ i ] * nchannels, sizeof( IT_ENTRY ) ); in it_amf_load_sigdata() local
473 if ( !entry_table ) { in it_amf_load_sigdata()
483 it_amf_process_track( entry_table + j, track[ realtrack ], tracksize[ i ], nchannels ); in it_amf_load_sigdata()
489 free( entry_table ); in it_amf_load_sigdata()
[all …]
/dports/games/widelands/widelands-build21/src/wui/
H A Dencyclopedia_window.cc107 for (const auto& entry_table : entries_table->array_entries<std::unique_ptr<LuaTable>>()) { in init() local
108 const std::string entry_name = entry_table->get_string("name"); in init()
109 const std::string entry_title = entry_table->get_string("title"); in init()
111 entry_table->has_key("icon") ? entry_table->get_string("icon") : ""; in init()
112 const std::string entry_script = entry_table->get_string("script"); in init()
122 entry_table->get_table("script_parameters")->array_entries<std::string>()); in init()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-bigtable.c240 tab -> entry_table = HashTableCreate(expected_items / 3); in bktable_init()
242 …HashTableSetDeallocationFunctions(tab->entry_table, bktable_key_deallocator, bktable_bucket_deallo… in bktable_init()
243 HashTableSetKeyComparisonFunction(tab->entry_table, fc_strcmp_chro); in bktable_init()
244 HashTableSetHashFunction(tab->entry_table, HashTableStringHashFunction); in bktable_init()
248 HashTableDestroy(tab -> entry_table); in bktable_destroy()
268 bucketed_table_bucket_t * had_items = HashTableGet(tab -> entry_table, static_key); in bktable_append()
285 HashTablePut(tab->entry_table, dynamic_key, had_items); in bktable_append()
322 bucketed_table_bucket_t * had_items = HashTableGet(tab -> entry_table, static_key); in bktable_lookup()
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/output/
H A Ddump.py36 entry_table = TerminalTable(
73 entry_table.add_row(f'{field}', ': ', renderable)
74 console(entry_table)
/dports/lang/gnat_util/gcc-6-20180516/liboffloadmic/runtime/
H A Doffload_table.cpp301 FuncList::Node *entry_table, in __offload_register_tables() argument
307 entry_table); in __offload_register_tables()
308 __offload_entries.add_table(entry_table); in __offload_register_tables()
319 FuncList::Node *entry_table, in __offload_unregister_tables() argument
325 entry_table); in __offload_unregister_tables()
326 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/lang/gcc6-aux/gcc-6-20180516/liboffloadmic/runtime/
H A Doffload_table.cpp301 FuncList::Node *entry_table, in __offload_register_tables() argument
307 entry_table); in __offload_register_tables()
308 __offload_entries.add_table(entry_table); in __offload_register_tables()
319 FuncList::Node *entry_table, in __offload_unregister_tables() argument
325 entry_table); in __offload_unregister_tables()
326 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/ne/
H A Dne.c370 ut8 bundle_length = *(ut8 *)(bin->entry_table + off); in r_bin_ne_get_entrypoints()
375 ut8 bundle_type = *(ut8 *)(bin->entry_table + off); in r_bin_ne_get_entrypoints()
391 ut8 segnum = *(bin->entry_table + off); in r_bin_ne_get_entrypoints()
393 ut16 segoff = *(ut16 *)(bin->entry_table + off); in r_bin_ne_get_entrypoints()
396 …)bin->segment_entries[bundle_type - 1].offset * bin->alignment + *(ut16 *)(bin->entry_table + off); in r_bin_ne_get_entrypoints()
573 bin->entry_table = calloc (1, bin->ne_header->EntryTableLength); in __init()
574 …r_buf_read_at (buf, (ut64)bin->header_offset + bin->ne_header->EntryTableOffset, bin->entry_table,… in __init()
582 free (bin->entry_table); in r_bin_ne_free()
/dports/lang/gcc12-devel/gcc-12-20211205/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/lang/gcc8/gcc-8.5.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/lang/gcc11/gcc-11.2.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/lang/gcc10/gcc-10.3.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/lang/gcc11-devel/gcc-11-20211009/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/devel/avr-gcc/gcc-10.2.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/lang/gcc9-devel/gcc-9-20211007/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()
/dports/devel/riscv64-gcc/gcc-8.3.0/liboffloadmic/runtime/
H A Doffload_table.cpp404 FuncList::Node *entry_table, in __offload_register_tables() argument
410 entry_table); in __offload_register_tables()
411 __offload_entries.add_table(entry_table); in __offload_register_tables()
433 FuncList::Node *entry_table, in __offload_unregister_tables() argument
439 entry_table); in __offload_unregister_tables()
440 __offload_entries.remove_table(entry_table); in __offload_unregister_tables()

1234