HomeSort by: relevance | last modified time | path
    Searched defs:xp (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/lib/libm/noieee_src/
n_exp__E.c 114 double z,p,q,xp,xh,w; variable in typeref:typename:double
123 xp= x*p ;
125 w = xh-(q-xp) ;
127 c += x*((xh*w-(q-(p+xp)))/(one-w)+c);
  /src/lib/libc/gen/
initdir.c 198 struct dirent *xp; local in function:_initdir
208 xp = NULL;
218 if ((xp == NULL) ||
220 xp->d_name))
221 xp = dp;
  /src/games/warp/
move.c 612 int xp; local in function:lookaround
615 if ((obj=occupant[y][xp=(x+XSIZE01)%XSIZE])&&obj->type == what) /* 0, 1 */
619 if ((obj=occupant[y=(y+YSIZE99)%YSIZE][xp])&&obj->type == what) /* -1, 1 */
625 if ((obj=occupant[y=(y+2)%YSIZE][xp])&&obj->type == what) /* 1, 1 */
638 int xp; local in function:lookfor
641 if (((obj=occupant[y][xp=(x+XSIZE01)%XSIZE])&&obj->type == what)||/* 0, 1 */
643 ((obj=occupant[y=(y+YSIZE99)%YSIZE][xp])&&obj->type == what)||/* -1, 1 */
646 ((obj=occupant[y=(y+2)%YSIZE][xp])&&obj->type == what) ||/* 1, 1 */
657 int xp; local in function:lookimg
660 if (((obj=occupant[y][xp=(x+XSIZE01)%XSIZE])&&obj->image==what)||/* 0, 1 *
    [all...]
  /src/sbin/rcorder/
hash.c 445 Hash_Entry *e, *next, **hp, **xp; local in function:RebuildTable
462 xp = &t->bucketPtr[e->namehash & mask];
463 e->next = *xp;
464 *xp = e;
  /src/usr.sbin/timed/timed/
networkdelta.c 75 long *xp; local in function:networkdelta
84 xp = &x[0];
85 *xp = 0; /* account for ourself */
92 *++xp = htp->delta;
108 med = median(med, &eps, &x[0], xp+1, VALID_RANGE);
117 xp = &x[0];
126 *xp++ = htp->delta;
130 if (xp == &x[0]) {
136 if (xp == &x[1]) {
144 (long)(xp - &x[0]), med)
164 float xp; \/* closet point above the guess *\/ local in function:median
    [all...]
  /src/sys/miscfs/genfs/
layer_vfsops.c 212 struct layer_node *xp; local in function:layerfs_loadvnode
217 xp = kmem_alloc(lmp->layerm_size, KM_SLEEP);
230 vp->v_data = xp;
231 xp->layer_vnode = vp;
232 xp->layer_lowervp = lowervp;
233 xp->layer_flags = 0;
238 *new_key = &xp->layer_lowervp;
layer_vnops.c 716 struct layer_node *xp = VTOLAYER(vp); local in function:layer_reclaim
717 struct vnode *lowervp = xp->layer_lowervp;
742 xp->layer_lowervp = NULL;
  /src/sys/arch/ia64/stand/efi/libefi/
bootinfo.c 205 struct preloaded_file *xp; local in function:bi_load
260 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
261 if (addr < (xp->f_addr + xp->f_size))
262 addr = xp->f_addr + xp->f_size;
  /src/sys/arch/ia64/stand/ia64/ski/
bootinfo.c 202 struct preloaded_file *xp; local in function:bi_load
248 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
249 if (addr < (xp->f_addr + xp->f_size))
250 addr = xp->f_addr + xp->f_size;
  /src/bin/ksh/
path.c 53 char *xp = Xstring(*xsp, xp); local in function:make_path
87 XcheckN(*xsp, xp, len);
88 memcpy(xp, cwd, len);
89 xp += len;
91 Xput(*xsp, xp, DIRSEP);
93 *phys_pathp = Xlength(*xsp, xp);
95 XcheckN(*xsp, xp, plen);
96 memcpy(xp, plist, plen);
97 xp += plen
211 char *xp; local in function:get_phys_path
    [all...]
c_ksh.c 28 char *xp; local in function:c_cd
104 Xinit(xs, xp, PATH, ATEMP);
105 /* xp will have a bogus value after make_path() - set it to 0
108 xp = (char *) 0;
115 rval = chdir(try = Xstring(xs, xp) + phys_path);
119 simplify_path(Xstring(xs, xp));
120 rval = chdir(try = Xstring(xs, xp));
144 if (!ISABSPATH(Xstring(xs, xp))) {
148 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp))))
150 pwd = Xstring(xs, xp);
233 char *xp; local in function:c_print
    [all...]
exec.c 1051 char *xp; local in function:search
1065 Xinit(xs, xp, 128, ATEMP);
1069 xp = Xstring(xs, xp);
1073 XcheckN(xs, xp, p - sp);
1074 memcpy(xp, sp, p - sp);
1075 xp += p - sp;
1076 *xp++ = DIRSEP;
1079 XcheckN(xs, xp, namelen);
1080 memcpy(xp, name, namelen)
    [all...]
lex.c 788 char *xp; local in function:readhere
796 Xinit(xs, xp, 256, ATEMP);
801 xpos = Xsavepos(xs, xp);
810 Xcheck(xs, xp);
811 Xput(xs, xp, c);
818 xp = Xrestpos(xs, xp, xpos);
825 Xcheck(xs, xp);
826 Xput(xs, xp, c);
828 Xcheck(xs, xp);
989 char *xp = Xstring(s->xs, xp); local in function:getsc_line
    [all...]
history.c 266 char *xp; local in function:c_fc
276 Xinit(xs, xp, n, hist_source->areap);
277 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
278 xp += n;
279 if (Xnleft(xs, xp) <= 0)
280 XcheckN(xs, xp, Xlength(xs, xp));
289 *xp = '\0';
290 strip_nuls(Xstring(xs, xp), Xlength(xs, xp))
354 char *xp; local in function:hist_replace
    [all...]
var.c 592 char *xp; local in function:export
598 xp = (char*)alloc(namelen + 1 + vallen, vp->areap);
599 memcpy(vp->val.s = xp, vp->name, namelen);
600 xp += namelen;
601 *xp++ = '=';
602 vp->type = xp - vp->val.s; /* offset to value */
603 memcpy(xp, val, vallen);
edit.c 955 char *xp; local in function:glob_path
965 Xinit(xs, xp, patlen + 128, ATEMP);
967 xp = Xstring(xs, xp);
972 /* Copy sp into xp, stuffing any MAGIC characters
977 XcheckN(xs, xp, pathlen * 2);
980 *xp++ = MAGIC;
981 *xp++ = *s++;
983 *xp++ = DIRSEP;
987 XcheckN(xs, xp, patlen)
    [all...]
eval.c 50 static int varsub ARGS((Expand *xp, char *sp, char *word, int *stypep, int *slenp));
51 static int comsub ARGS((Expand *xp, char *cp));
697 varsub(xp, sp, word, stypep, slenp)
698 Expand *xp;
714 xp->var = NULL;
745 xp->str = str_save(ulton((unsigned long)c, 10), ATEMP);
783 xp->u.strv = NULL;
784 xp->str = null;
788 xp->u.strv = (void *)(uintptr_t)t;
789 xp->str = *xp->u.strv++
986 char *xp; local in function:glob_str
1004 char *xp = *xpp; local in function:globit
    [all...]
  /src/sys/fs/union/
union_vfsops.c 114 char *xp; local in function:union_mount
287 xp = mp->mnt_stat.f_mntfromname + len;
290 (void) copyinstr(args->target, xp, len - 1, &size);
291 memset(xp + size, 0, len - size);
  /src/usr.bin/xargs/
xargs.c 75 static char **av, **bxp, **ep, **endxp, **xp; variable in typeref:typename:char **********
253 endxp = (xp = bxp) + nargs;
322 *xp++ = argp;
363 if (xp == endxp || p > ebp || ch == EOF ||
365 if (xflag && xp != endxp && p > ebp)
369 *xp++ = *avj;
377 xp = bxp;
409 if (bxp == xp)
417 *xp++ = *avj;
420 xp = bxp
    [all...]
  /src/sys/fs/unionfs/
unionfs_vfsops.c 89 char *xp; local in function:unionfs_mount
291 xp = mp->mnt_stat.f_mntfromname + len;
293 (void) copyinstr(args->target, xp, len - 1, &size);
294 memset(xp + size, 0, len - size);
  /src/sys/arch/vax/boot/boot/
mfm.c 389 struct mfm_xbn *xp; local in function:mfmopen
408 xp = (void *) io_buf;
409 display_xbn(xp);
  /src/usr.sbin/bad144/
bad144.c 638 struct hpuphdr *xp = (struct hpuphdr *)buf; local in function:format
640 xp->hpup_cyl &= ~fp->f_bic;
  /src/sys/ufs/ffs/
ffs_snapshot.c 624 struct inode *xp;
628 xp = VTOI(xvp);
630 (xp->i_flags & SF_SNAPSHOT))
640 if (xp->i_nlink > 0)
643 if (ffs_checkfreefile(c->copy_fs, c->vp, xp->i_number))
663 struct inode *xp;
695 xp = VTOI(xvp);
697 loc = howmany(xp->i_size, fs->fs_bsize) - 1;
699 len = ffs_fragroundup(fs, ffs_blkoff(fs, xp->i_size));
707 ffs_blkfree_snap(copy_fs, vp, db_get(xp, loc)
1384 struct inode *xp, *ip = VTOI(vp); local in function:ffs_snapgone
1735 struct inode *ip, *xp; local in function:ffs_snapshot_mount
1853 struct inode *xp; local in function:ffs_snapshot_unmount
2272 struct inode *xp; local in function:is_active_snapshot
    [all...]
  /src/bin/csh/
proc.c 1203 struct process *np, *xp; local in function:pgetcurr
1205 xp = NULL;
1211 if (xp == NULL)
1212 xp = np;
1214 return (xp);
lex.c 988 Char *wp, *xp; local in function:domod
995 for (xp = wp; (c = *xp) != '\0'; xp++)
997 *xp |= QUOTE;
1006 xp = Strsave(wp + 1);
1008 xp = Strsave(cp), xp[wp - cp] = 0;
1009 return (xp);
1017 xp = Strsave(wp + 1)
    [all...]

Completed in 267 milliseconds

1 2