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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dmem_op.h35 size_t odd = (n & 3); local
36 n -= odd;
41 while (odd--)
49 size_t odd = (n & 3); local
50 n -= odd;
56 while (odd--) {
68 size_t odd = (n & 1); local
71 if (odd)
79 size_t odd = (n & 1); local
82 if (odd)
90 size_t odd = (n & 1); local
103 size_t odd = (n & 1); local
[all...]
/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/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/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/m68knommu/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-inv.c101 if( mpi_test_bit(u, 0) ) { /* u is odd */
114 if( mpi_test_bit(t1, 0) || mpi_test_bit(t2, 0) ) { /* one is odd */
166 int odd ; local
175 odd = mpi_test_bit(v,0);
178 if( !odd )
182 if( !odd ) {
187 if( mpi_test_bit(u, 0) ) { /* u is odd */
189 if( !odd ) {
197 if( !odd )
203 if( !odd ) {
[all...]
/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/parisc/lib/
H A Dchecksum.c45 int odd, count; local
50 odd = 1 & (unsigned long) buff;
51 if (odd) {
95 if (odd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtypes.h86 unsigned long odd; member in struct:__anon9406::__anon9407
H A Dcputime.h28 return rp.subreg.odd;
118 value->tv_sec = rp.subreg.odd;
145 value->tv_sec = rp.subreg.odd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dchecksum.c82 int odd, count; local
87 odd = 1 & (unsigned long) buff;
88 if (odd) {
136 if (odd)
159 * for the last fragment, which may be odd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dcrc32.c378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
384 /* put operator for one zero bit in odd */
385 odd[0] = 0xedb88320L; /* CRC-32 polynomial */
388 odd[n] = row;
393 gf2_matrix_square(even, odd);
395 /* put operator for four zero bits in odd */
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
411 /* another iteration of the loop with odd an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dcrc32.c378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
384 /* put operator for one zero bit in odd */
385 odd[0] = 0xedb88320L; /* CRC-32 polynomial */
388 odd[n] = row;
393 gf2_matrix_square(even, odd);
395 /* put operator for four zero bits in odd */
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
411 /* another iteration of the loop with odd an
[all...]
/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/include/linux/
H A Daio_abi.h69 #error edit for your odd byteorder.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhttpd_indexcgi.c221 int odd; local
286 odd = 0;
303 *dst++ = (odd ? 'o' : 'e');
325 odd = 1 - odd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_hybla.c93 u32 increment, odd, rho_fractions; local
142 odd = increment % 128;
144 ca->snd_cwnd_cents += odd;

Completed in 143 milliseconds

1234