Home
last modified time | relevance | path

Searched defs:bitIndex (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp74 for( int bitIndex = 0 ; bitIndex < BIT_PER_BYTE ; bitIndex++, mask<<=1 ) in Alloc() local
97 const unsigned long bitIndex = ( totalIndex % BIT_PER_BYTE ); in Free() local
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h493 u32 bitIndex = index % 32; in GetBit() local