Searched defs:BILLION (Results 1 – 10 of 10) sorted by relevance
3 #define BILLION UINT64_C(1000000000) macro
8 #define BILLION UINT64_C(1000000000) macro
76 #define BILLION 1000000000L macro
6 private static int BILLION = 1000000000; field in NumberOutput
1875 const BILLION: i64 = 1_000_000_000; in nano_roundrip() constant
143 #define BILLION 1000000000 /* 10**9 */ macro
726 long BILLION = 1000000000; in get_time() local