Searched defs:nw (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/vpx_scale/include/generic/
H A Dvpxscale_arbitrary.h27 int nw; member in struct:__anon6295
/external/openssl/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...]
/external/bluetooth/bluez/tools/
H A Dhciattach_qualcomm.c143 int nw; local
149 nw = writev(fd, iov_cmd, 2);
150 FAILIF(nw != (int) sizeof(cmdp) + cmd->plen,
153 nw);
H A Dhciattach_tialt.c161 int nw; local
172 nw = writev(fd, iov_cmd, 2);
173 FAILIF(nw != (int) sizeof(cmd) + cmd->plen,
175 nw);
/external/webrtc/src/modules/audio_processing/aec/main/source/
H A Daec_rdft.c105 const int nw = 32; local
109 ip[0] = nw;
111 nwh = nw >> 1;
122 rdft_w[nw - j] = y;
123 rdft_w[nw - j + 1] = x;
125 bitrv2_32or128(nw, ip + 2, rdft_w);
482 int nw; local
485 nw = ip[0];
496 int nw; local
499 nw
[all...]
/external/openssl/ssl/
H A Ds3_pkt.c599 unsigned int tot,n,nw; local
627 nw = max_plain_length;
629 nw=n;
631 i=do_ssl3_write(s, type, &(buf[tot]), nw, 0);
/external/srec/srec/Grammar/src/
H A DSR_GrammarImpl.c687 wordID wdids[32], nw = 0; local
695 for (word = strtok(copy_of, " "); word; nw++, word = strtok(NULL, " "))
697 wdids[nw] = wordmap_find_index(fst->olabels, word);
698 if (wdids[nw] == MAXwordID)
710 for (j = nw; --j >= 0;)
/external/webrtc/src/modules/audio_processing/utility/
H A Dfft4g.c291 void makewt(int nw, int *ip, float *w);
316 void makewt(int nw, int *ip, float *w);
323 int nw, nc; local
326 nw = ip[0];
327 if (n > (nw << 2)) {
328 nw = n >> 2;
329 makewt(nw, ip, w);
334 makect(nc, ip, w + nw);
340 rftfsub(n, a, nc, w + nw);
351 rftbsub(n, a, nc, w + nw);
371 int j, nw, nc; local
430 int j, nw, nc; local
487 int j, k, l, m, mh, nw, nc; local
583 int j, k, l, m, mh, nw, nc; local
667 makewt(int nw, int *ip, float *w) argument
[all...]
/external/libxml2/
H A Dparser.c6898 xmlNodePtr nw = NULL, cur, firstChild = NULL; local
6909 nw = xmlDocCopyNode(cur, ctxt->myDoc, 1);
6910 if (nw != NULL) {
6911 if (nw->_private == NULL)
6912 nw->_private = cur->_private;
6914 firstChild = nw;
6916 nw = xmlAddChild(ctxt->node, nw);
6924 (nw != NULL) &&
6925 (nw
6938 xmlNodePtr nw = NULL, cur, next, last, local
[all...]
/external/mksh/src/
H A Dedit.c1323 int i, nb, nw; local
1329 nw = 0;
1339 nw += j;
1367 nw = i = (nw < i) ? nw : i;
1372 ++nw;
1374 while (nw--)

Completed in 265 milliseconds