Home
last modified time | relevance | path

Searched refs:xhead (Results 1 – 25 of 98) sorted by relevance

1234

/dports/cad/feappv/feappv-4.1i/unix/
H A Dpltftx.f40 real*8 xdv,dy,xleft,xright,xtext,xhead local
65 xhead = 1.1200d0
111 call tplot(xhead,ycor,blnk,17,1)
117 call tplot(xhead,ycor,yy,17,1)
139 call tplot(xhead ,ycor - 1.25d0*dy - 6./xdv,yy,12,1)
147 call tplot(xhead ,ycor - 2.35d0*dy - 6./xdv,yy,12,1)
149 call tplot(xhead ,ycor - 2.85d0*dy - 6./xdv,yy,12,1)
152 call tplot(xhead ,ycor - 3.35d0*dy - 6./xdv,yy,12,1)
161 call tplot(xhead ,ycor - 4.35d0*dy - 6./xdv,yy,12,1)
163 call tplot(xhead ,ycor - 4.85d0*dy - 6./xdv,yy,12,1)
[all …]
/dports/cad/feappv/feappv-4.1i/windows/
H A Dpltftx.f40 real*8 xdv,dy,xleft,xright,xtext,xhead local
65 xhead = 1.0000d0
116 call tplot(xhead,ycor,blnk,17,1)
126 call tplot(xhead,ycor,yy,17,1)
151 call tplot(xhead ,ycor - 1.25d0*dy - 6./xdv,yy,12,1)
159 call tplot(xhead ,ycor - 2.35d0*dy - 6./xdv,yy,12,1)
161 call tplot(xhead ,ycor - 2.85d0*dy - 6./xdv,yy,12,1)
164 call tplot(xhead ,ycor - 3.35d0*dy - 6./xdv,yy,12,1)
173 call tplot(xhead ,ycor - 4.35d0*dy - 6./xdv,yy,12,1)
175 call tplot(xhead ,ycor - 4.85d0*dy - 6./xdv,yy,12,1)
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dranks.c221 node * xhead = NULL; /* pointer to list of sorted values */ in rank_array() local
231 node_addvalue (&xhead, xarray[i]); in rank_array()
236 rarray[i] = node_get_rank (xhead, xarray[i]); in rank_array()
240 list_delete (&xhead); in rank_array()
262 node * xhead = NULL; /* pointer to list of sorted values */ in rank_darray() local
272 node_addvalue (&xhead, (float) darray[i]); in rank_darray()
277 rarray[i] = node_get_rank (xhead, (float) darray[i]); in rank_darray()
281 list_delete (&xhead); in rank_darray()
/dports/cad/feappv/feappv-4.1i/plot/
H A Dpltctx.f35 real*8 xdv,ycor,xhead,ycoi local
67 xhead = 1.00d0
70 call tplot(xhead,ycor,yy,17,1)
80 xhead = 1.00d0
84 call tplot(xhead,ycoi,yy,14,1)
/dports/emulators/xcpc/xcpc-20070122/src/dev/
H A Dlib765.h93 …fd_err_t (*fdv_read_sector )(FDD_765 *fdd, int xcylinder, int xhead, int head, int sector, fdc_b…
94 …fd_err_t (*fdv_read_track )(FDD_765 *fdd, int xcylinder, int xhead, int head, fdc_byte *buf, in…
95 …fd_err_t (*fdv_write_sector )(FDD_765 *fdd, int xcylinder, int xhead, int head, int sector, fdc_b…
107 extern fd_err_t fdd_read_sector (FDD_765 *fdd, int xcylinder, int xhead, int head, int sector, fdc…
108 extern fd_err_t fdd_read_track (FDD_765 *fdd, int xcylinder, int xhead, int head, fdc_byte *buf, …
109 extern fd_err_t fdd_write_sector (FDD_765 *fdd, int xcylinder, int xhead, int head, int sector, fdc…
H A Dlib765.c163 static fd_err_t fdl_read_sector(FDD_765 *fd, int xcylinder, int xhead, in fdl_read_sector() argument
170 fd->fd_cylinder, xcylinder, xhead, head, sector, len); in fdl_read_sector()
178 fd->fd_cylinder, head, xcylinder, xhead, sector, len, deleted); in fdl_read_sector()
192 static fd_err_t fdl_read_track(FDD_765 *fd, int xcylinder, int xhead, in fdl_read_track() argument
198 xcylinder, xhead, head); in fdl_read_track()
202 fd->fd_cylinder, head, xcylinder, xhead); in fdl_read_track()
209 static fd_err_t fdl_write_sector(FDD_765 *fd, int xcylinder, int xhead, in fdl_write_sector() argument
216 xcylinder, xhead, head, sector); in fdl_write_sector()
224 fd->fd_cylinder, head, xcylinder, xhead, sector, len, deleted); in fdl_write_sector()
384 fd_err_t fdd_read_track(FDD_765 *fdd, int xcylinder, int xhead, int head, fdc_byte *buf, int *len) in fdd_read_track() argument
[all …]
/dports/emulators/lib765/lib765-0.4.2/lib/
H A D765dsk.c324 if (xcylinder != secid[0] || xhead != secid[1]) in fdd_seekto_sector()
327 "cyl=%d head=%d\n", xcylinder, xhead, secid[0], secid[1]); in fdd_seekto_sector()
347 static fd_err_t fdd_read_sector(FLOPPY_DRIVE *fd, int xcylinder, int xhead, in fdd_read_sector() argument
358 xcylinder, xhead, sector); in fdd_read_sector()
363 err = fdd_seekto_sector(fd,xcylinder,xhead,head, in fdd_read_sector()
400 static fd_err_t fdd_read_track(FLOPPY_DRIVE *fd, int xcylinder, int xhead, in fdd_read_track() argument
408 xcylinder, xhead); in fdd_read_track()
414 xhead != fdd->fdd_track_header[0x19]) in fdd_read_track()
417 "cyl=%d head=%d\n", xcylinder, xhead, in fdd_read_track()
459 xcylinder, xhead, sector); in fdd_write_sector()
[all …]
H A D765ldsk.c166 static fd_err_t fdl_read_sector(FLOPPY_DRIVE *fd, int xcylinder, int xhead, in fdl_read_sector() argument
174 fd->fd_cylinder, xcylinder, xhead, head, sector, len); in fdl_read_sector()
182 fd->fd_cylinder, head, xcylinder, xhead, sector, len, deleted); in fdl_read_sector()
196 static fd_err_t fdl_read_track(FLOPPY_DRIVE *fd, int xcylinder, int xhead, in fdl_read_track() argument
204 xcylinder, xhead, head); in fdl_read_track()
208 fd->fd_cylinder, head, xcylinder, xhead); in fdl_read_track()
215 static fd_err_t fdl_write_sector(FLOPPY_DRIVE *fd, int xcylinder, int xhead, in fdl_write_sector() argument
223 xcylinder, xhead, head, sector); in fdl_write_sector()
231 fd->fd_cylinder, head, xcylinder, xhead, sector, len, deleted); in fdl_write_sector()
H A D765drive.c57 int xhead, int head, int sector, fdc_byte *buf, int len, in fd_read_sector() argument
63 xhead, head, sector, buf, len, deleted, in fd_read_sector()
72 int xhead, int head, fdc_byte *buf, int *len) in fd_read_track() argument
77 xhead, head, buf, len); in fd_read_track()
87 int xhead, int head, int sector, fdc_byte *buf, int len, in fd_write_sector() argument
93 xhead, head, sector, buf, len, deleted, in fd_write_sector()
H A D765i.h39 int xhead, int head, int sector, fdc_byte *buf, int len,
42 int xhead, int head, fdc_byte *buf, int *len);
44 int xhead, int head, int sector, fdc_byte *buf, int len,
/dports/lang/yorick/yorick-y_2_2_04/play/hacks/
H A Dhack103.c234 register unsigned long int xhead, ghead, yhead; in __sqrt_hack() local
259 xhead = xInHex.i.hi; in __sqrt_hack()
260 index = ( xhead >> 13 ) & 0xffUL; in __sqrt_hack()
263 ghead = ( ( xhead + 0x07f00000 + 0x07f00000 - 0x3ff00000 ) << 2 ) in __sqrt_hack()
299 xhead = xInHex.i.hi; in __sqrt_hack()
300 index = ( xhead >> 13 ) & 0xffUL; in __sqrt_hack()
303 ghead = ( ( xhead + 0x3ff00000 ) >> 1 ) & 0x7ff00000; in __sqrt_hack()
329 xhead = xInHex.i.hi; in __sqrt_hack()
331 ghead = ( ( xhead + 0x3ff00000 ) >> 1) & 0x7ff00000; in __sqrt_hack()
332 index = ( xhead >> 13) & 0xffUL; // table index in __sqrt_hack()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9660srv/
H A Dxfile.c12 static Xdata* xhead; variable
42 for(fxf=0,xf=xhead; xf; xf=xf->next){ in getxdata()
61 fxf->next = xhead; in getxdata()
62 xhead = fxf; in getxdata()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dscatter.c337 for (x = z->xhead[dim - 1]; x; x = x->next) { in I8()
408 for (x = z->xhead[dim - 1]; x; x = x->next) in I8()
421 for (x = z->xhead[dim - 1]; x; x = x->next) in I8()
529 for (x = z->xhead[dim - 1]; x; x = x->next) in I8()
599 z->xhead[ux] = NULL; /* empty xlists */ in I8()
623 x->next = z->xhead[mx]; in I8()
624 z->xhead[mx] = x; in I8()
690 x->next = z->xhead[ux]; in I8()
691 z->xhead[ux] = x; in I8()
726 x->next = z->xhead[ux]; in I8()
[all …]
/dports/audio/gnupod/gnupod-0.99.8/src/
H A Dgnupod_search.pl191 my($orf,$xhead, $xdelete) = @_;
216 $cs = $qh{$_}{s} if $xhead; #Replace it if HEAD is needed
223 if($xdelete && !$xhead) {
226 elsif($xhead) {
/dports/emulators/lib765/lib765-0.4.2/include/
H A D765.h230 int xhead, int head, int sector, fdc_byte *buf,
234 int xhead, int head, int sector, fdc_byte *buf, int len,
238 int xhead, int head, fdc_byte *buf, int *len);
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_marker.c548 int xhead = 2 + ( int ) ( w * arrow_xhead ); in drw_arrow() local
553 xhead = yhead = Min( xhead, yhead ); in drw_arrow()
556 fill_point( p[ 1 ], xo + w - xhead, yo + rod ); in drw_arrow()
557 fill_point( p[ 2 ], xo + w - xhead, yo + yhead ); in drw_arrow()
559 fill_point( p[ 4 ], xo + w - xhead, yo - yhead ); in drw_arrow()
560 fill_point( p[ 5 ], xo + w - xhead, yo - rod ); in drw_arrow()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_ioctl.c1597 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local
1630 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap()
1643 xhead.fmh_entries = 0; in xfs_ioc_getfsmap()
1644 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1648 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap()
1668 head.fmh_entries += xhead.fmh_entries; in xfs_ioc_getfsmap()
1669 head.fmh_oflags = xhead.fmh_oflags; in xfs_ioc_getfsmap()
1675 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()
1680 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap()
1686 last_rec = &recs[xhead.fmh_entries - 1]; in xfs_ioc_getfsmap()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_ioctl.c1597 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local
1630 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap()
1643 xhead.fmh_entries = 0; in xfs_ioc_getfsmap()
1644 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1648 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap()
1668 head.fmh_entries += xhead.fmh_entries; in xfs_ioc_getfsmap()
1669 head.fmh_oflags = xhead.fmh_oflags; in xfs_ioc_getfsmap()
1675 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()
1680 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap()
1686 last_rec = &recs[xhead.fmh_entries - 1]; in xfs_ioc_getfsmap()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_ioctl.c1597 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local
1630 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap()
1643 xhead.fmh_entries = 0; in xfs_ioc_getfsmap()
1644 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1648 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap()
1668 head.fmh_entries += xhead.fmh_entries; in xfs_ioc_getfsmap()
1669 head.fmh_oflags = xhead.fmh_oflags; in xfs_ioc_getfsmap()
1675 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()
1680 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap()
1686 last_rec = &recs[xhead.fmh_entries - 1]; in xfs_ioc_getfsmap()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dioctl.c629 struct ext4_fsmap_head xhead = {0}; in ext4_ioc_getfsmap() local
651 xhead.fmh_iflags = head.fmh_iflags; in ext4_ioc_getfsmap()
652 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
653 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap()
654 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap()
656 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); in ext4_ioc_getfsmap()
657 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); in ext4_ioc_getfsmap()
661 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap()
678 head.fmh_entries = xhead.fmh_entries; in ext4_ioc_getfsmap()
679 head.fmh_oflags = xhead.fmh_oflags; in ext4_ioc_getfsmap()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dioctl.c629 struct ext4_fsmap_head xhead = {0}; in ext4_ioc_getfsmap() local
651 xhead.fmh_iflags = head.fmh_iflags; in ext4_ioc_getfsmap()
652 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
653 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap()
654 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap()
656 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); in ext4_ioc_getfsmap()
657 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); in ext4_ioc_getfsmap()
661 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap()
678 head.fmh_entries = xhead.fmh_entries; in ext4_ioc_getfsmap()
679 head.fmh_oflags = xhead.fmh_oflags; in ext4_ioc_getfsmap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dioctl.c629 struct ext4_fsmap_head xhead = {0}; in ext4_ioc_getfsmap() local
651 xhead.fmh_iflags = head.fmh_iflags; in ext4_ioc_getfsmap()
652 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
653 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap()
654 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap()
656 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); in ext4_ioc_getfsmap()
657 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); in ext4_ioc_getfsmap()
661 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap()
678 head.fmh_entries = xhead.fmh_entries; in ext4_ioc_getfsmap()
679 head.fmh_oflags = xhead.fmh_oflags; in ext4_ioc_getfsmap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/hamradio/
H A D6pack.c94 unsigned char *xhead; /* next byte to XMIT */ member
153 sp->xhead += actual; in sp_xmit_on_air()
220 sp->xhead = sp->xbuff + actual; in sp_encaps()
225 sp->xhead = sp->xbuff; in sp_encaps()
413 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup()
415 sp->xhead += actual; in sixpack_write_wakeup()
877 sp->xhead += actual; in decode_prio_command()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/hamradio/
H A D6pack.c94 unsigned char *xhead; /* next byte to XMIT */ member
153 sp->xhead += actual; in sp_xmit_on_air()
220 sp->xhead = sp->xbuff + actual; in sp_encaps()
225 sp->xhead = sp->xbuff; in sp_encaps()
413 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup()
415 sp->xhead += actual; in sixpack_write_wakeup()
877 sp->xhead += actual; in decode_prio_command()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/hamradio/
H A D6pack.c94 unsigned char *xhead; /* next byte to XMIT */ member
153 sp->xhead += actual; in sp_xmit_on_air()
220 sp->xhead = sp->xbuff + actual; in sp_encaps()
225 sp->xhead = sp->xbuff; in sp_encaps()
413 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup()
415 sp->xhead += actual; in sixpack_write_wakeup()
877 sp->xhead += actual; in decode_prio_command()

1234