Searched defs:crc32 (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Darch-5.s5 crc32 %ecx,%ebx label
H A Darch-6.s5 crc32 %ecx,%ebx label
H A Dinval-crc32.s8 crc32 (%esi), %al label
9 crc32 (%esi), %ax label
10 crc32 (%esi), %eax label
11 crc32 %al, %al label
13 crc32 %ax, %ax label
17 crc32 al,byte ptr [esi] label
18 crc32 ax, word ptr [esi] label
19 crc32 al, [esi] label
20 crc32 a label
21 crc32 eax, [esi] label
22 crc32 al,al label
23 crc32 ax, ax label
[all...]
H A Dcrc32.s9 crc32 %al, %eax label
11 crc32 %ax, %eax label
13 crc32 %eax, %eax label
17 crc32 eax,byte ptr [esi] label
18 crc32 eax, word ptr [esi] label
19 crc32 eax,dword ptr [esi] label
20 crc32 eax,al label
21 crc32 eax, ax label
22 crc32 ea label
[all...]
H A Darch-2.s9 crc32 %ecx,%ebx label
H A Darch-3.s9 crc32 %ecx,%ebx label
H A Dx86-64-crc32.s11 crc32 %al, %eax label
13 crc32 %al, %rax label
15 crc32 %ax, %eax label
17 crc32 %eax, %eax label
19 crc32 %rax, %rax label
23 crc32 rax,byte ptr [rsi] label
24 crc32 eax,byte ptr [rsi] label
25 crc32 eax, word ptr [rsi] label
26 crc32 ea label
27 crc32 rax,qword ptr [rsi] label
28 crc32 eax,al label
29 crc32 rax,al label
30 crc32 eax, ax label
31 crc32 eax,eax label
32 crc32 rax,rax label
[all...]
H A Dx86-64-inval-crc32.s8 crc32 (%rsi), %al label
9 crc32 (%rsi), %ax label
10 crc32 (%rsi), %eax label
11 crc32 (%rsi), %rax label
12 crc32 %al, %al label
14 crc32 %ax, %ax label
16 crc32 %rax, %eax label
17 crc32 %eax, %rax label
24 crc32 a label
25 crc32 ax, word ptr [rsi] label
26 crc32 rax,word ptr [rsi] label
27 crc32 rax,dword ptr [rsi] label
28 crc32 al,[rsi] label
29 crc32 ax,[rsi] label
30 crc32 eax,[rsi] label
31 crc32 rax,[rsi] label
32 crc32 al,al label
33 crc32 ax, ax label
34 crc32 rax,eax label
[all...]
H A Darch-10.s22 crc32 %ecx,%ebx label
H A Dx86-64-arch-2.s22 crc32 %ecx,%ebx label
/netbsd-6-1-5-RELEASE/external/bsd/liblzf/dist/
H A Dcrc32.h62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) macro
/netbsd-6-1-5-RELEASE/usr.bin/mkubootimage/
H A Dcrc32.c90 crc32(const void *buf, size_t size) function
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_crc32.h41 crc32(unsigned long crc, const void *_p, size_t len) function
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/check/
H A Dcheck.h47 uint32_t crc32; member in union:__anon2893::__anon2895
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dcrc32.c42 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function
83 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
/netbsd-6-1-5-RELEASE/external/bsd/liblzf/dist/cs/
H A DCLZF.cs106 public UInt32 crc32(UInt32 OldCRC,byte NewData) method in class:LZF.NET.CLZF
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; function
161 function crc32; external; function
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dcrc32.c231 unsigned long ZEXPORT crc32(cr function
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dcrc32.c224 unsigned long ZEXPORT crc32(crc, buf, len) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dzlibpas.pas126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; function
161 function crc32; external; function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dcrc32.c219 unsigned long ZEXPORT crc32(cr function
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dindex_decoder.c52 uint32_t crc32; member in struct:lzma_coder_s
H A Dindex_encoder.c39 uint32_t crc32; member in struct:lzma_coder_s

Completed in 207 milliseconds

123