Home
last modified time | relevance | path

Searched refs:crc_table (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dpbl_crc32.c10 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 Dcrc32.c32 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 D0001-Don-t-inline-crc64-for-gcc-5-compatability.patch5 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 Dcrc32_rk.c22 static const uint32_t crc_table[256] = { variable
94 tab = crc_table; in crc32_rk()
/OK3568_Linux_fs/buildroot/package/mkpimage/
H A Dmkpimage.c104 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 Divm_core.c2042 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 Dhci_bcsp.c82 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 Dbootrkp.c27 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 Dhci_rtk_h5.c102 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 Dhciattach_rtk.c162 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 Dhciattach_rtk.c699 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 Dstb_image_write.h975 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 Dstb_image_write.h975 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 Dcyttsp5_core.c633 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 Du-boot-spl.sym
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map