Searched refs:checksum (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/lib/
H A DMakefile5 obj-y := checksum.o string.o div64.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_partial_copy.c103 long len, unsigned long checksum,
112 checksum += carry;
114 checksum += word;
116 carry = checksum < word;
121 checksum += carry;
127 checksum += word;
129 carry = checksum < word;
131 checksum += carry;
134 return checksum;
145 long len, unsigned long checksum,
102 csum_partial_cfu_aligned(const unsigned long __user *src, unsigned long *dst, long len, unsigned long checksum, int *errp) argument
142 csum_partial_cfu_dest_aligned(const unsigned long __user *src, unsigned long *dst, unsigned long soff, long len, unsigned long checksum, int *errp) argument
196 csum_partial_cfu_src_aligned(const unsigned long __user *src, unsigned long *dst, unsigned long doff, long len, unsigned long checksum, unsigned long partial_dest, int *errp) argument
254 csum_partial_cfu_unaligned(const unsigned long __user * src, unsigned long * dst, unsigned long soff, unsigned long doff, long len, unsigned long checksum, unsigned long partial_dest, int *errp) argument
336 unsigned long checksum = (__force u32) sum; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/lib/
H A DMakefile6 checksum.o memcpy.o memset.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A DMakefile8 lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o
H A Dchecksum.S1 /* $Id: checksum.S,v 1.1.1.1 2007-08-03 18:51:41 $
2 * A fast checksum routine using movem
13 ;; r12 - checksum
16 ;; we also do _NOT_ want to compute a checksum over more than the
31 ;; do a movem checksum
59 ;; fold the carry into the checksum, to avoid having to loop the carry
81 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below.
88 lsrq 16,$r13 ; r13 = checksum >> 16
89 and.d $r9,$r12 ; checksum
[all...]
H A Dchecksumcopy.S2 * A fast checksum+copy routine using movem
17 ;; r13 - checksum
20 ;; we also do _NOT_ want to compute a checksum over more than the
35 ;; do a movem copy and checksum
65 ;; fold the carry into the checksum, to avoid having to loop the carry
87 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
91 lsrq 16,$r9 ; r0 = checksum >> 16
92 and.d 0xffff,$r13 ; checksum = checksum
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A DMakefile5 lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o spinlock.o
H A Dchecksum.S2 * A fast checksum routine using movem
13 ;; r12 - checksum
16 ;; we also do _NOT_ want to compute a checksum over more than the
32 ;; do a movem checksum
49 ;; fold the carry into the checksum, to avoid having to loop the carry
69 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below.
76 lsrq 16,$r13 ; r13 = checksum >> 16
77 and.d $r9,$r12 ; checksum = checksum
[all...]
H A Dchecksumcopy.S2 * A fast checksum+copy routine using movem
17 ;; r13 - checksum
20 ;; we also do _NOT_ want to compute a checksum over more than the
36 ;; do a movem copy and checksum
55 ;; fold the carry into the checksum, to avoid having to loop the carry
75 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
79 lsrq 16,$r9 ; r0 = checksum >> 16
80 and.d 0xffff,$r13 ; checksum = checksum
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/lib/
H A DMakefile5 lib-y := checksum.o ashxdi3.o memset.o memcpy.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/lib/
H A DMakefile8 checksum.o string.o semaphore.o uaccess.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/lib/
H A DMakefile5 lib-y := lusercopy.o bitops.o checksum.o io.o memset.o fixup.o memcpy.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A DMakefile5 lib-y += memcopy.o memset.o checksum.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Daxisflashmap.h19 __u32 checksum; /* simple longword sum */ member in struct:partitiontable_head
26 __u32 checksum; /* simple longword sum */ member in struct:partitiontable_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A DMakefile6 checksum.o strlen.o div64.o div64-generic.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A DMakefile17 lib-y := udelay.o c-checksum.o dbg.o io.o panic.o memcpy.o copy_user_memcpy.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/lib/
H A DMakefile8 lib-y = ashrdi3.o checksum.o memcpy.o memset.o abs.o romfs.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A DMakefile6 lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A DMakefile7 checksum.o semaphore.o memcpy.o memset.o delay.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Datari.h31 u16 checksum; /* checksum for bootable disks */ member in struct:rootsector
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwapi_utils.h40 unsigned short checksum; member in struct:__anon11525
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dromfs_fs.h25 __be32 checksum; member in struct:romfs_super_block
35 __be32 checksum; member in struct:romfs_inode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A DMakefile7 checksum.o memcpy.o memset.o atomic-ops.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dadler32.c2 * Compute the Adler-32 checksum of a data stream.
57 volatile int checksum; variable
66 checksum= av_adler32_update(1, data, LEN); local
69 av_log(NULL, AV_LOG_DEBUG, "%X == 50E6E508\n", checksum);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-ppc/
H A DMakefile6 OBJS = ptrace.o sigcontext.o semaphore.o checksum.o miscthings.o misc.o \
27 checksum.S:
57 checksum.o: checksum.S
69 clean-files := $(OBJS) ppc_defs.h checksum.S semaphore.c mk_defs.c

Completed in 137 milliseconds

1234567891011>>