Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BinomialLLC/basis_universal
/ isBitSet
Method
isBitSet
encoder/3rdparty/android_astc_decomp.cpp:499–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
}
498
499
bool isBitSet (int ndx) const
500
{
501
DE_ASSERT(basisu_astc::inBounds(ndx, 0, 128));
502
return getBit(ndx) != 0;
503
}
504
505
private:
506
Word m_words[NUM_WORDS];
Callers
3
decodeVoidExtentBlock
Function · 0.80
decodeColorEndpointModes
Function · 0.80
isHDR
Function · 0.80
Calls
2
inBounds
Function · 0.85
getBit
Function · 0.85
Tested by
no test coverage detected