Searched refs:odd (Results 1 - 25 of 83) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js88 CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
92 CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
95 setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl251 numbering and even/odd paging, at least on some versions of man(7).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex193 % Margin to add to right of even pages, to left of odd pages.
916 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
3110 \newtoks\oddheadline % headline on odd pages
3112 \newtoks\oddfootline % footline on odd pages
3171 \def\oddheadingmarks{\headingmarks{odd}{heading}}
3173 \def\oddfootingmarks{\headingmarks{odd}{footing}}
3175 \headingmarks{odd}{heading}{#1} }
3177 \headingmarks{odd}{footing}{#1} }
3178 % #1 = even/odd, #2 = heading/footing, #3 = top/bottom.
5705 % start on an odd pag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c403 /* Even to store Cb first, odd for Cr. */
429 bttv_apply_geo(struct bttv *btv, struct bttv_geometry *geo, int odd) argument
431 int off = odd ? 0x80 : 0x00;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dc-checksum.c54 #define odd(x) ((x)&1) macro
59 int odd, count; local
74 odd = 1 & (unsigned long) buff;
75 if (odd) {
110 if (odd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Damiflop.c691 ulong *odd, *even; local
695 odd = raw;
696 even = odd + len;
702 *data++ = ((*odd++ & 0x55555555) << 1) | (*even++ & 0x55555555);
801 /* odd bits */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/lib/
H A Dchecksum.c40 int odd, count; local
45 odd = 1 & (unsigned long) buff;
46 if (odd) {
81 if (odd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/lib/
H A Dcsum-partial.c36 unsigned odd, count; local
41 odd = 1 & (unsigned long) buff;
42 if (unlikely(odd)) {
114 if (unlikely(odd)) {
129 * for the last fragment, which may be odd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dstrncpy_user.S77 .Lsrc1mod2: # src address is odd
H A Dstrnlen_user.S127 .L1mod2: # address is odd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dcsumpartial.S41 tst buf, #1 @ odd address?
65 .less8_byte: tst len, #1 @ odd number of bytes
76 .not_aligned: tst buf, #1 @ odd address
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Ddebugport.c325 IO_STATE(R_SERIAL0_REC_CTRL, rec_par, odd) |
328 IO_STATE(R_SERIAL0_TR_CTRL, tr_par, odd) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksum.S112 ;; see if we have one odd byte more
H A Dchecksumcopy.S118 ;; see if we have one odd byte more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dchecksum.S100 ;; see if we have one odd byte more
H A Dchecksumcopy.S106 ;; see if we have one odd byte more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A Dchecksum.c48 int odd, count; local
53 odd = 1 & (unsigned long) buff;
54 if (odd) {
89 if (odd)
103 * for the last fragment, which may be odd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/lib/
H A Dchecksum.c48 int odd, count; local
53 odd = 1 & (unsigned long) buff;
54 if (odd) {
89 if (odd)
112 * for the last fragment, which may be odd
H A Dmemcpy.S29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
H A Dmemset.S23 ;; odd address
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dchecksum.S67 # buf is odd
183 # buf is odd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcsum_partial_copy.c33 int odd, count; local
38 odd = 1 & (unsigned long) buff;
39 if (odd) {
89 if (odd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsatan.S37 | Step 6. Approximate arctan(X) by an odd polynomial in X. Exit.
39 | Step 7. Define X' = -1/X. Approximate arctan(X') by an odd polynomial in X'.
H A Dslogn.S27 | Step 1. If |X-1| < 1/16, approximate log(X) by an odd polynomial in
42 | Step 1: If |X| < 1/16, approximate log(1+X) by an odd polynomial in
H A Dsrem_mod.S51 | 5.3 This is the tricky case of R = Y/2. If Q is odd,
414 |..Q is odd, Q := Q + 1, signX := -signX

Completed in 205 milliseconds

1234