Home
last modified time | relevance | path

Searched refs:crc32_for_byte (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/android/
A DSDL_sysjoystick.c76 static Uint32 crc32_for_byte(Uint32 r) in crc32_for_byte() function
90 crc = crc32_for_byte((Uint8)crc ^ ((const Uint8*)data)[i]) ^ crc >> 8; in crc32()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_ps4.c112 static Uint32 crc32_for_byte(Uint32 r) in crc32_for_byte() function
125 crc = crc32_for_byte((Uint8)crc ^ ((const Uint8*)data)[i]) ^ crc >> 8; in crc32()

Completed in 5 milliseconds