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

/external/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp48 __attribute__((unused)) ssize_t nw = write(2, buffer, n); local
/external/openssl/crypto/bn/
H A Dbn_shift.c137 int i,nw,lb,rb; local
145 nw=n/BN_BITS2;
146 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
151 t[a->top+nw]=0;
154 t[nw+i]=f[i];
159 t[nw+i+1]|=(l>>rb)&BN_MASK2;
160 t[nw+i]=(l<<lb)&BN_MASK2;
162 memset(t,0,nw*sizeof(t[0]));
163 /* for (i=0; i<nw; i++)
165 r->top=a->top+nw
173 int i,j,nw,lb,rb; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dshift.c62 int i, nw, lb, rb; local
67 nw = n / BN_BITS2;
68 if (bn_wexpand(r, a->top + nw + 1) == NULL) {
75 t[a->top + nw] = 0;
78 t[nw + i] = f[i];
83 t[nw + i + 1] |= (l >> rb) & BN_MASK2;
84 t[nw + i] = (l << lb) & BN_MASK2;
87 memset(t, 0, nw * sizeof(t[0]));
88 r->top = a->top + nw + 1;
126 int i, j, nw, l local
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c424 ANTLR3_UINT32 nw; local
427 nw = numWordsToHold(bit);
429 if (bl > nw)
435 bitset->grow(bitset, nw);
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Dfft4g.c289 static void makewt(int nw, int *ip, float *w);
326 int nw, nc; local
329 nw = ip[0];
330 if (n > (nw << 2)) {
331 nw = n >> 2;
332 makewt(nw, ip, w);
337 makect(nc, ip, w + nw);
343 rftfsub(n, a, nc, w + nw);
354 rftbsub(n, a, nc, w + nw);
366 int j, nw, n
642 makewt(int nw, int *ip, float *w) argument
[all...]
/external/webrtc/src/modules/audio_processing/utility/
H A Dfft4g.c289 static void makewt(int nw, int *ip, float *w);
326 int nw, nc; local
329 nw = ip[0];
330 if (n > (nw << 2)) {
331 nw = n >> 2;
332 makewt(nw, ip, w);
337 makect(nc, ip, w + nw);
343 rftfsub(n, a, nc, w + nw);
354 rftbsub(n, a, nc, w + nw);
366 int j, nw, n
642 makewt(int nw, int *ip, float *w) argument
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_pkt.c549 unsigned int tot,n,nw; local
606 nw=max;
608 nw=n;
610 i=do_ssl3_write(s, type, &(buf[tot]), nw, fragment, 0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp136 Node *nv, *nw; local
142 nw = vert[w];
143 assert(nw->tag == w);
144 for (Graph::EdgeIterator ei = nw->incident(); !ei.end(); ei.next()) {
152 bucket[SEMI(w)].insert(nw);
171 nw = &BasicBlock::get(vert[DOM(v)])->dom;;
173 if (nw->getGraph() && !nv->getGraph()) {
175 nw->attach(nv, Graph::Edge::TREE);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp136 Node *nv, *nw; local
142 nw = vert[w];
143 assert(nw->tag == w);
144 for (Graph::EdgeIterator ei = nw->incident(); !ei.end(); ei.next()) {
152 bucket[SEMI(w)].insert(nw);
171 nw = &BasicBlock::get(vert[DOM(v)])->dom;;
173 if (nw->getGraph() && !nv->getGraph()) {
175 nw->attach(nv, Graph::Edge::TREE);
/external/openssl/ssl/
H A Ds3_pkt.c601 unsigned int n,nw; local
659 nw=max;
661 nw=n;
663 i=do_ssl3_write(s, type, &(buf[tot]), nw, fragment, 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/aec/
H A Daec_rdft.c120 const int nw = 32; local
124 ip[0] = nw;
126 nwh = nw >> 1;
137 rdft_w[nw - j] = y;
138 rdft_w[nw - j + 1] = x;
140 bitrv2_32or128(nw, ip + 2, rdft_w);
/external/chromium_org/third_party/libxml/src/
H A Dparser.c7060 xmlNodePtr nw = NULL, cur, firstChild = NULL; local
7071 nw = xmlDocCopyNode(cur, ctxt->myDoc, 1);
7072 if (nw != NULL) {
7073 if (nw->_private == NULL)
7074 nw->_private = cur->_private;
7076 firstChild = nw;
7078 nw = xmlAddChild(ctxt->node, nw);
7086 (nw != NULL) &&
7087 (nw
7100 xmlNodePtr nw = NULL, cur, next, last, local
[all...]
/external/libxml2/
H A Dparser.c7390 xmlNodePtr nw = NULL, cur, firstChild = NULL; local
7408 nw = xmlDocCopyNode(cur, ctxt->myDoc, 1);
7409 if (nw != NULL) {
7410 if (nw->_private == NULL)
7411 nw->_private = cur->_private;
7413 firstChild = nw;
7415 nw = xmlAddChild(ctxt->node, nw);
7423 (nw != NULL) &&
7424 (nw
7437 xmlNodePtr nw = NULL, cur, next, last, local
[all...]
/external/mksh/src/
H A Dedit.c1417 size_t i, nb, nw; local
1423 nw = 0;
1433 nw += j;
1463 nw = i = (nw < i) ? nw : i;
1468 ++nw;
1470 while (nw--)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 518 milliseconds