Home
last modified time | relevance | path

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

12

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dload.c50 read_16 (void *fp, UWORD *v) in read_16() function
71 return read_16 (fp, (UWORD *) v); in read_16s()
138 if (read_16 (fp, ar) != 1) in read_a16()
155 read_16 (fh, &Index); in LoadShipQueue()
164 read_16 (fh, &FragPtr->crew_level); in LoadShipQueue()
165 read_16 (fh, &FragPtr->max_crew); in LoadShipQueue()
184 read_16 (fh, &Index); in LoadRaceQueue()
194 read_16 (fh, &FleetPtr->max_crew); in LoadRaceQueue()
328 read_16 (fh, &GSPtr->ShipFacing); in LoadGameState()
547 read_16 (fh, &h.star_index); in LoadBattleGroup()
[all …]
H A Dload_legacy.c117 read_16 (void *fp, UWORD *v) in read_16() function
175 if (read_16 (fp, ar) != 1) in read_a16()
546 read_16 (fp, &SSPtr->CrewEnlisted) != 1 || in LoadSisState()
547 read_16 (fp, &SSPtr->TotalElementMass) != 1 || in LoadSisState()
548 read_16 (fp, &SSPtr->TotalBioMass) != 1 || in LoadSisState()
559 read_16 (fp, NULL) != 1 /* padding */ in LoadSisState()
577 read_16 (fp, &SummPtr->year_index) != 1 || in LoadSummary()
585 read_16 (fp, NULL) != 1 /* padding */ in LoadSummary()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/f2mc16/
H A Df2mc16.cpp740 m_tmp16 = read_16((m_pcb<<16) | (m_pc+1)); in execute_run()
750 m_tmp16 = read_16((m_pcb<<16) | (m_pc+1)); in execute_run()
912 m_tmp16 = read_16(m_tmp32); in execute_run()
1041 m_acc |= read_16((m_dtb<<16) | m_tmp16); in execute_run()
1117 m_pc = read_16((m_pcb<<16) | (m_pc+1)); in execute_run()
1170 m_pc = read_16(uVecAddr); in execute_run()
2018 m_acc |= read_16(m_tmp32); in opcodes_2b6f()
2375 m_tmp32aux = read_16(m_tmp32); in opcodes_ea73()
2418 m_tmp16 = read_16(m_tmp32); in opcodes_ea73()
2781 m_tmp16 = read_16(m_tmp32); in opcodes_rwi7b()
[all …]
H A Df2mc16.h79 inline u16 read_16(u32 addr) in read_16() function
142 return m_temp = read_16((reg<<1) + 0x180 + (((m_ps>>8)&0x1f)*0x10)); in read_rwX()
270 rv = read_16((m_ssb << 16) | m_ssp); in pull_16()
275 rv = read_16((m_usb << 16) | m_usp); in pull_16()
287 rv = read_16((m_ssb << 16) | m_ssp); in peek_stack_16()
291 rv = read_16((m_usb << 16) | m_usp); in peek_stack_16()
299 u16 rv = read_16((m_ssb << 16) | m_ssp); in pull_16_ssp()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/f2mc16/
H A Df2mc16.cpp740 m_tmp16 = read_16((m_pcb<<16) | (m_pc+1)); in execute_run()
750 m_tmp16 = read_16((m_pcb<<16) | (m_pc+1)); in execute_run()
912 m_tmp16 = read_16(m_tmp32); in execute_run()
1041 m_acc |= read_16((m_dtb<<16) | m_tmp16); in execute_run()
1117 m_pc = read_16((m_pcb<<16) | (m_pc+1)); in execute_run()
1170 m_pc = read_16(uVecAddr); in execute_run()
2018 m_acc |= read_16(m_tmp32); in opcodes_2b6f()
2375 m_tmp32aux = read_16(m_tmp32); in opcodes_ea73()
2418 m_tmp16 = read_16(m_tmp32); in opcodes_ea73()
2781 m_tmp16 = read_16(m_tmp32); in opcodes_rwi7b()
[all …]
H A Df2mc16.h79 inline u16 read_16(u32 addr) in read_16() function
142 return m_temp = read_16((reg<<1) + 0x180 + (((m_ps>>8)&0x1f)*0x10)); in read_rwX()
270 rv = read_16((m_ssb << 16) | m_ssp); in pull_16()
275 rv = read_16((m_usb << 16) | m_usp); in pull_16()
287 rv = read_16((m_ssb << 16) | m_ssp); in peek_stack_16()
291 rv = read_16((m_usb << 16) | m_usp); in peek_stack_16()
299 u16 rv = read_16((m_ssb << 16) | m_ssp); in pull_16_ssp()
/dports/textproc/tnef2txt/tnef2txt-1.4/
H A Dtnef.c64 uint16 read_16(uint8 *tsp) in read_16() function
283 date.wYear = read_16(tsp); in date_string()
285 date.wMonth = read_16(tsp+bytes); in date_string()
287 date.wDay = read_16(tsp+bytes); in date_string()
289 date.wHour = read_16(tsp+bytes); in date_string()
291 date.wMinute = read_16(tsp+bytes); in date_string()
293 date.wSecond = read_16(tsp+bytes); in date_string()
295 date.wDayOfWeek = read_16(tsp+bytes); in date_string()
522 checksum = read_16(tsp+bytes); in read_attribute()
572 priority_string(read_16(tsp+header))); in read_attribute()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dbyteptr.h43 static inline int16_t read_16(byte **p) in read_16() function
100 #define READ16(p) ((int16_t)read_16(&p))
101 #define READU16(p) ((uint16_t)read_16(&p))
/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c397 stream_id = read_16(buffer + 0); in esds_read()
404 stream_id = read_16(buffer + 0); in esds_read()
632 version = read_16(buffer + 8); in stsd_parse_soun()
633 revision = read_16(buffer + 10); in stsd_parse_soun()
643 compression_id = read_16(buffer + 20); in stsd_parse_soun()
644 packet_size = read_16(buffer + 22); in stsd_parse_soun()
1072 atom->balance_ = read_16(buffer + 4); in smhd_read()
1264 language = read_16(buffer + 0); in mdhd_read()
1313 tkhd->layer_ = read_16(buffer + 8); in tkhd_read()
1315 tkhd->volume_ = read_16(buffer + 12); in tkhd_read()
[all …]
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c397 stream_id = read_16(buffer + 0); in esds_read()
404 stream_id = read_16(buffer + 0); in esds_read()
632 version = read_16(buffer + 8); in stsd_parse_soun()
633 revision = read_16(buffer + 10); in stsd_parse_soun()
643 compression_id = read_16(buffer + 20); in stsd_parse_soun()
644 packet_size = read_16(buffer + 22); in stsd_parse_soun()
1072 atom->balance_ = read_16(buffer + 4); in smhd_read()
1264 language = read_16(buffer + 0); in mdhd_read()
1313 tkhd->layer_ = read_16(buffer + 8); in tkhd_read()
1315 tkhd->volume_ = read_16(buffer + 12); in tkhd_read()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/g65816/
H A Dg65816ds.c151 static INLINE unsigned int read_16(unsigned int address) in read_16() function
225 var = read_16(address+1); in g65816_disassemble()
232 sprintf(ptr, " #$%04x", read_16(address+1)); in g65816_disassemble()
243 sprintf(ptr, " $%04x", read_16(address+1)); in g65816_disassemble()
247 sprintf(ptr, " ($%04x)", read_16(address+1)); in g65816_disassemble()
259 sprintf(ptr, " $%04x,X", read_16(address+1)); in g65816_disassemble()
263 sprintf(ptr, " ($%04x,X)", read_16(address+1)); in g65816_disassemble()
267 sprintf(ptr, " $%04x,Y", read_16(address+1)); in g65816_disassemble()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/g65816/
H A Dg65816ds.c151 static INLINE unsigned int read_16(unsigned int address) in read_16() function
225 var = read_16(address+1); in g65816_disassemble()
232 sprintf(ptr, " #$%04x", read_16(address+1)); in g65816_disassemble()
243 sprintf(ptr, " $%04x", read_16(address+1)); in g65816_disassemble()
247 sprintf(ptr, " ($%04x)", read_16(address+1)); in g65816_disassemble()
259 sprintf(ptr, " $%04x,X", read_16(address+1)); in g65816_disassemble()
263 sprintf(ptr, " ($%04x,X)", read_16(address+1)); in g65816_disassemble()
267 sprintf(ptr, " $%04x,Y", read_16(address+1)); in g65816_disassemble()
/dports/emulators/x48/x48-0.6.4_1/src/
H A Dinit.c654 read_16(FILE *fp, word_16 *var) in read_16() function
656 read_16(fp, var) in read_16()
798 if (!read_16(fp, &saturn_0_3_0.crc)) return 0;
819 if (!read_16(fp, &saturn_0_3_0.line_offset)) return 0;
821 if (!read_16(fp, &saturn_0_3_0.unknown)) return 0;
899 if (!read_16(fp, (word_16 *)&saturn.rstkp)) return 0;
901 if (!read_16(fp, (word_16 *)&saturn.keybuf.rows[i]))
909 if (!read_16(fp, &saturn.crc)) return 0;
930 if (!read_16(fp, &saturn.line_offset)) return 0;
932 if (!read_16(fp, &saturn.unknown)) return 0;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/admin-guide/
H A Djava.rst220 u_int16_t read_16(FILE *classfile);
235 u_int16_t read_16(FILE *classfile)
256 len = read_16(classfile);
313 cp_count = read_16(classfile);
323 this_class = read_16(classfile);
331 classinfo_ptr = read_16(classfile);
339 length = read_16(classfile);
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/admin-guide/
H A Djava.rst220 u_int16_t read_16(FILE *classfile);
235 u_int16_t read_16(FILE *classfile)
256 len = read_16(classfile);
313 cp_count = read_16(classfile);
323 this_class = read_16(classfile);
331 classinfo_ptr = read_16(classfile);
339 length = read_16(classfile);
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/admin-guide/
H A Djava.rst220 u_int16_t read_16(FILE *classfile);
235 u_int16_t read_16(FILE *classfile)
256 len = read_16(classfile);
313 cp_count = read_16(classfile);
323 this_class = read_16(classfile);
331 classinfo_ptr = read_16(classfile);
339 length = read_16(classfile);
/dports/emulators/p5-Acme-6502/Acme-6502-0.77/lib/Acme/6502/
H A DTube.pm142 my $buf = $self->read_16( $blk );
208 my $name = $self->read_str( $self->read_16( $blk ) );
/dports/lang/pocl/pocl-1.8/examples/accel/rtl/vhdl/
H A Dfu_lsu_32b_slim.vhdl360 variable read_16 : std_logic_vector(16 - 1 downto 0); variable
372 read_16 := read_data(31 downto 16);
374 read_16 := read_data(15 downto 0);
378 result(16 - 1 downto 0) <= read_16;
/dports/mail/ripmime/ripmime-1.4.0.10/tnef/
H A Dtnef.c272 int read_16( uint16 *value, uint8 *tsp) in read_16() function
542 if (read_16(&checksum, tsp+bytes) == -1) return -1; in read_attribute()
725 if (read_16(&tnef_attachkey, tsp) == -1) return -1; in TNEF_decode_tnef()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/net/
H A Dprotocol_buffer.h68 uint16_t read_16();
151 ProtocolBuffer<tmpl_size>::read_16() { in read_16() function
/dports/devel/dwz/dwz/
H A Ddwz.c463 ret = read_16 (ptr); \
1492 len = read_16 (ptr); in skip_attr_no_dw_form_indirect()
1561 value = read_16 (ptr); in read_debug_line()
2716 read_16 (ptr); in read_exprloc_low_mem_phase1()
2852 len = read_16 (ptr); in read_loclist_low_mem_phase1()
3108 len = read_16 (ptr); in read_loclist()
3840 len = read_16 (ptr); in checksum_die()
5090 len = read_16 (ptr1); in die_eq_1()
5092 len = read_16 (ptr2); in die_eq_1()
7051 len = read_16 (ptr); in read_debug_info()
[all …]
/dports/devel/debugedit/DebugEdit-b1e81ec/
H A Ddebugedit.c161 #define read_16(ptr) ({ \ macro
579 value = read_16 (ptr); in edit_dwarf2_line()
1080 len = read_16 (ptr); in edit_attributes()
1469 cu_version = read_16 (ptr); /* Version - 16 bits */ in edit_dwarf2()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Ddsp5680xx.c722 uint16_t read_16; in eonce_enter_debug_mode() local
785 (uint8_t *) &read_16, 8); in eonce_enter_debug_mode()
790 (uint8_t *) &read_16, 8); in eonce_enter_debug_mode()
815 (uint8_t *) &read_16, 16); in eonce_enter_debug_mode()
818 (uint8_t *) &read_16, 16); in eonce_enter_debug_mode()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/protocol/
H A Dpeer_connection_metadata.cc167 manager->dht_manager()->add_node(m_peerInfo->socket_address(), m_down->buffer()->read_16()); in read_message()
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dparse-packet.c95 read_16(IOBUF inp) in read_16() function
1359 n = read_16(inp); pktlen -= 2; /* length of hashed data */ in parse_signature()
1377 n = read_16(inp); pktlen -= 2; /* length of unhashed data */ in parse_signature()
1689 ndays = read_16(inp); pktlen -= 2; in parse_key()
2001 sk->csum = read_16(inp); in parse_key()

12