Home
last modified time | relevance | path

Searched refs:rd_long (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/tiemu3/tiemu-3.03/src/core/
H A Dhwpm.c93 addr = rd_long(&rom_data[0x104]); in ti68k_get_hw_param_block()
99 s->hardwareID = rd_long(&(rom_data[addr+2])); in ti68k_get_hw_param_block()
101 s->hardwareRevision = rd_long(&(rom_data[addr+6])); in ti68k_get_hw_param_block()
103 s->bootMajor = rd_long(&(rom_data[addr+10])); in ti68k_get_hw_param_block()
105 s->bootRevision = rd_long(&(rom_data[addr+14])); in ti68k_get_hw_param_block()
107 s->bootBuild = rd_long(&(rom_data[addr+18])); in ti68k_get_hw_param_block()
109 s->gateArray = rd_long(&(rom_data[addr+22])); in ti68k_get_hw_param_block()
111 s->physDisplayBitsWide = rd_long(&(rom_data[addr+26])); in ti68k_get_hw_param_block()
113 s->physDisplayBitsTall = rd_long(&(rom_data[addr+30])); in ti68k_get_hw_param_block()
115 s->LCDBitsWide = rd_long(&(rom_data[addr+34])); in ti68k_get_hw_param_block()
[all …]
/dports/games/moria/umoria/source/
H A Dsave.c78 static void rd_long(int32u *);
96 static void rd_long();
808 rd_long(&l);
923 rd_long(&f_ptr->status);
980 rd_long(&spell_worked);
984 rd_long(&randes_seed);
985 rd_long(&town_seed);
1017 rd_long(&time_saved);
1192 rd_long(&time_saved);
1464 static void rd_long(ptr) in rd_long() function
[all …]
/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_sw/
H A Dromcalls.c61 *base = rd_long(&tihw.rom[0x12000 + 0x88 + 0xC8]); in romcalls_get_table_infos()
62 *size = rd_long(&tihw.rom[((*base-4) & 0x0fffff)]); in romcalls_get_table_infos()
72 base = rd_long(&tihw.rom[0x12000 + 0x88 + 0xC8]); in romcalls_get_symbol_address()
73 *addr = rd_long(&tihw.rom[(base & 0x0fffff) + 4*id]); in romcalls_get_symbol_address()
213 table[i].addr = rd_long(&tihw.rom[(addr & 0x0fffff) + (i << 2)]); in merge_from_flash()
H A Dtimem.h37 uint32_t rd_long(uint8_t *p);
H A Dtimem.c45 uint32_t rd_long(uint8_t *p) in rd_long() function
/dports/games/moria/umoria/util/scores/
H A Dprint.c155 static void rd_long(ptr) in rd_long() function
202 rd_long((int32u *)&score->points);
203 rd_long((int32u *)&score->birth_date);
H A Ddelete.c198 static void rd_long(ptr) in rd_long() function
266 rd_long((int32u *)&score->points);
267 rd_long((int32u *)&score->birth_date);
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Des.c3195 rd_long(FILE *f) in rd_long() function
3234 size_t L = (size_t)rd_long(f); in rdstr()
3260 size_t L = (size_t)rd_long(f); in rdGEN()
3266 p->x = (GEN)rd_long(f); in rdGEN()
3267 p->base = (GEN)rd_long(f); in rdGEN()
/dports/math/pari/pari-2.13.3/src/language/
H A Des.c4109 rd_long(FILE *f) { long L; pari_fread_longs(&L, 1UL, f); return L; } in rd_long() function
4141 size_t L = (size_t)rd_long(f); in rdstr()
4167 size_t L = (size_t)rd_long(f); in rdGEN()
4173 p->x = (GEN)rd_long(f); in rdGEN()
4174 p->base = (GEN)rd_long(f); in rdGEN()