| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | pbl_crc32.c | 10 static uint32_t crc_table[256]; variable 36 crc_table[i] = mask; in make_crc_table() 53 crc_table[(crc32_val >> 24) ^ (*buf++ & 0xff)]; in pbl_crc32()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | crc32.c | 32 local uint32_t crc_table[256]; variable 77 crc_table[n] = tole(c); in make_crc_table() 86 local const uint32_t crc_table[256] = { variable 163 return (const uint32_t *)crc_table; 181 const uint32_t *tab = crc_table; in crc32_no_comp()
|
| /OK3568_Linux_fs/buildroot/package/bcache-tools/ |
| H A D | 0001-Don-t-inline-crc64-for-gcc-5-compatability.patch | 5 bcache.c:125:9: warning: 'crc_table' is static but used in inline 27 @@ -115,7 +115,7 @@ static const uint64_t crc_table[256] = {
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | crc32_rk.c | 22 static const uint32_t crc_table[256] = { variable 94 tab = crc_table; in crc32_rk()
|
| /OK3568_Linux_fs/buildroot/package/mkpimage/ |
| H A D | mkpimage.c | 104 static const uint32_t crc_table[256] = { variable 155 crc = crc << 8 ^ crc_table[(crc >> 24 ^ *(buf++)) & 0xff]; in crc32()
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | ivm_core.c | 2042 unsigned int crc_table[16] = { in ispVMCalculateCRC32() local 2060 usCRCTableEntry = (unsigned short)(crc_table[g_usCalculatedCRC & 0xF]); in ispVMCalculateCRC32() 2063 usCRCTableEntry ^ crc_table[ucFlipData & 0xF]); in ispVMCalculateCRC32() 2064 usCRCTableEntry = (unsigned short)(crc_table[g_usCalculatedCRC & 0xF]); in ispVMCalculateCRC32() 2067 usCRCTableEntry ^ crc_table[(ucFlipData >> 4) & 0xF]); in ispVMCalculateCRC32()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcsp.c | 82 static const u16 crc_table[] = { variable 102 reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; in bcsp_crc_update() 103 reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; in bcsp_crc_update()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootrkp.c | 27 static const uint32_t crc_table[256] = { variable 100 tab = crc_table; in crc32_rk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_rtk_h5.c | 102 static const u16 crc_table[] = { variable 123 reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; in h5_crc_update() 124 reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; in h5_crc_update()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 162 static const uint16_t crc_table[] = { variable 250 reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; in h5_crc_update() 251 reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; in h5_crc_update()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 699 static const RT_U16 crc_table[] = { variable 810 reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; in h5_crc_update() 811 reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; in h5_crc_update()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 975 static unsigned int crc_table[256] = in stbiw__crc32() 1014 crc = (crc >> 8) ^ crc_table[buffer[i] ^ (crc & 0xff)]; in stbiw__crc32()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 975 static unsigned int crc_table[256] = in stbiw__crc32() 1014 crc = (crc >> 8) ^ crc_table[buffer[i] ^ (crc & 0xff)]; in stbiw__crc32()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_core.c | 633 static const u16 crc_table[16] = { variable 654 remainder = crc_table[table_index] ^ (remainder << 4); in _cyttsp5_compute_crc() 657 remainder = crc_table[table_index] ^ (remainder << 4); in _cyttsp5_compute_crc()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |