File size: 1,627 Bytes
e996a55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
  {
    "function_name": "byte_swap",
    "function_signature": "local z_word_t byte_swap(z_word_t word)",
    "test_filename": "tests_crc32_byte_swap.c"
  },
  {
    "function_name": "multmodp",
    "function_signature": "local z_crc_t multmodp(z_crc_t a, z_crc_t b)",
    "test_filename": "tests_crc32_multmodp.c"
  },
  {
    "function_name": "x2nmodp",
    "function_signature": "local z_crc_t x2nmodp(z_off64_t n, unsigned k)",
    "test_filename": "tests_crc32_x2nmodp.c"
  },
  {
    "function_name": "once",
    "function_signature": "local void once(once_t *state, void (*init)(void))",
    "test_filename": "tests_crc32_once.c"
  },
  {
    "function_name": "once",
    "function_signature": "local void once(once_t *state, void (*init)(void))",
    "test_filename": "tests_crc32_once.c"
  },
  {
    "function_name": "make_crc_table",
    "function_signature": "local void make_crc_table(void)",
    "test_filename": "tests_crc32_make_crc_table.c"
  },
  {
    "function_name": "braid",
    "function_signature": "local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w)",
    "test_filename": "tests_crc32_braid.c"
  },
  {
    "function_name": "crc32_z",
    "function_signature": "unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf,\n                              z_size_t len)",
    "test_filename": "tests_crc32_crc32_z.c"
  },
  {
    "function_name": "crc32_z",
    "function_signature": "unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf,\n                              z_size_t len)",
    "test_filename": "tests_crc32_crc32_z.c"
  }
]