OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clog
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/tc/
tc_red.c
80
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
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
28
_ALIGNAS_TYPE (ostream) char
clog
[sizeof(ostream)];
variable
41
::new(
clog
) ostream(cerr_ptr->rdbuf());
58
ostream* clog_ptr = reinterpret_cast<ostream*>(
clog
);
/external/stlport/src/
iostream.cpp
40
# define
clog
_STLP_clog
macro
73
_STLP_DECLSPEC ostream
clog
(0);
103
_STLP_DECLSPEC _Stl_aligned_buffer<ostream>
clog
;
108
_Stl_aligned_buffer<ostream>
clog
;
113
# pragma alias("?
clog
@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?
clog
@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
227
/*ostream* ptr_clog = */ new(&
clog
) ostream(clog_buf.get()); clog_buf.release();
253
ostream* ptr_clog = &
clog
;
343
delete (&
clog
)->rdbuf(clog_buf.release());
/ndk/sources/cxx-stl/stlport/src/
iostream.cpp
40
# define
clog
_STLP_clog
macro
73
_STLP_DECLSPEC ostream
clog
(0);
103
_STLP_DECLSPEC _Stl_aligned_buffer<ostream>
clog
;
108
_Stl_aligned_buffer<ostream>
clog
;
113
# pragma alias("?
clog
@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?
clog
@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
227
/*ostream* ptr_clog = */ new(&
clog
) ostream(clog_buf.get()); clog_buf.release();
253
ostream* ptr_clog = &
clog
;
343
delete (&
clog
)->rdbuf(clog_buf.release());
Completed in 331 milliseconds