Searched refs:GetBitFieldNameForBit (Results 1 – 4 of 4) sorted by relevance
528 string GetBitFieldNameForBit(int bit_index) { in GetBitFieldNameForBit() function533 string var_name = GetBitFieldNameForBit(bit_index); in GenerateGetBit()542 string var_name = GetBitFieldNameForBit(bit_index); in GenerateSetBit()551 string var_name = GetBitFieldNameForBit(bit_index); in GenerateClearBit()560 string var_name = GetBitFieldNameForBit(bit_index); in GenerateDifferentBit()
157 string GetBitFieldNameForBit(int bit_index);
562 string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function569 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()578 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()597 string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
261 string GetBitFieldNameForBit(int bitIndex);