OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crc_16
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
211
uint16
crc_16
= ~seed;
local
222
crc_16
= crc_16_l_table[ (
crc_16
^ *byte_ptr) & 0x00ff ] ^ (
crc_16
>> 8);
231
crc_16
= crc_16_l_table[ (
crc_16
^ *byte_ptr) & 0x00ff ] ^ (
crc_16
>> 8);
236
return( ~
crc_16
);
[
all
...]
Completed in 56 milliseconds