Searched defs:clog (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Dtc_red.c80 int clog; local
83 for (clog=0; clog<32; clog++) {
84 if (maxtime/(1<<clog) < 512)
87 if (clog >= 32)
92 sbuf[i] = (i<<clog)*lW;
97 return clog;
/external/libcxx/src/
H A Diostream.cpp41 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]; variable
57 ::new(clog) ostream(cerr_ptr->rdbuf());
82 ostream* clog_ptr = reinterpret_cast<ostream*>(clog);

Completed in 5895 milliseconds