Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ Pred1Init
Function
Pred1Init
freebsd/netgraph/ng_pred1.c:570–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
568
*/
569
570
static void
571
Pred1Init(node_p node)
572
{
573
const priv_p priv = NG_NODE_PRIVATE(node);
574
575
priv->Hash = 0;
576
memset(priv->GuessTable, 0, PRED1_TABLE_SIZE);
577
}
578
579
/*
580
* Pred1Compress()
Callers
2
ng_pred1_rcvmsg
Function · 0.85
ng_pred1_disconnect
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected