Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ clear_leftmost_set
Function
clear_leftmost_set
src/program/Signature.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
static inline uint32_t clear_leftmost_set(uint32_t value)
85
{
86
return value & (value - 1);
87
}
88
89
static int memcmp_mask(const uint8_t *buffer1, const uint8_t *buffer2, const uint8_t *mask2, size_t count)
90
{
Callers
1
FindAVX2
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected