| /xsrc/external/mit/MesaLib/dist/src/util/ |
| crc32.c | 118 uint32_t crc = 0xffffffff; local 131 crc = util_crc32_table[(crc ^ *p++) & 0xff] ^ (crc >> 8); 133 return crc;
|
| fossilize_db.h | 64 uint32_t crc; member in struct:foz_payload_header
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| crc32.c | 118 uint32_t crc = 0xffffffff; local 131 crc = util_crc32_table[(crc ^ *p++) & 0xff] ^ (crc >> 8); 133 return crc;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| jit_api.h | 59 uint32_t crc; member in struct:JIT_COMPILE_INPUT
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| jit_api.h | 59 uint32_t crc; member in struct:JIT_COMPILE_INPUT
|
| /xsrc/external/mit/pixman/dist/test/ |
| filter-reduction-test.c | 21 test_scale (const pixman_transform_t *xform, uint32_t crc) 48 crc = compute_crc32_for_image (crc, dest); 56 return crc; 72 uint32_t crc = 0; local 94 crc = test_scale (&xform, crc); 102 if (crc != CHECKSUM) 104 printf ("filter-reduction-test failed! (checksum=0x%08X, expected 0x%08X)\n", crc, CHECKSUM); 109 printf ("filter-reduction-test passed (checksum=0x%08X)\n", crc); [all...] |
| rotate-test.c | 94 uint32_t crc; local 106 crc = compute_crc32_for_image (0, dest); 111 return crc;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| cim_vop.c | 532 * This routine returns a CRC of the current VOP data 538 unsigned long crc; local 545 /* RESET CRC */ 560 crc = READ_VOP32(VOP_SIGNATURE); 562 return crc; 568 * This routine returns a CRC of the current VBI data 575 unsigned long crc; local 595 /* WAIT FOR THE CRC TO BE COMPLETED */ 599 /* READ THE COMPLETED CRC */ 601 crc = READ_REG32(DC3_PAL_DATA) [all...] |
| cim_df.c | 1619 * This routine reads the CRC of the combination of graphics/video data. This 1620 * CRC checks data immediately before the CRT DACs. 1627 unsigned long crc; local 1641 /* RESET THE CRC */ 1652 /* to kick off a CRC. */ 1662 /* field and vice versa. This is because the CRC will not begin */ 1678 /* ENABLE THE CRC */ 1682 /* WAIT FOR THE CRC TO BE COMPLETED */ 1686 crc = READ_VID32(DF_VID_CRC32); 1688 return crc; 1706 unsigned long crc = 0; local [all...] |
| cim_vg.c | 2875 * This routine reads the Cyclic Redundancy Check (CRC) value for the graphics 2883 unsigned long crc, vbi_even; local 2924 /* field and vice versa. This is because the CRC will not begin */ 2945 /* WAIT FOR THE CRC TO BE COMPLETED */ 2949 /* READ THE COMPLETED CRC */ 2951 crc = READ_REG32(DC3_PAL_DATA); 2959 return crc; 2965 * This routine reads the Cyclic Redundancy Check (CRC) value for a sub- 2974 unsigned long crc = 0; local 3000 /* we will insert a special state machine to CRC just the first * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| pan_resource.h | 73 bool crc; member in struct:panfrost_resource::__anon1445
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_texture.h | 77 } crc; member in struct:pan_image_slice_layout 101 /* crc_size != 0 only if crc_mode == OOB otherwise CRC words are 113 struct pan_image_mem crc; member in struct:pan_image
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| vid_1400.c | 886 * This routine returns the hardware CRC value, which is used for automated 899 unsigned long crc = 0xFFFFFFFF; local 906 // RESET CRC DURING ACTIVE DISPLAY 917 crc = READ_VID32(SC1400_VID_CRC) >> 8; 919 return (crc);
|
| vid_5530.c | 1408 * This routine returns the hardware CRC value, which is used for automated 1421 unsigned long crc = 0xFFFFFFFF; local 1428 /* RESET CRC DURING ACTIVE DISPLAY */ 1439 crc = READ_VID32(CS5530_CRCSIG_TFT_TV) >> 8; 1441 return (crc);
|
| gfx_vid.c | 1966 unsigned long crc = 0; local 1970 crc = cs5530_read_crc(); 1974 crc = sc1200_read_crc(); 1978 crc = redcloud_read_crc(); 1980 return (crc); 1990 unsigned long crc = 0; local 1994 crc = redcloud_read_crc32(); 1996 return (crc); 2007 unsigned long crc = 0; local 2011 crc = redcloud_read_window_crc(source, x, y, width, height, crc32) [all...] |
| vid_1200.c | 2727 * This routine returns the hardware CRC value, which is used for automated 2740 unsigned long crc = 0xFFFFFFFF; local 2747 /* RESET CRC DURING ACTIVE DISPLAY */ 2758 crc = READ_VID32(SC1200_VID_CRC) >> 8; 2760 return (crc);
|
| vid_rdcl.c | 2322 * This routine returns the hardware CRC value, which is used for automated 2336 unsigned long crc = 0xFFFFFFFF; local 2350 /* RESET CRC DURING ACTIVE DISPLAY */ 2362 crc = READ_VID32(RCDF_VID_CRC) >> 8; 2364 return (crc); 2370 * This routine returns the 32-bit hardware CRC value, which is used for automated 2384 unsigned long crc = 0xFFFFFFFF; local 2398 /* RESET CRC DURING ACTIVE DISPLAY */ 2410 crc = READ_VID32(RCDF_VID_CRC32); 2412 return (crc); 2434 unsigned long xpos, ypos, crc = 0; local [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| vid_5530.c | 1317 * This routine returns the hardware CRC value, which is used for automated 1330 unsigned long crc = 0xFFFFFFFF; local 1337 /* RESET CRC DURING ACTIVE DISPLAY */ 1348 crc = READ_VID32(CS5530_CRCSIG_TFT_TV) >> 8; 1350 return (crc);
|
| gfx_vid.c | 1943 unsigned long crc = 0; local 1947 crc = cs5530_read_crc(); 1951 crc = sc1200_read_crc(); 1955 crc = redcloud_read_crc(); 1957 return (crc); 1967 unsigned long crc = 0; local 1971 crc = redcloud_read_crc32(); 1973 return (crc); 1984 unsigned long crc = 0; local 1988 crc = redcloud_read_window_crc(source, x, y, width, height, crc32) [all...] |
| vid_1200.c | 2661 * This routine returns the hardware CRC value, which is used for automated 2674 unsigned long crc = 0xFFFFFFFF; local 2681 /* RESET CRC DURING ACTIVE DISPLAY */ 2692 crc = READ_VID32(SC1200_VID_CRC) >> 8; 2694 return (crc);
|
| vid_rdcl.c | 2306 * This routine returns the hardware CRC value, which is used for automated 2320 unsigned long crc = 0xFFFFFFFF; local 2335 /* RESET CRC DURING ACTIVE DISPLAY */ 2347 crc = READ_VID32(RCDF_VID_CRC) >> 8; 2349 return (crc); 2355 * This routine returns the 32-bit hardware CRC value, which is used for 2369 unsigned long crc = 0xFFFFFFFF; local 2384 /* RESET CRC DURING ACTIVE DISPLAY */ 2396 crc = READ_VID32(RCDF_VID_CRC32); 2398 return (crc); 2419 unsigned long xpos, ypos, crc = 0; local [all...] |
| /xsrc/external/mit/pixman/dist/test/utils/ |
| utils.c | 42 * CRC-32 version 2.0.0 by Craig Bruce, 2006-04-29. 44 * This program generates the CRC-32 values for the files named in the 45 * command-line arguments. These are the same CRC-32 values used by GZIP, 51 * Based on the byte-oriented implementation "File Verification Using CRC" 57 * v1.0.3: replaced CRC constant table by generator function. 64 * Crc32_ComputeBuf () - computes the CRC-32 value of a memory buffer 66 * Computes or accumulates the CRC-32 value for a memory buffer. 67 * The 'inCrc32' gives a previously accumulated CRC-32 value to allow 68 * a CRC to be generated for multiple sequential buffer-fuls of data. 71 * inCrc32 - accumulated CRC-32 value, must be 0 on first cal 895 uint32_t crc = call_test_function (test_function, i, 0); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui.cpp | 1468 ImU32 crc = ~seed; 1472 crc = (crc >> 8) ^ crc32_lut[(crc & 0xFF) ^ *data++]; 1473 return ~crc; 1485 ImU32 crc = seed; local 1494 crc = seed; 1495 crc = (crc >> 8) ^ crc32_lut[(crc & 0xFF) ^ c] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui.cpp | 1468 ImU32 crc = ~seed; 1472 crc = (crc >> 8) ^ crc32_lut[(crc & 0xFF) ^ *data++]; 1473 return ~crc; 1485 ImU32 crc = seed; local 1494 crc = seed; 1495 crc = (crc >> 8) ^ crc32_lut[(crc & 0xFF) ^ c] [all...] |