Searched refs:crc32_big (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | crc32.c | 60 local unsigned long crc32_big OF((unsigned long, 239 return crc32_big(crc, buf, len); 302 local unsigned long crc32_big(crc, buf, len) in crc32_big() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | crc32.c | 42 local unsigned long crc32_big OF((unsigned long, 224 return crc32_big(crc, buf, len); 287 local unsigned long crc32_big(crc, buf, len) in crc32_big() function
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | crc32.c | 40 local unsigned long crc32_big OF((unsigned long, 222 return crc32_big(crc, buf, len); 306 local unsigned long crc32_big(crc, buf, len) in crc32_big() function
|