OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crc_16
(Results
1 - 5
of
5
) sorted by null
/external/nos/test/system-test-harness/
WORKSPACE
86
"src/lib/
crc_16
.c",
90
"src/lib/inc/
crc_16
.h",
/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
...]
/external/nos/test/system-test-harness/src/
util.cc
19
#include "src/lib/inc/
crc_16
.h"
/system/extras/simpleperf/testdata/
perf_with_kernel_symbol.data
[
all
...]
perf_with_kmem_slab_callgraph.data
[
all
...]
Completed in 194 milliseconds