Home
last modified time | relevance | path

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/
Dcrc32.c60 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/
Dcrc32.c42 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/
Dcrc32.c40 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