Searched refs:nx (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.9.5/groff-38/groff/src/preproc/grn/
H A Dhdb.cpp83 register double nx; /* x holder so x is not set before orienting */ local
133 nx = xorn(x, y);
135 (void) PTMakePoint(nx, y, &plist);
136 savebounds(nx, y);
160 nx = xorn(x, y);
162 (void) PTMakePoint(nx, y, &plist);
163 savebounds(nx, y);
168 nx = xorn(x, y);
170 (void) PTMakePoint(nx, y, &plist);
171 savebounds(nx,
[all...]
H A Dhgraph.cpp587 register int nx; local
613 nx = cx + (int) (xs + 0.5);
617 HGtline(nx, ny); /* put out a point on circle */
715 register int nx; local
751 nx = x[j] + (int) (t * dx[j] + t2 * d2x[j] / 2 + t3 * d3x[j] / 6);
753 HGtline(nx, ny);
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dknight.c456 int ny = 0, nx = 0; local
516 nx = col;
522 nx = col;
528 nx = col + BWIDTH - 1;
534 nx = col + 1;
540 nx = col + BWIDTH - 1;
546 nx = col + BWIDTH - 1;
552 nx = col + 1;
558 nx = col + 1;
569 nx
[all...]
H A Dbs.c541 int ny, nx, c; local
564 nx = curx;
570 nx = curx;
576 nx = curx + BWIDTH - 1;
582 nx = curx + 1;
588 nx = curx + BWIDTH - 1;
594 nx = curx + BWIDTH - 1;
600 nx = curx + 1;
606 nx = curx + 1;
609 nx
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2466 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) argument
2501 if (nx->nx_flags & NX_DEFAULTEXPORT) {
2506 nx->nx_flags |= NX_DEFAULTEXPORT;
2507 nx->nx_defopt.nxo_flags = nxna.nxna_flags;
2508 nx->nx_defopt.nxo_cred = cred;
2509 bcopy(&nxna.nxna_sec, &nx->nx_defopt.nxo_sec, sizeof(struct nfs_sec));
2510 nx->nx_expcnt++;
2536 if ((rnh = nx->nx_rtable[i]) == 0) {
2543 dom->dom_rtattach((void **)&nx->nx_rtable[i],
2548 if ((rnh = nx
2648 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) argument
2731 struct nfs_export *nx, *nx2, *nx3; local
3180 nfsrv_export_lookup(struct nfs_export *nx, mbuf_t nam) argument
3211 struct nfs_export *nx; local
3341 nfsrv_credcheck( struct nfsrv_descript *nd, vfs_context_t ctx, __unused struct nfs_export *nx, struct nfs_export_options *nxo) argument
3368 nfsrv_vptofh( struct nfs_export *nx, int nfsvers, struct nfs_filehandle *dnfhp, vnode_t vp, vfs_context_t ctx, struct nfs_filehandle *nfhp) argument
3522 nfsrv_update_user_stat(struct nfs_export *nx, struct nfsrv_descript *nd, uid_t uid, u_int ops, u_int rd_bytes, u_int wr_bytes) argument
3604 struct nfs_export *nx; local
[all...]
H A Dnfs_serv.c287 struct nfs_export *nx; local
301 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
305 NFSStatAdd64(&nx->nx_stats.ops, 1);
308 nfsrv_update_user_stat(nx, nd, kauth_cred_getuid(nd->nd_cr), 1, 0, 0);
310 error = nfsrv_credcheck(nd, ctx, nx, nxo);
413 struct nfs_export *nx; local
424 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
428 NFSStatAdd64(&nx->nx_stats.ops, 1);
431 nfsrv_update_user_stat(nx, nd, kauth_cred_getuid(nd->nd_cr), 1, 0, 0);
433 error = nfsrv_credcheck(nd, ctx, nx, nx
474 struct nfs_export *nx; local
599 struct nfs_export *nx = NULL; local
697 struct nfs_export *nx; local
824 struct nfs_export *nx; local
1183 struct nfs_export *nx; local
1374 struct nfs_export *nx; local
1820 struct nfs_export *nx = NULL; local
2151 struct nfs_export *nx = NULL; local
2384 struct nfs_export *nx = NULL; local
3131 struct nfs_export *nx; local
3291 struct nfs_export *nx = NULL; local
3510 struct nfs_export *nx = NULL; local
3723 struct nfs_export *nx = NULL; local
3896 struct nfs_export *nx; local
4117 struct nfs_export *nx; local
4362 struct nfs_export *nx; local
4445 struct nfs_export *nx; local
4536 struct nfs_export *nx; local
4625 struct nfs_export *nx; local
[all...]
H A Dnfs_syscalls.c420 struct nfs_export *nx; local
466 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
467 int len = strlen(nx->nx_path);
470 if (!strncmp(nx->nx_path, ptr, len))
473 if (!nx) {
481 nfh.nfh_xh.nxh_expid = htonl(nx->nx_id);
517 struct nfs_export *nx; local
556 error = nfsrv_fhtovp(&nfh, NULL, &vp, &nx, &nxo);
/macosx-10.9.5/screen-22/screen/etc/
H A Detcscreenrc37 # nx terminal uses xon/xoff
79 #(nowadays: nx = padding doesn't work, have to use xon/off)
81 termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
82 terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
/macosx-10.9.5/ruby-104/ruby/lib/matrix/
H A Dlup_decomposition.rb104 nx = b.column_count
110 nx.times do |j|
117 nx.times do |j|
121 nx.times do |j|
126 Matrix.send :new, m, nx
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Dsupport.c438 nx,nf, *py =(unsigned short *) &y ,
457 nx=0;
458 if(yexp==0) {t=1.0,pt[n0]+=m57; y*=t; nx=m57;}
461 if( yexp <= m57 ) {py[n0]+=m57; nx+=m57; yexp+=m57;}
463 nf=nx;
484 if(nx!=0) {t=1.0; pt[n0]+=nx; x*=t; nx=0; goto loop;}
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathprobe.c111 char* nx; local
175 nx = path + PATH_MAX - 1;
176 strncopy(np, probe, nx - np);
206 x = nx;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dt.c281 Tcl_HashTable nx; local
283 Tcl_InitHashTable (&nx, TCL_STRING_KEYS);
292 Tcl_CreateHashEntry (&nx, Tcl_GetString (listv [NAME(i)]),
299 Tcl_DeleteHashTable(&nx);
305 Tcl_DeleteHashTable(&nx);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dlinklist.c188 LinkNode nx; local
190 nx = where->next;
194 l->list.last->next = nx;
196 if (nx)
197 nx->prev = lastnode(l);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/sets/
H A Ds.c358 int new, nx = 0; local
369 if (new) {nx = 1;}
372 if(newPtr) {*newPtr = nx;}
H A Dm.c63 int new, nx = 0; local
84 nx = 1;
86 if (nx) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.h584 #define w32_fill_area(f,hdc,pix,x,y,nx,ny) \
589 rect.right = x + nx; \
597 #define w32_clear_area(f,hdc,px,py,nx,ny) \
598 w32_fill_area (f,hdc,f->output_data.x->background_pixel,px,py,nx,ny)
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.cc224 NCursesWindow::NCursesWindow(NCursesWindow& win, int ny, int nx, argument
236 w = ::derwin(win.w, ny, nx, begin_y, begin_x);
/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c2681 long nx, ny, j, nyzero; member in struct:big_div_struct
2744 long nx = RBIGNUM_LEN(x), ny = RBIGNUM_LEN(y); local
2754 if (nx < ny || (nx == ny && xds[nx - 1] < yds[ny - 1])) {
2763 t2 = 0; i = nx;
2778 z = bignew(nx==ny?nx+2:nx+1, RBIGNUM_SIGN(x)==RBIGNUM_SIGN(y));
2780 if (nx
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_dof.c109 uint_t i, nx = dtp->dt_xlatorid; local
120 ddo->ddo_xlimport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx);
121 ddo->ddo_xlexport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx);
123 if (nx != 0 && (ddo->ddo_xlimport == NULL || ddo->ddo_xlexport == NULL))
126 for (i = 0; i < nx; i++) {
/macosx-10.9.5/groff-38/groff/src/devices/grolbp/
H A Dlbp.h171 char nx[4],ny[4]; local
173 vdmprintf("}\"%s%s\x1e",vdmnum(newx,nx),vdmnum(newy,ny));
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/utrie2perf/
H A Dutrie2perf.cpp154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
/macosx-10.9.5/lsof-52/lsof/
H A Darg.c1262 int err, i, id, j, mx, n, ni, nx, x; local
1278 nx = Npgidx;
1285 nx = Npidx;
1368 nx++;
1379 Npgidx = nx;
1385 Npidx = nx;
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_xar.c1724 struct xattr *xattr, **nx; local
1736 for (nx = &(xar->file->xattr_list);
1737 *nx != NULL; nx = &((*nx)->next)) {
1738 if (xattr->id < (*nx)->id)
1741 xattr->next = *nx;
1742 *nx = xattr;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.c488 unsigned long nx, ny; local
499 &nx, &ny, &BitsPerSample, &SamplesPerPixel,
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dtext.rb54 )*$/nx;

Completed in 563 milliseconds

123