Searched refs:div (Results 1 - 25 of 149) sorted by last modified time

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Djquery.flexbox.min.js11 $.flexbox = function(div, o) {
42 // TEST: IE7: when two non-paging ffbs right after each other, with only a clear-both div between them, the bottom ffb jumps down when selecting a value, then jumps back up on mouseover
57 $div = $(div).css('position', 'relative').css('z-index', 0);
59 // The hiddenField MUST be appended to the div before the input, or IE7 does not shift the dropdown below the input field (it overlaps)
61 .attr('id', $div.attr('id') + '_hidden')
62 .attr('name', $div.attr('id'))
64 .appendTo($div);
66 .attr('id', $div.attr('id') + '_input')
70 .appendTo($div)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js45 true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
47 parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
48 false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
49 s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
101 h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
102 q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
103 if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
104 (function(){var g=s.createElement("div");g.innerHTML="<div clas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Djquery.flexbox.min.js11 $.flexbox = function(div, o) {
42 // TEST: IE7: when two non-paging ffbs right after each other, with only a clear-both div between them, the bottom ffb jumps down when selecting a value, then jumps back up on mouseover
57 $div = $(div).css('position', 'relative').css('z-index', 0);
59 // The hiddenField MUST be appended to the div before the input, or IE7 does not shift the dropdown below the input field (it overlaps)
61 .attr('id', $div.attr('id') + '_hidden')
62 .attr('name', $div.attr('id'))
64 .appendTo($div);
66 .attr('id', $div.attr('id') + '_input')
70 .appendTo($div)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8196 \gdef^^f7{$\div$}
8316 \gdef^^f7{$\div$}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A DMakefile150 div:
152 gcc -I.. -g div.c ../../libcrypto.a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dbn-586.pl238 &div("ebx");
H A Dpa-risc2W.s802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/x86/
H A Ddiv.pl12 &div("ebx");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1026.c204 #define FAN_TO_REG(val,div) ((val)<=0 ? 0xff : SENSORS_LIMIT(1350000/((val)*\
205 (div)),1,254))
206 #define FAN_FROM_REG(val,div) ((val)==0?-1:(val)==0xff ? 0 : 1350000/((val)*\
207 (div)))
H A Dadm1031.c135 #define FAN_FROM_REG(reg, div) ((reg) ? (11250 * 60) / ((reg) * (div)) : 0)
137 static int FAN_TO_REG(int reg, int div) argument
140 tmp = FAN_FROM_REG(SENSORS_LIMIT(reg, 0, 65535), div);
H A Dadm9240.c83 static inline int SCALE(long val, int mul, int div) argument
86 return (val * mul - div / 2) / div;
88 return (val * mul + div / 2) / div;
111 static inline unsigned int FAN_FROM_REG(u8 reg, u8 div) argument
119 return SCALE(1350000, 1, reg * div);
317 /* write new fan div, callers must hold data->update_lock */
H A Dasb100.c125 static u8 FAN_TO_REG(long rpm, int div) argument
132 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
135 static int FAN_FROM_REG(u8 val, int div) argument
137 return val==0 ? -1 : val==255 ? 0 : 1350000/(val*div);
H A Dgl518sm.c61 static inline u8 FAN_TO_REG(long rpm, int div) argument
66 rpmdiv = SENSORS_LIMIT(rpm, 1, 1920000) * div;
69 #define FAN_FROM_REG(val,div) ((val)==0 ? 0 : (960000/((val)*(div))))
H A Dgl520sm.c324 #define FAN_FROM_REG(val,div) ((val)==0 ? 0 : (480000/((val) << (div))))
325 #define FAN_TO_REG(val,div) ((val)<=0?0:SENSORS_LIMIT((480000 + ((val) << ((div)-1))) / ((val) << (div)), 1, 255));
H A Dit87.c169 static inline u8 FAN_TO_REG(long rpm, int div) argument
174 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1,
185 #define FAN_FROM_REG(val,div) ((val)==0?-1:(val)==255?0:1350000/((val)*(div)))
H A Dlm78.c92 static inline u8 FAN_TO_REG(long rpm, int div) argument
96 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
99 static inline int FAN_FROM_REG(u8 val, int div) argument
101 return val==0 ? -1 : val==255 ? 0 : 1350000/(val*div);
H A Dlm80.c74 static inline unsigned char FAN_TO_REG(unsigned rpm, unsigned div) argument
79 return SENSORS_LIMIT((1350000 + rpm*div / 2) / (rpm*div), 1, 254);
82 #define FAN_FROM_REG(val,div) ((val)==0?-1:\
83 (val)==255?0:1350000/((div)*(val)))
216 #define show_fan(suffix, value, div) \
221 DIV_FROM_REG(data->div))); \
237 #define set_fan(suffix, value, reg, div) \
246 data->value = FAN_TO_REG(val, DIV_FROM_REG(data->div)); \
H A Dlm87.c131 #define FAN_FROM_REG(reg,div) ((reg) == 255 || (reg) == 0 ? 0 : \
132 1350000 + (reg)*(div) / 2) / ((reg)*(div))
133 #define FAN_TO_REG(val,div) ((val)*(div) * 255 <= 1350000 ? 255 : \
134 (1350000 + (val)*(div) / 2) / ((val)*(div)))
H A Dmax6650.c381 int div = simple_strtoul(buf, NULL, 10); local
384 switch (div) {
399 "illegal value for fan divider (%d)\n", div);
H A Dpc87360.c120 #define FAN_FROM_REG(val,div) ((val) == 0 ? 0: \
121 480000 / ((val)*(div)))
122 #define FAN_TO_REG(val,div) ((val) <= 100 ? 0 : \
123 480000 / ((val)*(div)))
H A Dsis5595.c133 static inline u8 FAN_TO_REG(long rpm, int div) argument
137 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
140 static inline int FAN_FROM_REG(u8 val, int div) argument
142 return val==0 ? -1 : val==255 ? 0 : 1350000/(val*div);
H A Dsmsc47m1.c106 #define MIN_FROM_REG(reg,div) ((reg)>=192 ? 0 : \
107 983040/((192-(reg))*(div)))
108 #define FAN_FROM_REG(reg,div,preload) ((reg)<=(preload) || (reg)==255 ? 0 : \
109 983040/(((reg)-(preload))*(div)))
H A Dsmsc47m192.c62 static inline int SCALE(long val, int mul, int div) argument
65 return (val * mul - div / 2) / div;
67 return (val * mul + div / 2) / div;
H A Dvia686a.c161 static inline u8 FAN_TO_REG(long rpm, int div) argument
166 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 255);
169 #define FAN_FROM_REG(val,div) ((val)==0?0:(val)==255?0:1350000/((val)*(div)))
H A Dvt1211.c172 #define RPM_FROM_REG(reg, div) (((reg) == 0) || ((reg) == 255) ? 0 : \
173 1310720 / (reg) / DIV_FROM_REG(div))
174 #define RPM_TO_REG(val, div) ((val) == 0 ? 255 : \
176 DIV_FROM_REG(div)), 1, 254))
538 dev_warn(dev, "fan div value %ld not "

Completed in 309 milliseconds

123456