OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:giga
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/
typedefs.pass.cpp
28
static_assert(std::
giga
::num == 1000000000ULL && std::
giga
::den == 1, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
condition_variable.cpp
68
ts.tv_nsec =
giga
::num - 1;
thread.cpp
118
ts.tv_nsec =
giga
::num - 1;
/external/linux-tools-perf/util/
string.c
49
goto
giga
;
53
giga
:
/external/qemu/android/utils/
ini.c
524
const int64_t
giga
= 1024*mega;
local
527
if (size >=
giga
&& !(size %
giga
)) {
528
divisor =
giga
;
/external/iproute2/misc/
ifstat.c
243
static const unsigned long long
giga
= 1000000000ull;
variable
250
if (vals[i] >
giga
)
270
if (vals[i] >
giga
)
277
if (vals[k] >
giga
) {
Completed in 88 milliseconds