HomeSort by: relevance | last modified time | path
    Searched defs:crc32_tab (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mkubootimage/
crc32.c 43 static uint32_t crc32_tab[] = { variable in typeref:typename:uint32_t[]
103 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
  /src/sbin/gpt/
gpt.c 63 static uint32_t crc32_tab[] = { variable in typeref:typename:uint32_t[]
119 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
  /src/sbin/cgdconfig/
cgdconfig.c 1095 static uint32_t crc32_tab[] = { variable in typeref:typename:uint32_t[]
1151 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);

Completed in 13 milliseconds