Searched refs:GetBitFieldNameForBit (Results 1 – 4 of 4) sorted by relevance
514 string GetBitFieldNameForBit(int bit_index) { in GetBitFieldNameForBit() function519 string var_name = GetBitFieldNameForBit(bit_index); in GenerateGetBit()528 string var_name = GetBitFieldNameForBit(bit_index); in GenerateSetBit()537 string var_name = GetBitFieldNameForBit(bit_index); in GenerateClearBit()546 string var_name = GetBitFieldNameForBit(bit_index); in GenerateDifferentBit()
155 string GetBitFieldNameForBit(int bit_index);
523 string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function530 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()539 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()558 string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
234 string GetBitFieldNameForBit(int bitIndex);