Searched defs:BILLION (Results 1 – 7 of 7) sorted by relevance
3 #define BILLION UINT64_C(1000000000) macro
74 #define BILLION 1000000000L macro
8 #define BILLION UINT64_C(1000000000) macro
6 private static int BILLION = 1000000000; field in NumberOutput
143 #define BILLION 1000000000 /* 10**9 */ macro