| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| ia32intrin.h | 307 __crc32w(unsigned int __C, unsigned short __D) function
|
| arm_acle.h | 604 __crc32w(uint32_t __a, uint32_t __b) { function
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| ia32intrin.h | 70 __crc32w (unsigned int __C, unsigned short __V) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| arm_acle.h | 211 __crc32w (uint32_t __a, uint32_t __b) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| ia32intrin.h | 70 __crc32w (unsigned int __C, unsigned short __V) function
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| arm_acle.h | 241 __crc32w (uint32_t __a, uint32_t __b) function
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm_acle.h | 784 __crc32w (uint32_t __a, uint32_t __b) function 795 __d = __crc32w (__crc32w (__a, __b & 0xffffffffULL), __b >> 32);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm_acle.h | 720 __crc32w (uint32_t __a, uint32_t __b) function 731 __d = __crc32w (__crc32w (__a, __b & 0xffffffffULL), __b >> 32);
|