Lines Matching defs:val
162 UInt32 val = res & (((UInt32)1 << numBits) - 1);
164 return val;
2326 #define YY1 sum += val; sum ^= val;
2334 static UInt32 CountCpuFreq(UInt32 sum, UInt32 num, UInt32 val)
2755 static void PrintPercents(IBenchPrintCallback &f, UInt64 val, UInt64 divider, unsigned size)
2759 v = (val * 100 + divider / 2) / divider;
2904 unsigned val = 0;
2908 val += (bit << k);
2910 PrintHex(s, val);