Searched refs:odd (Results 1 - 25 of 51) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/pcmcia/
H A Dmem_op.h49 size_t odd = (n & 3); local
50 n -= odd;
55 while (odd--)
63 size_t odd = (n & 3); local
64 n -= odd;
70 while (odd--) {
80 size_t odd = (n & 1); local
81 n -= odd;
86 if (odd)
92 size_t odd local
104 size_t odd = (n & 1); local
118 size_t odd = (n & 1); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/pcmcia/
H A Dmem_op.h49 size_t odd = (n & 3); local
50 n -= odd;
55 while (odd--)
63 size_t odd = (n & 3); local
64 n -= odd;
70 while (odd--) {
80 size_t odd = (n & 1); local
81 n -= odd;
86 if (odd)
92 size_t odd local
104 size_t odd = (n & 1); local
118 size_t odd = (n & 1); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dcsum-partial.c34 int odd, count; local
39 odd = 1 & (unsigned long) buff;
40 if (unlikely(odd)) {
87 if (unlikely(odd))
101 * for the last fragment, which may be odd
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/lib/
H A Dchecksum.c36 int odd, count; local
41 odd = 1 & (unsigned long) buff;
42 if (odd) {
77 if (odd)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/lib/
H A Dchecksum.c32 rp.subreg.odd = (unsigned long) len;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dtypes.h62 unsigned long odd; member in struct:__anon10712::__anon10713
H A Dchecksum.h26 * for the last fragment, which may be odd
42 rp.subreg.odd = (unsigned long) len;
115 rp.subreg.odd = (unsigned long) ihl*4;
H A Dpage.h28 rp.subreg.odd = (unsigned long) 4096;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dtypes.h62 unsigned long odd; member in struct:__anon6296::__anon6297
H A Dchecksum.h26 * for the last fragment, which may be odd
42 rp.subreg.odd = (unsigned long) len;
115 rp.subreg.odd = (unsigned long) ihl*4;
H A Dpage.h28 rp.subreg.odd = (unsigned long) 4096;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/math-emu/
H A Ddp_tint.c65 int odd; local
81 odd = (xm & 0x1) != 0x0;
84 if (round && (sticky || odd))
H A Ddp_tlong.c67 int odd; local
85 odd = (xm & 0x1) != 0x0;
88 if (round && (sticky || odd))
H A Dsp_tint.c68 int odd; local
86 odd = (xm & 0x1) != 0x0;
89 if (round && (sticky || odd))
H A Dsp_tlong.c67 int odd; local
81 odd = (xm & 0x1) != 0x0;
84 if (round && (sticky || odd))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dchecksum.c84 int odd, count; local
89 odd = 1 & (unsigned long) buff;
90 if (odd) {
138 if (odd)
161 * for the last fragment, which may be odd
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dcsum_partial_copy.c32 int odd, count; local
37 odd = 1 & (unsigned long) buff;
38 if (odd) {
88 if (odd)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dtlbex-r4k.S81 * This places the even/odd pte pair in the page table at the pte
146 ld k1, 8(k1) # get odd pte
156 ld k1, 8(k1) # get odd pte
170 ld k1, 8(k1) # get odd pte
180 ld k1, 8(k1) # get odd pte
211 ld k1, 8(k1) # get odd pte
220 ld k1, 8(k1) # get odd pte
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Dcnv_float.h101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
106 odd = Dbit2p2(srcB)
108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
117 odd = dest << 31; \
137 if (guard && (sticky || odd)) { \
147 guard = odd; \
153 odd = dest << 31; \
162 odd = dest << 31; \
173 odd = dest << 31; \
186 odd
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Deata_pio.c130 unchar stat,odd; local
155 z=256; odd=FALSE;
156 while ((cmd->SCp.Status)&&((z>0)||(odd)))
158 if (odd)
162 odd=FALSE;
173 odd=TRUE;
183 odd=FALSE; z=256;
184 while ((cmd->SCp.Status)&&((z>0)||(odd)))
186 if (odd)
192 odd
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/net/
H A Dnet_ip.c115 int odd; local
119 odd = len & 1;
120 len -= odd;
126 if (odd) { /* buffer is odd length */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/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
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dplanb.h78 #define ODD_FIELD 0x4 /* odd field is detected if set */
217 volatile u32 odd; /* 0x44; odd field setting */ member in struct:planb_registers
291 struct dbdma_cmd_buf vid_cbo; /* odd video dbdma cmd buf */
294 struct dbdma_cmd_buf clip_cbo; /* odd clip dbdma cmd buf */
345 struct dbdma_cmd_buf vbi_cbo; /* odd VBI dbdma cmd buf */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_snmp_basic.c962 int odd)
970 if (odd) old = optr[0] * 256;
979 if (odd) new = nptr[0] * 256;
1013 unsigned char odd = !((addr - begin) % 2); local
1016 &map->from, &map->to, odd);
959 fast_csum(unsigned char *csum, const unsigned char *optr, const unsigned char *nptr, int odd) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_snmp_basic.c962 int odd)
970 if (odd) old = optr[0] * 256;
979 if (odd) new = nptr[0] * 256;
1013 unsigned char odd = !((addr - begin) % 2); local
1016 &map->from, &map->to, odd);
959 fast_csum(unsigned char *csum, const unsigned char *optr, const unsigned char *nptr, int odd) argument

Completed in 112 milliseconds

123