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

  /src/external/bsd/wpa/dist/src/utils/
crc32.c 19 static const u32 crc32_table[256] = { variable
82 crc = crc32_table[(crc ^ frame[i]) & 0xff] ^ (crc >> 8);
  /src/external/gpl3/binutils/dist/libiberty/
crc32.c 54 printf ("static const unsigned int crc32_table[] =\n{\n");
70 static const unsigned int crc32_table[] = variable
175 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/gpl3/binutils.old/dist/libiberty/
crc32.c 54 printf ("static const unsigned int crc32_table[] =\n{\n");
70 static const unsigned int crc32_table[] = variable
175 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/gpl3/gcc/dist/libiberty/
crc32.c 54 printf ("static const unsigned int crc32_table[] =\n{\n");
70 static const unsigned int crc32_table[] = variable
175 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/gpl3/gcc.old/dist/libiberty/
crc32.c 54 printf ("static const unsigned int crc32_table[] =\n{\n");
70 static const unsigned int crc32_table[] = variable
175 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/gpl3/gdb.old/dist/libiberty/
crc32.c 54 printf ("static const unsigned int crc32_table[] =\n{\n");
70 static const unsigned int crc32_table[] = variable
175 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/gpl3/gdb/dist/libiberty/
crc32.c 54 printf ("static const unsigned int crc32_table[] =\n{\n");
70 static const unsigned int crc32_table[] = variable
175 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/public-domain/xz/dist/src/liblzma/check/
crc32_tablegen.c 20 static uint32_t crc32_table[8][256]; variable
30 uint32_t r = s == 0 ? b : crc32_table[s - 1][b];
39 crc32_table[s][b] = r;
46 crc32_table[s][b] = byteswap32(crc32_table[s][b]);
67 printf("0x%08" PRIX32, crc32_table[s][b]);
96 printf("0x%08" PRIX32, crc32_table[0][b]);
  /src/sys/net80211/
ieee80211_crypto_wep.c 247 static const uint32_t crc32_table[256] = { variable
348 crc = crc32_table[(crc ^ *pos) & 0xff] ^ (crc >> 8);
434 crc = crc32_table[(crc ^ *pos) & 0xff] ^ (crc >> 8);
ieee80211_crypto_tkip.c 373 static const __u32 crc32_table[256] = { variable
608 crc = crc32_table[(crc ^ *pos) & 0xff] ^ (crc >> 8);
669 crc = crc32_table[(crc ^ *pos) & 0xff] ^ (crc >> 8);
  /src/external/gpl3/binutils/dist/gas/config/
obj-evax.c 348 static unsigned int crc32_table[256] = {0, 0}; variable
359 if (! crc32_table[1])
369 crc32_table[i] = c;
378 crc = (crc << 8) ^ crc32_table[(crc >> 24) ^ *buf];
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-evax.c 348 static unsigned int crc32_table[256] = {0, 0}; variable
359 if (! crc32_table[1])
369 crc32_table[i] = c;
378 crc = (crc << 8) ^ crc32_table[(crc >> 24) ^ *buf];
  /src/external/gpl3/binutils/dist/bfd/
opncls.c 1086 static const uint32_t crc32_table[256] =
1145 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
1085 static const uint32_t crc32_table[256] = local
  /src/external/gpl3/binutils.old/dist/bfd/
opncls.c 1091 static const uint32_t crc32_table[256] =
1150 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
1090 static const uint32_t crc32_table[256] = local
  /src/external/gpl3/gdb/dist/gdb/stubs/
m32r-stub.c 546 static unsigned long crc32_table[256] = { 0, 0 }; variable
551 if (!crc32_table[1])
561 crc32_table[i] = c;
567 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/gpl3/gdb.old/dist/bfd/
opncls.c 1130 static const uint32_t crc32_table[256] =
1189 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
1129 static const uint32_t crc32_table[256] = local
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
m32r-stub.c 546 static unsigned long crc32_table[256] = { 0, 0 }; variable
551 if (!crc32_table[1])
561 crc32_table[i] = c;
567 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
  /src/external/gpl3/gdb/dist/bfd/
opncls.c 1091 static const uint32_t crc32_table[256] =
1150 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
1090 static const uint32_t crc32_table[256] = local
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 467 static const uint32_t crc32_table[256] = local
526 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 460 static const uint32_t crc32_table[256] = local
519 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 467 static const uint32_t crc32_table[256] = local
526 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 467 static const uint32_t crc32_table[256] = local
526 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 11893 static const unsigned long crc32_table[256] = local
11952 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 11803 static const unsigned long crc32_table[256] = local
11862 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);

Completed in 68 milliseconds