Home
last modified time | relevance | path

Searched defs:BILLION (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/test/unit/
Dnstime.c3 #define BILLION UINT64_C(1000000000) macro
/external/jemalloc_new/src/
Dnstime.c8 #define BILLION UINT64_C(1000000000) macro
/external/lz4/examples/
Dbench_functions.c76 #define BILLION 1000000000L macro
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DNumberOutput.java6 private static int BILLION = 1000000000; field in NumberOutput
/external/rust/android-crates-io/crates/chrono/src/datetime/
Dtests.rs1875 const BILLION: i64 = 1_000_000_000; in nano_roundrip() constant
/external/icu/icu4c/source/i18n/
DdecNumberLocal.h143 #define BILLION 1000000000 /* 10**9 */ macro
/external/cronet/stable/third_party/icu/source/i18n/
DdecNumberLocal.h143 #define BILLION 1000000000 /* 10**9 */ macro
/external/cronet/tot/third_party/icu/source/i18n/
DdecNumberLocal.h143 #define BILLION 1000000000 /* 10**9 */ macro
/external/icu/libicu/cts_headers/
DdecNumberLocal.h143 #define BILLION 1000000000 /* 10**9 */ macro
/external/mesa3d/src/vulkan/screenshot-layer/
Dscreenshot.cpp726 long BILLION = 1000000000; in get_time() local