HomeSort by relevance Sort by last modified time
    Searched refs:compute_crc32 (Results 1 - 9 of 9) sorted by null

  /external/pixman/test/
prng-test.c 164 crc1 = compute_crc32 (0, bytebuf, SMALLBUFSIZE - 1);
167 crc2 = compute_crc32 (0, bytebuf + 1, SMALLBUFSIZE - 1);
matrix-test.c 135 crc32 = compute_crc32 (crc32, &result_i, sizeof(result_i));
region-contains-test.c 92 return compute_crc32 (crc32, &v, sizeof (int32_t));
utils.h 58 compute_crc32 (uint32_t in_crc32,
composite-traps-test.c 239 crc32 = compute_crc32 (0, dst_bits, dst_stride * dst_height);
affine-test.c 301 crc32 = compute_crc32 (0, dstbuf, dst_stride * dst_height);
scaling-test.c 369 crc32 = compute_crc32 (0, dstbuf, dst_stride * dst_height);
utils.c 76 compute_crc32 (uint32_t in_crc32, function
220 return compute_crc32 (crc32, data, stride * height);
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 313 compute_crc32(int fd) function in namespace:android
407 g.s.crc32 = compute_crc32(fd);
    [all...]

Completed in 685 milliseconds