Home
last modified time | relevance | path

Searched refs:clog (Results 1 – 13 of 13) sorted by relevance

/external/iproute2/tc/
Dtc_red.c80 int clog; in tc_red_eval_idle_damping() local
83 for (clog=0; clog<32; clog++) { in tc_red_eval_idle_damping()
84 if (maxtime/(1<<clog) < 512) in tc_red_eval_idle_damping()
87 if (clog >= 32) in tc_red_eval_idle_damping()
92 sbuf[i] = (i<<clog)*lW; in tc_red_eval_idle_damping()
97 return clog; in tc_red_eval_idle_damping()
/external/libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/
Dclog.pass.cpp19 std::clog << "Hello World!\n"; in main()
21 (void)std::clog; in main()
/external/libcxx/src/
Diostream.cpp65 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]
89 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init()
114 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~Init()
/external/libcxx/include/
Diostream27 extern ostream clog;
59 extern _LIBCPP_FUNC_VIS ostream clog;
/external/libcxx/utils/google-benchmark/src/
Dlog.h55 static LogType log(&std::clog); in GetErrorLogInstance()
/external/google-benchmark/src/
Dlog.h55 static LogType log(&std::clog); in GetErrorLogInstance()
/external/google-breakpad/src/processor/
Dlogging.h167 #define BPLOG_INFO_STREAM std::clog
/external/clang/test/CodeGen/
Dlibcall-declarations.c220 double _Complex clog(double _Complex);
306 F(clog), F(clogf), F(clogl), F(cproj), F(cprojf),
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc285 AddErrorOrWarning(filename, line, column, message, "warning", std::clog); in AddWarning()
294 AddErrorOrWarning("input", line, column, message, "warning", std::clog); in AddWarning()
/external/clang/lib/Headers/
Dtgmath.h460 __tg_log(double _Complex __x) {return clog(__x);} in __tg_log()
/external/clang/include/clang/Basic/
DBuiltins.def1173 LIBBUILTIN(clog, "XdXd", "fnc", "complex.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1489 fun:clog=uninstrumented
/external/jline/src/src/test/resources/jline/example/
Denglish.gz