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

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dchecksum.c34 int odd, count; local
39 odd = 1 & (unsigned long) buff;
40 if (odd) {
98 if (odd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dtypes.h46 unsigned long odd; member in struct:__anon10152::__anon10153
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcsum-partial_64.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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dchecksum.c48 int odd, count; local
53 odd = 1 & (unsigned long) buff;
54 if (odd) {
89 if (odd)
114 * for the last fragment, which may be odd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Ddp_tint.c65 int odd; local
80 odd = (xm & 0x1) != 0x0;
83 if (round && (sticky || odd))
H A Ddp_tlong.c67 int odd; local
84 odd = (xm & 0x1) != 0x0;
87 if (round && (sticky || odd))
H A Dsp_tint.c68 int odd; local
85 odd = (xm & 0x1) != 0x0;
88 if (round && (sticky || odd))
H A Dsp_tlong.c67 int odd; local
80 odd = (xm & 0x1) != 0x0;
83 if (round && (sticky || odd))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dchecksum.c43 int odd, count; local
48 odd = 1 & (unsigned long) buff;
49 if (odd) {
93 if (odd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dchecksum.c52 int odd, count; local
57 odd = 1 & (unsigned long) buff;
58 if (odd) {
101 if (odd)
126 * for the last fragment, which may be odd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dchecksum.c83 int odd, count; local
88 odd = 1 & (unsigned long) buff;
89 if (odd) {
137 if (odd)
160 * for the last fragment, which may be odd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8180_max2820.c79 bool odd; local
81 odd = !!(agc & 1);
84 if (odd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Daio_abi.h70 #error edit for your odd byteorder.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_hybla.c92 u32 increment, odd, rho_fractions; local
143 odd = increment % 128;
145 ca->snd_cwnd_cents += odd;
154 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dcrc32.c363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
369 /* put operator for one zero bit in odd */
370 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
373 odd[n] = row;
378 gf2_matrix_square(even, odd);
380 /* put operator for four zero bits in odd */
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
396 /* another iteration of the loop with odd an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dcrc32.c363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
369 /* put operator for one zero bit in odd */
370 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
373 odd[n] = row;
378 gf2_matrix_square(even, odd);
380 /* put operator for four zero bits in odd */
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
396 /* another iteration of the loop with odd an
[all...]

Completed in 211 milliseconds

12345