HomeSort by relevance Sort by last modified time
    Searched refs:giga (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/std/utilities/ratio/
typedefs.pass.cpp 28 static_assert(std::giga::num == 1000000000ULL && std::giga::den == 1, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/
typedefs.pass.cpp 28 static_assert(std::giga::num == 1000000000ULL && std::giga::den == 1, "");
  /external/libcxx/src/
condition_variable.cpp 72 ts.tv_nsec = giga::num - 1;
thread.cpp 125 ts.tv_nsec = giga::num - 1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
condition_variable.cpp 70 ts.tv_nsec = giga::num - 1;
thread.cpp 124 ts.tv_nsec = giga::num - 1;
  /external/iproute2/misc/
ifstat.c 294 static const unsigned long long giga = 1000000000ull; variable
303 if (vals[i] > giga)
323 if (vals[i] > giga)
330 if (vals[k] > giga) {

Completed in 1171 milliseconds