Searched refs:nw (Results 1 - 25 of 252) sorted by relevance

1234567891011

/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLIsNewWorld.c42 int mib[2], nw; local
48 len = sizeof(nw);
49 sysctl(mib, 2, &nw, &len, NULL, 0);
51 return nw;
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dpsize.c48 int nw; variable
54 fprintf (stderr, "%d\n", nw);
71 nw = 0;
76 nw += n;
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h55 nw :1, member in struct:_cr0
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_count_words.rb9 nl = nw = nc = 0
16 nw += data.count(" ") + 1
18 # STDERR.puts "#{nl} #{nw} #{nc}"
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_shift.c134 int i,nw,lb,rb; local
142 nw=n/BN_BITS2;
143 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
148 t[a->top+nw]=0;
151 t[nw+i]=f[i];
156 t[nw+i+1]|=(l>>rb)&BN_MASK2;
157 t[nw+i]=(l<<lb)&BN_MASK2;
159 memset(t,0,nw*sizeof(t[0]));
160 /* for (i=0; i<nw; i++)
162 r->top=a->top+nw
170 int i,j,nw,lb,rb; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_shift.c144 int i,nw,lb,rb; local
150 nw=n/BN_BITS2;
155 t[a->top+nw]=0;
158 t[nw+i]=f[i];
163 t[nw+i+1]|=(l>>rb)&BN_MASK2;
164 t[nw+i]=(l<<lb)&BN_MASK2;
166 memset(t,0,nw*sizeof(t[0]));
167 /* for (i=0; i<nw; i++)
169 r->top=a->top+nw+1;
176 int i,j,nw,l local
[all...]
/macosx-10.10.1/architecture-266/i386/
H A Dcpu.h53 nw :1, member in struct:_cr0
/macosx-10.10.1/system_cmds-643.1.1/vipw.tproj/
H A Dvipw.c134 int nr, nw, off; local
138 for (off = 0; off < nr; nr -= nw, off += nw)
139 if ((nw = write(to, buf + off, nr)) < 0)
/macosx-10.10.1/OpenSSL098-52/src/Netware/
H A Dbuild.bat16 rem assembly opts - "nw-mwasm" - use Metrowerks assembler
17 rem - "nw-nasm" - use NASM assembler
36 rem set ASM_MODE=nw-mwasm
41 rem set ASM_MODE=nw-nasm
69 if "%1" == "nw-nasm" set ASM_MODE=nw-nasm
70 if "%1" == "nw-nasm" set ASSEMBLER=NASM
71 if "%1" == "nw-nasm" set NO_ASM=
72 if "%1" == "nw-nasm" set ARG_PROCESSED=YES
73 if "%1" == "nw
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DPictureInPicture.tcl12 place .n -x 10 -y 10 -anchor nw
H A DCoolDialog.tcl15 place .bt1 -x 10 -y 10 -anchor nw
/macosx-10.10.1/BerkeleyDB-21/db/env/
H A Denv_file.c26 size_t nw; local
47 if ((ret = __os_write(env, fhp, buf, FILE_EXTEND_IO_SIZE, &nw)) != 0)
109 size_t len, nw; local
124 env, fhp, buf, FILE_WRITE_IO_SIZE, &nw)) != 0)
128 if ((ret = __os_write(env, fhp, buf, len, &nw)) != 0)
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclMetaData.c122 int nw; local
124 hPtr = Tcl_CreateHashEntry(&obj->opt->metaData, option, &nw);
125 if (!nw)
150 int nw; local
157 hPtr = Tcl_CreateHashEntry(&obj->opt->metaData, value, &nw);
158 if (!nw)
H A DxotclObjectData.c29 int nw; local
37 hPtr = Tcl_CreateHashEntry(cl->opt->objectdata, (char*)obj, &nw);
H A DxotclProfile.c29 int nw; local
30 hPtr = Tcl_CreateHashEntry(table, keyStr, &nw);
31 if (!nw)
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-strtoIg.c42 int i, nb, nw, nw1, rv, rv1, swap; local
59 nw = b->wds;
60 nw1 = nw - 1;
76 if (b1->wds > nw
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dtee.c48 int n, nr, nw; local
112 if ((nw = write (fl->fd, bp, n)) == -1)
118 bp += nw;
120 while (n -= nw);
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dmsgbox.tcl297 ttk::label $w.msg -anchor nw -justify left -text $data(-message)
300 ttk::label $w.dtl -anchor nw -justify left -text $data(-detail)
318 $w.bitmap create image 0 0 -anchor nw \
320 $w.bitmap create image 0 0 -anchor nw \
322 $w.bitmap create image 0 0 -anchor nw \
326 $w.bitmap create image 0 0 -anchor nw \
328 $w.bitmap create image 0 0 -anchor nw \
330 $w.bitmap create image 0 0 -anchor nw \
334 $w.bitmap create image 0 0 -anchor nw \
336 $w.bitmap create image 0 0 -anchor nw \
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_at_fs.c194 static void SFvSliderMovedCallback __ARGS((Widget w, int n, int nw));
196 static void SFhSliderMovedCallback __ARGS((Widget w, XtPointer n, XtPointer nw));
198 static void SFpathSliderMovedCallback __ARGS((Widget w, XtPointer client_data, XtPointer nw));
1654 int nw; local
1673 nw = (y - SFlowerY) / SFentryHeight;
1674 if (dir->vOrigin + nw >= dir->nEntries)
1676 return nw;
1701 int nw; local
1710 nw = SFnewInvertEntry(n, (XMotionEvent *) event);
1711 if (nw !
1737 int nw; local
1757 int nw; local
1855 int nw = (int)(long)pnew; local
1933 int nw = (int)(long)pnew; local
2028 int nw = (int)(long)pnew; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook.rb7 nb.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
H A Dnotebook2.rb7 nb.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
H A Dtabnotebook.rb7 tn.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
H A Dtabnotebook2.rb7 tn.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dmsgbox.tcl290 label $w.msg -anchor nw -justify left -text $data(-message) \
306 $w.bitmap create image 0 0 -anchor nw \
308 $w.bitmap create image 0 0 -anchor nw \
310 $w.bitmap create image 0 0 -anchor nw \
314 $w.bitmap create image 0 0 -anchor nw \
316 $w.bitmap create image 0 0 -anchor nw \
318 $w.bitmap create image 0 0 -anchor nw \
322 $w.bitmap create image 0 0 -anchor nw \
324 $w.bitmap create image 0 0 -anchor nw \
326 $w.bitmap create image 0 0 -anchor nw \
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_net.c704 ssize_t bytes_left, nw; local
713 nw = writesocket(fd, (const char *)&rec->size, 4);
714 if (nw != 4)
718 nw = writesocket(fd, rec->data, rec->size);
719 if (nw < 0)
721 if (nw != (ssize_t)rec->size) {
723 wp = (u_int8_t *)rec->data + nw;
724 bytes_left = rec->size - nw;
726 nw = writesocket(fd, wp, bytes_left);
727 if (nw <
[all...]

Completed in 344 milliseconds

1234567891011