Searched refs:BILLION (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetdate.c245 enum { BILLION = 1000000000, LOG10_BILLION = 9 }; enumerator in enum:__anon8915
2812 ns = BILLION - ns;
3222 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION;
3230 long int d4 = (sum_ns - normalized_ns) / BILLION;
H A Dgetdate.y130 enum { BILLION = 1000000000, LOG10_BILLION = 9 };
1041 ns = BILLION - ns;
1451 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION;
1459 long int d4 = (sum_ns - normalized_ns) / BILLION;
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dmisc.c265 ns = BILLION - ns;
H A Dincremen.c711 if (!errno && BILLION <= u)
766 if (!errno && BILLION <= u)
956 if (c || read_num (fp, BILLION - 1, &u))
H A Dcommon.h579 enum { BILLION = 1000000000, LOG10_BILLION = 9 };
574 enum { BILLION = 1000000000, LOG10_BILLION = 9 }; enumerator in enum:__anon8957
H A Dextract.c229 diff.tv_nsec += BILLION;
H A Dxheader.c924 ns = BILLION - ns;
/macosx-10.9.5/libresolv-54/
H A Dres_send.c320 #define BILLION 1000000000 macro
328 if (x.tv_nsec >= BILLION)
331 x.tv_nsec -= BILLION;
349 x.tv_nsec = BILLION - subtrahend.tv_nsec + minuend.tv_nsec;
H A Dres_query.c116 #define BILLION 1000000000 macro
496 timeout.tv_nsec = BILLION - now.tv_nsec + finish.tv_nsec;
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dsyslogd.c64 #define BILLION 1000000000 macro
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumberLocal.h140 #define BILLION 1000000000 /* 10**9 */ macro
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c178 #define BILLION 1000000000 macro

Completed in 374 milliseconds