decompiler
1.0.0
|
Table and function for computing a CRC32. More...
#include "types.h"
Functions | |
uint4 | ghidra::crc_update (uint4 reg, uint4 val) |
Feed 8 bits into a CRC register. More... | |
Table and function for computing a CRC32.
|
inline |
Feed 8 bits into a CRC register.
reg | is the current state of the CRC register |
val | holds 8 bits (least significant) to feed in |
References ghidra::crc_update().
Referenced by ghidra::crc_update(), ghidra::ToOpEdge::hash(), ghidra::Scope::hashScopeName(), and ghidra::DynamicHash::pieceTogetherHash().