Home
last modified time | relevance | path

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

12345678910>>...18

/dports/multimedia/mencoder/mplayer-export-2021-12-29/TOOLS/
H A Dmovinfo.c263 read_dword(f); in lschunks()
264 len=read_dword(f); in lschunks()
272 read_dword(f); in lschunks()
273 len=read_dword(f); in lschunks()
276 int num=read_dword(f); in lschunks()
277 int dur=read_dword(f); in lschunks()
288 read_dword(f); in lschunks()
289 len=read_dword(f); in lschunks()
301 read_dword(f); in lschunks()
302 ss=read_dword(f); in lschunks()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/TOOLS/
H A Dmovinfo.c263 read_dword(f); in lschunks()
264 len=read_dword(f); in lschunks()
272 read_dword(f); in lschunks()
273 len=read_dword(f); in lschunks()
276 int num=read_dword(f); in lschunks()
277 int dur=read_dword(f); in lschunks()
288 read_dword(f); in lschunks()
289 len=read_dword(f); in lschunks()
301 read_dword(f); in lschunks()
302 ss=read_dword(f); in lschunks()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dseibucop_cmd.hxx85 int dy = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in LEGACY_execute_130e_cupsoc()
86 int dx = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in LEGACY_execute_130e_cupsoc()
165 int dx = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in execute_338e()
166 int dy = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in execute_338e()
208 dx = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in execute_3b30()
209 dy = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in execute_3b30()
663 int dy = m_host_space->read_dword(cop_regs[2] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in LEGACY_execute_e30e()
664 int dx = m_host_space->read_dword(cop_regs[2] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in LEGACY_execute_e30e()
731 int dy = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in LEGACY_execute_130e()
732 int dx = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in LEGACY_execute_130e()
[all …]
H A Dseicopbl.cpp84 int ppos = m_host_space->read_dword(m_reg[0] + 4 + offs); in cmd_trigger_w()
85 int npos = ppos + m_host_space->read_dword(m_reg[0] + 0x10 + offs); in cmd_trigger_w()
98 int val = m_host_space->read_dword(m_reg[0] + 16 + offs); in cmd_trigger_w()
99 int delta = m_host_space->read_dword(m_reg[0] + 0x28 + offs); in cmd_trigger_w()
141 int sy = (m_host_space->read_dword(m_reg[0]+4) >> 16); in cmd_trigger_w()
142 int sx = (m_host_space->read_dword(m_reg[0]+8) >> 16); in cmd_trigger_w()
143 int dy = (m_host_space->read_dword(m_reg[target_reg]+4) >> 16); in cmd_trigger_w()
144 int dx = (m_host_space->read_dword(m_reg[target_reg]+8) >> 16); in cmd_trigger_w()
240 int val = m_host_space->read_dword(m_reg[0]); in cmd_trigger_w()
254 val -= m_host_space->read_dword(m_reg[0] + 8 + offs); in cmd_trigger_w()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dseibucop_cmd.hxx85 int dy = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in LEGACY_execute_130e_cupsoc()
86 int dx = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in LEGACY_execute_130e_cupsoc()
165 int dx = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in execute_338e()
166 int dy = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in execute_338e()
208 dx = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in execute_3b30()
209 dy = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in execute_3b30()
663 int dy = m_host_space->read_dword(cop_regs[2] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in LEGACY_execute_e30e()
664 int dx = m_host_space->read_dword(cop_regs[2] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in LEGACY_execute_e30e()
731 int dy = m_host_space->read_dword(cop_regs[1] + 4) - m_host_space->read_dword(cop_regs[0] + 4); in LEGACY_execute_130e()
732 int dx = m_host_space->read_dword(cop_regs[1] + 8) - m_host_space->read_dword(cop_regs[0] + 8); in LEGACY_execute_130e()
[all …]
H A Dseicopbl.cpp84 int ppos = m_host_space->read_dword(m_reg[0] + 4 + offs); in cmd_trigger_w()
85 int npos = ppos + m_host_space->read_dword(m_reg[0] + 0x10 + offs); in cmd_trigger_w()
98 int val = m_host_space->read_dword(m_reg[0] + 16 + offs); in cmd_trigger_w()
99 int delta = m_host_space->read_dword(m_reg[0] + 0x28 + offs); in cmd_trigger_w()
141 int sy = (m_host_space->read_dword(m_reg[0]+4) >> 16); in cmd_trigger_w()
142 int sx = (m_host_space->read_dword(m_reg[0]+8) >> 16); in cmd_trigger_w()
143 int dy = (m_host_space->read_dword(m_reg[target_reg]+4) >> 16); in cmd_trigger_w()
144 int dx = (m_host_space->read_dword(m_reg[target_reg]+8) >> 16); in cmd_trigger_w()
240 int val = m_host_space->read_dword(m_reg[0]); in cmd_trigger_w()
254 val -= m_host_space->read_dword(m_reg[0] + 8 + offs); in cmd_trigger_w()
[all …]
/dports/emulators/mtools/mtools-4.0.26/
H A Dfloppyd_io.c143 if (read_dword(fd) != 8) { in floppyd_reader()
148 gotlen = read_dword(fd); in floppyd_reader()
149 errcode = read_dword(fd); in floppyd_reader()
191 if (read_dword(fd) != 8) { in floppyd_writer()
196 gotlen = read_dword(fd); in floppyd_writer()
197 errcode = read_dword(fd); in floppyd_writer()
230 gotlen = read_dword(fd); in floppyd_lseek()
231 errcode = read_dword(fd); in floppyd_lseek()
260 errcode = read_dword(fd); in floppyd_lseek64()
369 read_dword(This->fd); in floppyd_flush()
[all …]
/dports/misc/bdelta/BDelta-0.3.1/src/
H A Dbpatch.cpp64 unsigned size1 = read_dword(patchfile), in main()
65 size2 = read_dword(patchfile); in main()
67 unsigned nummatches = read_dword(patchfile); in main()
86 copyloc1[i] = read_dword(patchfile); in main()
87 copyloc2[i] = read_dword(patchfile); in main()
88 copynum[i] = read_dword(patchfile); in main()
91 copyloc1[i] = read_dword(patchfile); in main()
92 copyloc2[i] = read_dword(patchfile); in main()
93 copynum[i] = read_dword(patchfile); in main()
/dports/emulators/stella/stella-6.6/src/common/
H A DZipHandler.hxx163 uInt32 read_dword(std::size_t offs) const in read_dword() function in ZipHandler::ReaderBase
195 uInt32 signature() const { return read_dword(0x00); } in signature()
202 uInt32 crc32() const { return read_dword(0x0e); } in crc32()
203 uInt32 compressedSize() const { return read_dword(0x12); } in compressedSize()
204 uInt32 uncompressedSize() const { return read_dword(0x16); } in uncompressedSize()
220 uInt32 signature() const { return read_dword(0x00); } in signature()
229 uInt32 crc32() const { return read_dword(0x10); } in crc32()
230 uInt32 compressedSize() const { return read_dword(0x14); } in compressedSize()
253 uInt32 signature() const { return read_dword(0x00); } in signature()
258 uInt32 dirSize() const { return read_dword(0x0c); } in dirSize()
[all …]
/dports/x11-fonts/psftools/psftools-1.0.13/winfonts/
H A Dmswfntr.c36 if (read_dword(fp, &f->dfSize)) return -1; in msw_fontinfo_read()
60 if (read_dword(fp, &f->dfDevice)) return -1; in msw_fontinfo_read()
61 if (read_dword(fp, &f->dfFace)) return -1; in msw_fontinfo_read()
62 if (read_dword(fp, &f->dfBitsPointer)) return -1; in msw_fontinfo_read()
63 if (read_dword(fp, &f->dfBitsOffset)) return -1; in msw_fontinfo_read()
70 if (read_dword(fp, &f->dfFlags)) return -1; in msw_fontinfo_read()
74 if (read_dword(fp, &f->dfColorPointer))return -1; in msw_fontinfo_read()
76 if (read_dword(fp, &f->dfReserved1[n])) return -1; in msw_fontinfo_read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dset_reg_value_work_item_unittest.cc73 DWORD read_dword; in TEST_F() local
75 EXPECT_EQ(ERROR_SUCCESS, test_key_.ReadValueDW(kNameDword, &read_dword)); in TEST_F()
77 EXPECT_EQ(read_dword, kDword1); in TEST_F()
103 DWORD read_dword; in TEST_F() local
107 EXPECT_EQ(read_dword, kDword1); in TEST_F()
147 DWORD read_dword; in TEST_F() local
149 EXPECT_EQ(read_dword, kDword1); in TEST_F()
154 EXPECT_EQ(read_dword, kDword1); in TEST_F()
210 DWORD read_dword; in TEST_F() local
212 EXPECT_EQ(read_dword, kDword2); in TEST_F()
[all …]
/dports/emulators/fuse-utils/fuse-utils-1.4.3/
H A Drzxdump.c55 libspectrum_dword read_dword( unsigned char **ptr );
79 read_dword( unsigned char **ptr ) in read_dword() function
220 printf( " Flags: %d\n", read_dword( &ptr ) ); in do_file()
288 length = read_dword( ptr ); in read_creator_block()
400 block_length = read_dword( ptr ); in read_snapshot_block()
403 flags = read_dword( ptr ); in read_snapshot_block()
459 length = read_dword( ptr ); in read_input_block()
462 frames = read_dword( ptr ); in read_input_block()
468 flags = read_dword( ptr ); in read_input_block()
532 length = read_dword( ptr ); in read_sign_start_block()
[all …]
/dports/sysutils/deltup/deltup-0.4.4/
H A Dbpatch.cpp51 unsigned size1 = read_dword(patchfile), in do_bdelta_patch()
52 size2 = read_dword(patchfile); in do_bdelta_patch()
54 unsigned nummatches = read_dword(patchfile); in do_bdelta_patch()
61 copyloc1[i] = read_dword(patchfile); in do_bdelta_patch()
62 copyloc2[i] = read_dword(patchfile); in do_bdelta_patch()
63 copynum[i] = read_dword(patchfile); in do_bdelta_patch()
/dports/games/quadra/quadra-1.3.0/source/
H A Dpackets.cpp56 a->param=p->read_dword(); in read_attack()
129 port = p->read_dword(); in read()
240 game_seed=p->read_dword(); in read()
348 smooth = p->read_dword(); in read()
351 shadow = p->read_dword(); in read()
405 smooth = p->read_dword(); in read()
408 shadow = p->read_dword(); in read()
615 address=p->read_dword(); in read()
638 seed = p->read_dword(); in read()
780 frame=p->read_dword(); in read()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Di82586.cpp834 data = m_space->read_dword(m_cba + 4); in cu_iasetup()
838 data = m_space->read_dword(m_cba + 8); in cu_iasetup()
947 data = m_space->read_dword(m_cba + 8); in cu_transmit()
953 data = m_space->read_dword(m_cba + 12); in cu_transmit()
1078 u32 rfd_cs = m_space->read_dword(m_rfd); in ru_execute()
1182 u32 rfd_cs = m_space->read_dword(m_rfd); in ru_complete()
1345 data = m_space->read_dword(m_cba + 4); in cu_iasetup()
1349 data = m_space->read_dword(m_cba + 8); in cu_iasetup()
1357 data = m_space->read_dword(m_cba + 8); in cu_iasetup()
1363 data = m_space->read_dword(m_cba + 12); in cu_iasetup()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Di82586.cpp834 data = m_space->read_dword(m_cba + 4); in cu_iasetup()
838 data = m_space->read_dword(m_cba + 8); in cu_iasetup()
947 data = m_space->read_dword(m_cba + 8); in cu_transmit()
953 data = m_space->read_dword(m_cba + 12); in cu_transmit()
1078 u32 rfd_cs = m_space->read_dword(m_rfd); in ru_execute()
1182 u32 rfd_cs = m_space->read_dword(m_rfd); in ru_complete()
1345 data = m_space->read_dword(m_cba + 4); in cu_iasetup()
1349 data = m_space->read_dword(m_cba + 8); in cu_iasetup()
1357 data = m_space->read_dword(m_cba + 8); in cu_iasetup()
1363 data = m_space->read_dword(m_cba + 12); in cu_iasetup()
[all …]
/dports/security/pvk/pvk-20070406_1/
H A Dpvkread.c67 static int read_dword(BIO *in, uint32_t *dat);
80 static int read_dword(BIO *in, uint32_t *dat) in read_dword() function
104 while(read_dword(in, magic)) if(*magic == PVK_MAGIC) return 1; in scan_magic()
113 !read_dword(in, &pvk->res) || in pvk_read()
114 !read_dword(in, &pvk->keytype) || in pvk_read()
115 !read_dword(in, &pvk->crypt) || in pvk_read()
116 !read_dword(in, &pvk->saltlen) || in pvk_read()
117 !read_dword(in, &pvk->keylen) ) { in pvk_read()
139 !read_dword(in, &pvk->keyalg) ) { in pvk_read()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_BMP_Image.cxx54 static unsigned int read_dword(FILE *fp);
109 read_dword(fp); // Skip size in Fl_BMP_Image()
112 offbits = (long)read_dword(fp);// Read offset to image data in Fl_BMP_Image()
115 info_size = read_dword(fp); in Fl_BMP_Image()
142 compression = read_dword(fp); in Fl_BMP_Image()
143 dataSize = read_dword(fp); in Fl_BMP_Image()
146 colors_used = read_dword(fp); in Fl_BMP_Image()
147 read_dword(fp); in Fl_BMP_Image()
192 use_5_6_5 = (read_dword(fp) == 0xf800); in Fl_BMP_Image()
473 read_dword(FILE *fp) { // I - File to read from in read_dword() function
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_BMP_Image.cxx62 static unsigned int read_dword(FILE *fp);
107 read_dword(fp); // Skip size in Fl_BMP_Image()
110 offbits = (long)read_dword(fp);// Read offset to image data in Fl_BMP_Image()
113 info_size = read_dword(fp); in Fl_BMP_Image()
140 compression = read_dword(fp); in Fl_BMP_Image()
141 dataSize = read_dword(fp); in Fl_BMP_Image()
144 colors_used = read_dword(fp); in Fl_BMP_Image()
145 read_dword(fp); in Fl_BMP_Image()
189 use_5_6_5 = (read_dword(fp) == 0xf800); in Fl_BMP_Image()
464 read_dword(FILE *fp) { // I - File to read from in read_dword() function
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_BMP_Image.cxx62 static unsigned int read_dword(FILE *fp);
107 read_dword(fp); // Skip size in Fl_BMP_Image()
110 offbits = (long)read_dword(fp);// Read offset to image data in Fl_BMP_Image()
113 info_size = read_dword(fp); in Fl_BMP_Image()
140 compression = read_dword(fp); in Fl_BMP_Image()
141 dataSize = read_dword(fp); in Fl_BMP_Image()
144 colors_used = read_dword(fp); in Fl_BMP_Image()
145 read_dword(fp); in Fl_BMP_Image()
189 use_5_6_5 = (read_dword(fp) == 0xf800); in Fl_BMP_Image()
464 read_dword(FILE *fp) { // I - File to read from in read_dword() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms32082/
H A Dtms32082.cpp93 uint32_t next_entry = m_program.read_dword(address + 0); in mp_param_w()
94 uint32_t pt_options = m_program.read_dword(address + 4); in mp_param_w()
95 uint32_t src_addr = m_program.read_dword(address + 8); in mp_param_w()
96 uint32_t dst_addr = m_program.read_dword(address + 12); in mp_param_w()
101 uint32_t src_c_count = m_program.read_dword(address + 24); in mp_param_w()
102 uint32_t dst_c_count = m_program.read_dword(address + 28); in mp_param_w()
103 uint32_t src_b_pitch = m_program.read_dword(address + 32); in mp_param_w()
104 uint32_t dst_b_pitch = m_program.read_dword(address + 36); in mp_param_w()
105 uint32_t src_c_pitch = m_program.read_dword(address + 40); in mp_param_w()
106 uint32_t dst_c_pitch = m_program.read_dword(address + 44); in mp_param_w()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms32082/
H A Dtms32082.cpp93 uint32_t next_entry = m_program.read_dword(address + 0); in mp_param_w()
94 uint32_t pt_options = m_program.read_dword(address + 4); in mp_param_w()
95 uint32_t src_addr = m_program.read_dword(address + 8); in mp_param_w()
96 uint32_t dst_addr = m_program.read_dword(address + 12); in mp_param_w()
101 uint32_t src_c_count = m_program.read_dword(address + 24); in mp_param_w()
102 uint32_t dst_c_count = m_program.read_dword(address + 28); in mp_param_w()
103 uint32_t src_b_pitch = m_program.read_dword(address + 32); in mp_param_w()
104 uint32_t dst_b_pitch = m_program.read_dword(address + 36); in mp_param_w()
105 uint32_t src_c_pitch = m_program.read_dword(address + 40); in mp_param_w()
106 uint32_t dst_c_pitch = m_program.read_dword(address + 44); in mp_param_w()
[all …]
/dports/print/cups-filters/cups-filters-1.28.10/cupsfilters/
H A Dimage-bmp.c42 static unsigned int read_dword(FILE *fp);
90 read_dword(fp); /* Skip size */ in _cupsImageReadBMP()
93 offset = read_dword(fp); in _cupsImageReadBMP()
108 info_size = read_dword(fp); in _cupsImageReadBMP()
113 compression = read_dword(fp); in _cupsImageReadBMP()
114 image_size = read_dword(fp); in _cupsImageReadBMP()
117 colors_used = read_dword(fp); in _cupsImageReadBMP()
118 colors_important = read_dword(fp); in _cupsImageReadBMP()
508 read_dword(FILE *fp) /* I - File to read from */ in read_dword() function
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/filter/
H A Dimage-bmp.c48 static unsigned int read_dword(FILE *fp);
96 read_dword(fp); /* Skip size */ in _cupsImageReadBMP()
99 offset = read_dword(fp); in _cupsImageReadBMP()
114 info_size = read_dword(fp); in _cupsImageReadBMP()
119 compression = read_dword(fp); in _cupsImageReadBMP()
120 image_size = read_dword(fp); in _cupsImageReadBMP()
123 colors_used = read_dword(fp); in _cupsImageReadBMP()
124 colors_important = read_dword(fp); in _cupsImageReadBMP()
513 read_dword(FILE *fp) /* I - File to read from */ in read_dword() function
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/filter/
H A Dimage-bmp.c48 static unsigned int read_dword(FILE *fp);
96 read_dword(fp); /* Skip size */ in _cupsImageReadBMP()
99 offset = read_dword(fp); in _cupsImageReadBMP()
114 info_size = read_dword(fp); in _cupsImageReadBMP()
119 compression = read_dword(fp); in _cupsImageReadBMP()
120 image_size = read_dword(fp); in _cupsImageReadBMP()
123 colors_used = read_dword(fp); in _cupsImageReadBMP()
124 colors_important = read_dword(fp); in _cupsImageReadBMP()
513 read_dword(FILE *fp) /* I - File to read from */ in read_dword() function

12345678910>>...18