Home
last modified time | relevance | path

Searched refs:fmt_head (Results 1 – 25 of 36) sorted by relevance

12

/dports/emulators/libdsk/libdsk-1.4.2/tools/
H A Ddskscan.c288 printf(" <hd>%d</hd>", sector_id.fmt_head); in scan_cyl()
289 if (sector_id.fmt_head != head) in scan_cyl()
302 sector_id.fmt_head, in scan_cyl()
303 (head != sector_id.fmt_head ? "<!>" : " "), in scan_cyl()
H A Ddskdump.c281 fmt_track[secnum].fmt_head, in dump_cyl()
288 fmt_track[secnum].fmt_head, in dump_cyl()
298 fmt_track[secnum].fmt_head, in dump_cyl()
H A Ddsktest.c276 pfmt[n].fmt_head, in do_test()
299 secid.fmt_head, in do_test()
302 if (secid.fmt_cylinder != 1 || secid.fmt_head != 0 || in do_test()
/dports/print/lout/lout-3.40/doc/user/
H A Dvfmt5 gvim fmt_head
H A Dfmt14 @Include { fmt_head }
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dparametric.py38 fmt_head = '%s %s %s %s %s %s' % (_("job").center(12), _("result").center(18), variable
200 print(fmt_head)
H A Dmultiple.py43 fmt_head = '%s %s %s %s %s %s' % (_("job").center(12), _("result").center(18), variable
285 print(fmt_head)
H A Dastout.py40 fmt_head = '%s %s %s %s %s %s' % (_("testcase").center(12), _("result").center(18), variable
239 print(fmt_head)
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dparametric.py38 fmt_head = '%s %s %s %s %s %s' % (_("job").center(12), _("result").center(18), variable
200 print(fmt_head)
H A Dmultiple.py43 fmt_head = '%s %s %s %s %s %s' % (_("job").center(12), _("result").center(18), variable
285 print(fmt_head)
H A Dastout.py40 fmt_head = '%s %s %s %s %s %s' % (_("testcase").center(12), _("result").center(18), variable
239 print(fmt_head)
/dports/emulators/libdsk/libdsk-1.4.2/win32vc6/
H A DDisk.cpp236 fmt->fmt_head = *pData++; in GetFormat()
573 buf[1] = fmt.fmt_head; in psecid()
590 buf[1] = fmt.fmt_head; in lsecid()
745 buf[n*4+1] = fmt[n].fmt_head; in ptrkid()
774 buf[n*4+1] = fmt[n].fmt_head; in ltrkid()
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Drpcpack.c128 err = dsk_unpack_i16(input, inp_len, &i); f->fmt_head = i; if (err) return err; in dsk_unpack_format()
224 err = dsk_pack_i16(output, out_len, (int16)f->fmt_head); if (err) return err; in dsk_pack_format()
H A Ddrvdos32.c262 trkbuf[4*n+1] = (unsigned char)format[n].fmt_head; in dos32_format()
304 result->fmt_head = head; in dos32_secid()
H A Ddrvdos16.c283 trkbuf[4*n+1] = (unsigned char)format[n].fmt_head; in dos16_format()
331 result->fmt_head = head; in dos16_secid()
H A Ddrvcpcem.c417 result->fmt_head = cpc_self->cpc_trkhead[offs+1]; in cpcemu_secid()
906 cpc_self->cpc_trkhead[0x19 + 8*n] = (unsigned char)format[n].fmt_head; in cpcemu_format()
1029 headers[n].fmt_head = head;
1040 headers[n].fmt_head = head;
H A Ddskfmt.c83 fmt[ns].fmt_head = dg_x_head(dg, head); in dsk_formauto()
H A Ddrvwin16.c397 trkbuf[4*n+1] = (unsigned char)format[n].fmt_head; in win16_format()
445 result->fmt_head = head; in win16_secid()
H A Ddrvntwdm.c367 ph[u].head = format[u].fmt_head; in ntwdm_format()
423 result->fmt_head = res.head; in ntwdm_secid()
H A Ddrvlinux.c387 buf[n*4+1] = format[n].fmt_head; in linux_format()
458 result->fmt_head = raw_cmd.reply[4]; in linux_secid()
H A Ddrvimd.c1025 sec->imds_head = format[nlsec].fmt_head; in imd_format()
1112 result->fmt_head = sec->imds_head; in imd_secid()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dgeneric_graph.rs55 data.terminator().kind.fmt_head(&mut terminator_head).unwrap(); in bb_to_graph_node()
H A Dterminator.rs430 self.fmt_head(fmt)?; in fmt()
458 pub fn fmt_head<W: Write>(&self, fmt: &mut W) -> fmt::Result { in fmt_head() method
/dports/emulators/lib765/lib765-0.4.2/lib/
H A D765ldsk.c158 buf[1] = fmt.fmt_head; in fdl_read_id()
261 formbuf[n].fmt_head = track[n * 4 + 1]; in fdl_format_track()
/dports/emulators/libdsk/libdsk-1.4.2/include/
H A Dlibdsk.h198 dsk_phead_t fmt_head; member

12