Home
last modified time | relevance | path

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

123

/external/cpuinfo/deps/clog/
DCMakeLists.txt6 PROJECT(clog C CXX) project
16 OPTION(CLOG_BUILD_TESTS "Build clog tests" ON)
53 # ---[ clog library
54 ADD_LIBRARY(clog STATIC src/clog.c) target
55 SET_TARGET_PROPERTIES(clog PROPERTIES
58 CLOG_TARGET_RUNTIME_LIBRARY(clog)
59 SET_TARGET_PROPERTIES(clog PROPERTIES PUBLIC_HEADER include/clog.h)
60 TARGET_INCLUDE_DIRECTORIES(clog PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INS…
62 TARGET_COMPILE_DEFINITIONS(clog PRIVATE CLOG_LOG_TO_STDIO=1)
64 TARGET_COMPILE_DEFINITIONS(clog PRIVATE CLOG_LOG_TO_STDIO=0)
[all …]
DBUILD.bazel1 …from TensorFlow's `https://github.com/tensorflow/tensorflow/blob/master/third_party/clog/clog.BUILD
14 name = "clog",
16 "src/clog.c",
19 "include/clog.h",
DREADME.md1 # clog: C-style (a-la printf) logging library
3 …implified%22%20License-blue.svg)](https://github.com/pytorch/cpuinfo/blob/master/deps/clog/LICENSE)
19 #include <clog.h>
/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/XNNPACK/third_party/
Dclog.BUILD11 name = "clog",
13 "deps/clog/src/clog.c",
16 "deps/clog/include/clog.h",
27 strip_include_prefix = "deps/clog/include",
/external/elfutils/debuginfod/
Ddebuginfod.cxx945 obatched(clog) << nickname << " prep " << sql << endl; in sqlite_ps()
961 obatched(clog) << nickname << " bind " << parameter << "=" << str << endl; in bind()
971 obatched(clog) << nickname << " bind " << parameter << "=" << value << endl; in bind()
981 obatched(clog) << nickname << " bind " << parameter << "=" << "NULL" << endl; in bind()
993 obatched(clog) << nickname << " step-ok-done(" << sqlite3_errstr(rc) << ") " << sql << endl; in step_ok_done()
1004 obatched(clog) << nickname << " step(" << sqlite3_errstr(rc) << ") " << sql << endl; in step()
1119 obatched(clog) << "Error: couldn't add '" << h << "' header" << endl; in add_mhd_response_header()
1347 obatched(clog) << "fdcache interned a=" << a << " b=" << b in intern()
1357 obatched(clog) << "fdcache emergency flush for filling tmpdir" << endl; in intern()
1400 obatched(clog) << "fdcache emergency flush for filling tmpdir" << endl; in lookup()
[all …]
/external/XNNPACK/cmake/
DDownloadCLog.cmake11 PROJECT(clog-download NONE)
14 ExternalProject_Add(clog
17 SOURCE_DIR "${CMAKE_BINARY_DIR}/clog-source"
18 BINARY_DIR "${CMAKE_BINARY_DIR}/clog"
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.objects/
Dinit.pass.cpp40 , clog_mem_dump(new char[sizeof(std::clog)]) in Checker()
45 std::memcpy(clog_mem_dump, (char*)&std::clog, sizeof(std::clog)); in Checker()
91 assert(std::memcmp(check.clog_mem_dump, (char const*)&std::clog, sizeof(std::clog)) == 0); in main()
/external/cpuinfo/
Dconfigure.py25 …ith build.options(source_dir="src", macros=macros, extra_include_dirs="src", deps=build.deps.clog):
73 with build.options(source_dir="tools", deps=[build, build.deps.clog]):
82 with build.options(source_dir="test", deps=[build, build.deps.clog, build.deps.googletest]):
94 … with build.options(source_dir="bench", deps=[build, build.deps.clog, build.deps.googlebenchmark]):
/external/catch2/projects/SelfTest/UsageTests/
DMessage.tests.cpp96 std::clog << "Write to std::clog" << std::endl;
100 std::clog << "leaved";
102 std::clog << "writes";
104 std::clog << " streams" << std::endl;
/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/ruy/third_party/
Dcpuinfo.BUILD97 name = "clog",
99 "deps/clog/src/clog.c",
102 "deps/clog/include/clog.h",
122 strip_include_prefix = "deps/clog/include",
184 ":clog",
/external/catch2/examples/
D231-Cfg-OutputStreams.cpp44 std::ostream& clog() { in clog() function
49 return clog(); in cerr()
/external/libcxx/src/
Diostream.cpp69 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]
93 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init()
118 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~Init()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Diostream.cpp74 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]
123 ::new(clog) ostream(cerr_ptr->rdbuf()); in DoIOSInit()
144 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~DoIOSInit()
/external/XNNPACK/
DWORKSPACE63 # clog library, used for logging
65 name = "clog",
71 build_file = "@//third_party:clog.BUILD",
/external/libcxx/include/
Diostream27 extern ostream clog;
59 extern _LIBCPP_FUNC_VIS ostream clog;
/external/cronet/buildtools/third_party/libc++/trunk/include/
Diostream26 extern ostream clog;
57 extern _LIBCPP_FUNC_VIS ostream clog;
/external/catch2/include/internal/
Dcatch_output_redirect.cpp48 m_clog( Catch::clog(), m_rss.get() ) in RedirectedStdErr()
127 Catch::clog() << std::flush; in ~OutputRedirect()
Dcatch_stream.cpp185 std::ostream& clog() { return std::clog; } in clog() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.objects/narrow.stream.objects/
Dclog.sh.cpp21 std::clog << "1234"; in main()
/external/musl/src/complex/
Dcpow.c7 return cexp(c * clog(z)); in cpow()
Dclog.c7 double complex clog(double complex z) in clog() function
/external/rust/crates/combine/
D.clog.toml1 [clog]
Drelease.sh9 clog --$VERSION && \

123