Searched refs:clog (Results 1 – 13 of 13) sorted by relevance
/external/iproute2/tc/ |
D | tc_red.c | 80 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/ |
D | clog.pass.cpp | 19 std::clog << "Hello World!\n"; in main() 21 (void)std::clog; in main()
|
/external/libcxx/src/ |
D | iostream.cpp | 65 _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/ |
D | iostream | 27 extern ostream clog; 59 extern _LIBCPP_FUNC_VIS ostream clog;
|
/external/libcxx/utils/google-benchmark/src/ |
D | log.h | 55 static LogType log(&std::clog); in GetErrorLogInstance()
|
/external/google-benchmark/src/ |
D | log.h | 55 static LogType log(&std::clog); in GetErrorLogInstance()
|
/external/google-breakpad/src/processor/ |
D | logging.h | 167 #define BPLOG_INFO_STREAM std::clog
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 220 double _Complex clog(double _Complex); 306 F(clog), F(clogf), F(clogl), F(cproj), F(cprojf),
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 285 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/ |
D | tgmath.h | 460 __tg_log(double _Complex __x) {return clog(__x);} in __tg_log()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1173 LIBBUILTIN(clog, "XdXd", "fnc", "complex.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1489 fun:clog=uninstrumented
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|