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

1234

/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/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/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp48 __attribute__((unused)) ssize_t nw = write(2, buffer, n); local
H A Dcmdline1.stdout.exp46 --db-command=<command> command to start debugger [... -nw %f %p]
/external/openssl/crypto/threads/
H A Dnetware.bat60 echo Environment variable MWCIncludes is not set - see install.nw
65 echo Environment variable PRELUDE is not set - see install.nw
70 echo Environment variable IMPORTS is not set - see install.nw
/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/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/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action.sh59 -nw \
/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/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/openssl/crypto/perlasm/
H A Dx86asm.pl230 elsif (($type eq "nw-nasm"))
232 #elsif (($type eq "nw-mwasm"))
247 nw-nasm - NetWare NASM format
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86asm.pl260 elsif (($type eq "nw-nasm"))
262 #elsif (($type eq "nw-mwasm"))
277 nw-nasm - NetWare NASM format
/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/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/doclava/res/assets/templates/assets/
H A Djquery-resizable.min.js40 (function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspectRatio),aspectRatio:j.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:j.helper||j.ghost||j.animate?j.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){if(/relative/.test(this.element.css("position"))&&c.browser.opera){this.element.css({position:"relative",top:"auto",left:"auto"})}this.element.wrap(c('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var k=this.handles.split(",");this.handles={};for(var f=0;f<k.length;f++){var h=c.trim(k[f]),d="ui-resizable-"+h;var g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw|se|ne|nw/.test(h)){g.css({zIndex:++j.zIndex})}if("se"==h){g.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[h]=".ui-resizable-"+h;this.element.append(g)}}this._renderAxis=function(p){p=p||this.element;for(var m in this.handles){if(this.handles[m].constructor==String){this.handles[m]=c(this.handles[m],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var n=c(this.handles[m],this.element),o=0;o=/sw|ne|nw|se|n|s/.test(m)?n.outerHeight():n.outerWidth();var l=["padding",/ne|nw|n/.test(m)?"Top":/se|sw|s/.test(m)?"Bottom":/^e$/.test(m)?"Right":"Left"].join("");p.css(l,o);this._proportionallyResize()}if(!c(this.handles[m]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!e.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}e.axis=i&&i[1]?i[1]:"se"}});if(j.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){c(this).removeClass("ui-resizable-autohide");e._handles.show()},function(){if(!e.resizing){c(this).addClass("ui-resizable-autohide");e._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var d=function(f){c(f).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){d(this.element);var e=this.element;e.parent().append(this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")})).end().remove()}this.originalElement.css("resize",this.originalResizeStyle);d(this.originalElement)},_mouseCapture:function(e){var f=false;for(var d in this.handles){if(c(this.handles[d])[0]==e.target){f=true}}return this.options.disabled||!!f},_mouseStart:function(f){var i=this.options,e=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(d.is(".ui-draggable")||(/absolute/).test(d.css("position"))){d.css({position:"absolute",top:e.top,left:e.left})}if(c.browser.opera&&(/relative/).test(d.css("position"))){d.css({position:"relative",top:"auto",left:"auto"})}this._renderProxy();var j=b(this.helper.css("left")),g=b(this.helper.css("top"));if(i.containment){j+=c(i.containment).scrollLeft()||0;g+=c(i.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:j,top:g};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:j,top:g};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:f.pageX,top:f.pageY};this.aspectRatio=(typeof i.aspectRatio=="number")?i.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var h=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",h=="auto"?this.axis+"-resize":h);d.addClass("ui-resizable-resizing");this._propagate("start",f);return true},_mouseDrag:function(d){var g=this.helper,f=this.options,l={},p=this,i=this.originalMousePosition,m=this.axis;var q=(d.pageX-i.left)||0,n=(d.pageY-i.top)||0;var h=this._change[m];if(!h){return false}var k=h.apply(this,[d,q,n]),j=c.browser.msie&&c.browser.version<7,e=this.sizeDiff;if(this._aspectRatio||d.shiftKey){k=this._updateRatio(k,d)}k=this._respectSize(k,d);this._propagate("resize",d);g.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(k);this._trigger("resize",d,this.ui());return false},_mouseStop:function(g){this.resizing=false;var h=this.options,l=this;if(this._helper){var f=this._proportionallyResizeElements,d=f.length&&(/textarea/i).test(f[0].nodeName),e=d&&c.ui.hasScroll(f[0],"left")?0:l.sizeDiff.height,j=d?0:l.sizeDiff.width;var m={width:(l.size.width-j),height:(l.size.height-e)},i=(parseInt(l.element.css("left"),10)+(l.position.left-l.originalPosition.left))||null,k=(parseInt(l.element.css("top"),10)+(l.position.top-l.originalPosition.top))||null;if(!h.animate){this.element.css(c.extend(m,{top:k,left:i}))}l.helper.height(l.size.height);l.helper.width(l.size.width);if(this._helper&&!h.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",g);if(this._helper){this.helper.remove()}return false},_updateCache:function(d){var e=this.options;this.offset=this.helper.offset();if(a(d.left)){this.position.left=d.left}if(a(d.top)){this.position.top=d.top}if(a(d.height)){this.size.height=d.height}if(a(d.width)){this.size.width=d.width}},_updateRatio:function(g,f){var h=this.options,i=this.position,e=this.size,d=this.axis;if(g.height){g.width=(e.height*this.aspectRatio)}else{if(g.width){g.height=(e.width/this.aspectRatio)}}if(d=="sw"){g.left=i.left+(e.width-g.width);g.top=null}if(d=="nw"){g.top=i.top+(e.height-g.height);g.left=i.left+(e.width-g.width)}return g},_respectSize:function(k,f){var i=this.helper,h=this.options,q=this._aspectRatio||f.shiftKey,p=this.axis,s=a(k.width)&&h.maxWidth&&(h.maxWidth<k.width),l=a(k.height)&&h.maxHeight&&(h.maxHeight<k.height),g=a(k.width)&&h.minWidth&&(h.minWidth>k.width),r=a(k.height)&&h.minHeight&&(h.minHeight>k.height);if(g){k.width=h.minWidth}if(r){k.height=h.minHeight}if(s){k.width=h.maxWidth}if(l){k.height=h.maxHeight}var e=this.originalPosition.left+this.originalSize.width,n=this.position.top+this.size.height;var j=/sw|nw|w/.test(p),d=/nw|n
[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/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...]
H A Dconfig.sub256 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
342 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
/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/chromium_org/sdch/open-vcdiff/
H A Dconfig.sub253 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
337 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
/external/chromium_org/third_party/libevent/
H A Dconfig.sub249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
329 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
/external/chromium_org/third_party/libxslt/
H A Dconfig.sub249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
329 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \

Completed in 676 milliseconds

1234