Searched refs:shift (Results 1 - 25 of 524) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js52 a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
62 k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
63 C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
67 if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");if(e!=null){d=e[a.type];}if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
83 e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
84 t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutf8.c40 * the Unicode scalar value for a particular bit shift amount
42 #define GETUCVAL(utf8_trailbyte,shift) ((unsigned int) (( utf8_trailbyte & 0x3F) << shift))
44 /* Given a unicode scalar, get a trail UTF-8 byte for a particular bit shift amount */
45 #define GETUTF8TRAILBYTE(uc,shift) ((char)( 0x80 | ((uc >> shift) & 0x3F) ) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex3158 shift
3169 add) shift ;;
3179 deleting=1; shift ;;
3199 shift
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/tc_act/
H A Dtc_pedit.h24 __u32 shift; member in struct:tc_pedit_key
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/tc_ematch/
H A Dtc_em_meta.h19 __u8 shift; member in struct:tcf_meta_val
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c34 " META_ID := id [ shift SHIFT ] [ mask MASK ]\n" \
37 " meta(indev shift 1 eq \"ppp\"\n" \
313 if (!bstrcmp(a, "shift")) {
314 unsigned long shift; local
322 shift = bstrtoul(a);
323 if (shift == LONG_MAX) {
324 PARSE_ERR(a, "meta: invalid shift, must " \
329 obj->shift = (__u8) shift;
482 if (obj->shift)
[all...]
H A Df_tcindex.c21 " [ shift SHIFT ]\n");
71 else if (!strcmp(*argv,"shift")) {
72 int shift; local
75 shift = strtoul(*argv,&end,0);
80 addattr_l(n,4096,TCA_TCINDEX_SHIFT,&shift,
81 sizeof(shift));
153 int shift; local
155 if (RTA_PAYLOAD(tb[TCA_TCINDEX_SHIFT]) < sizeof(shift))
157 shift = *(int *) RTA_DATA(tb[TCA_TCINDEX_SHIFT]);
158 fprintf(f,"shift
[all...]
H A Df_u32.c723 } else if (matches(*argv, "shift") == 0) {
724 int shift; local
726 if (get_integer(&shift, *argv, 0))
728 sel->offshift = shift;
H A Dm_pedit.c43 "ATC:= at <atval> offmask <maskval> shift <shiftval>\n "
46 "NOTE: shiftval is a is a shift value\n "
134 sel->keys[hwm].shift = tkey->shift;
377 /* [at <someval> offmask <maskval> shift <shiftval>] */
380 __u32 atv=0,offmask=0x0,shift=0; local
395 if (get_u32(&shift, *argv, 0))
397 tkey->shift = shift;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbn.h275 int shift; member in struct:bn_recp_ctx_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DdirCache.c27 static __inline__ unsigned int rol(unsigned int arg, int shift) argument
30 return (arg << shift) | (arg >> (32 - shift));
44 hash = rol(hash,5); /* a shift of 5 makes sure we spread quickly
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dbitmap.h77 * @shift: bits to roll
79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) argument
81 return (word << shift) | (word >> (32 - shift));
88 * @shift: bits to roll
90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) argument
92 return (word >> shift) | (word << (32 - shift));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dbitmap.c92 register u8 old_bit, shift; local
96 shift = bit & 7;
97 old_bit = (bitmap[bit >> 3] >> shift) & 1;
99 bitmap[bit >> 3] ^= 1 << shift;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntpclient/
H A Dphaselock.c105 /* Pseudo-class for finding consistent frequency shift */
143 double shift = slope - offset/600.0; local
145 if (shift2 < shift) shift = shift2;
146 if (debug) printf("find_shift %f %f -> %f\n", slope, offset, shift);
147 if (shift < 0) return 0.0;
148 return shift;
266 * doesn't matter for the frequency shift determination, but
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2W.s784 MTSARCM %r31 ; i to shift
787 MTSAR %r19 ; (64 -i) to shift
789 MTSARCM %r31 ; i to shift
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn.h275 int shift; member in struct:bn_recp_ctx_st
H A Dbn_gcd.c253 int shift; local
267 shift = 0;
268 while (!BN_is_bit_set(B, shift)) /* note that 0 < B */
270 shift++;
279 if (shift > 0)
281 if (!BN_rshift(B, B, shift)) goto err;
286 shift = 0;
287 while (!BN_is_bit_set(A, shift)) /* note that 0 < A */
289 shift++;
298 if (shift >
[all...]
H A Dbn_recp.c99 recp->shift=0;
168 if (i != recp->shift)
169 recp->shift=BN_reciprocal(&(recp->Nr),&(recp->N),
171 if (recp->shift == -1) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/clocksource/
H A Dacpi_pm.c75 .shift = 22,
190 clocksource_acpi_pm.shift);
H A Dcyclone.c33 .shift = 0,
111 /* sort out mult/shift values: */
112 clocksource_cyclone.shift = 22;
114 clocksource_cyclone.shift);
H A Dscx200_hrt.c61 /* mult, shift are set based on mhz27 flag */
83 cs_hrt.shift = HRT_SHIFT_27;
85 cs_hrt.shift);
87 cs_hrt.shift = HRT_SHIFT_1;
89 cs_hrt.shift);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c41 int port_type, shift, seq; local
46 shift = 6;
51 port_type = (q >> shift) & 0x03;
62 shift -= 2;
63 if (shift == 0) {
67 shift = 16;
89 int index, shift; local
92 shift = 16 - ((port_index + 5) & 7) * 2;
93 return (sid[index] >> shift) & 0x03;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1026.c921 int val,orig_div,new_div,shift; local
933 shift = 2 * nr;
935 ((DIV_TO_REG(orig_div) & (~(0x03 << shift))) |
936 (new_div << shift)));
938 shift = 2 * (nr - 4);
940 ((DIV_TO_REG(orig_div) & (~(0x03 << (2 * shift)))) |
941 (new_div << shift)));
H A Dadm9240.c321 u8 reg, old, shift = (nr + 2) * 2; local
324 old = (reg >> shift) & 3;
325 reg &= ~(3 << shift);
326 reg |= (fan_div << shift);
H A Dgl518sm.c188 #define set_bits(type, suffix, value, reg, mask, shift) \
200 regvalue = (regvalue & ~mask) | (data->value << shift); \

Completed in 190 milliseconds

1234567891011>>