Home
last modified time | relevance | path

Searched defs:lvl (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/selinux/libsepol/cil/src/
Dcil_log.c40 void cil_default_log_handler(__attribute__((unused)) int lvl, const char *msg) in cil_default_log_handler()
47 void cil_set_log_handler(void (*handler)(int lvl, const char *msg)) in cil_set_log_handler()
52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_l… in cil_vlog()
61 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...) in cil_log()
69 void cil_set_log_level(enum cil_log_level lvl) in cil_set_log_level()
/third_party/libjpeg-turbo/
Djerror.h277 #define TRACEMS(cinfo, lvl, code) \ argument
280 #define TRACEMS1(cinfo, lvl, code, p1) \ argument
284 #define TRACEMS2(cinfo, lvl, code, p1, p2) \ argument
289 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument
294 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument
299 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument
305 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
311 #define TRACEMSS(cinfo, lvl, code, str) \ argument
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djerror.h277 #define TRACEMS(cinfo, lvl, code) \ argument
280 #define TRACEMS1(cinfo, lvl, code, p1) \ argument
284 #define TRACEMS2(cinfo, lvl, code, p1, p2) \ argument
289 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument
294 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument
299 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument
305 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
311 #define TRACEMSS(cinfo, lvl, code, str) \ argument
/third_party/skia/third_party/externals/libjpeg-turbo/
Djerror.h290 #define TRACEMS(cinfo, lvl, code) \ argument
293 #define TRACEMS1(cinfo, lvl, code, p1) \ argument
297 #define TRACEMS2(cinfo, lvl, code, p1, p2) \ argument
302 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument
307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument
312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument
318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
324 #define TRACEMSS(cinfo, lvl, code, str) \ argument
/third_party/boost/boost/log/
Dtrivial.hpp57 inline const char* to_string(severity_level lvl) in to_string()
69 std::basic_ostream< CharT, TraitsT >& strm, severity_level lvl) in operator <<()
124 #define BOOST_LOG_TRIVIAL(lvl)\ argument
/third_party/boost/boost/log/sources/
Dseverity_channel_logger.hpp297 #define BOOST_LOG_STREAM_CHANNEL_SEV(logger, chan, lvl)\ argument
303 #define BOOST_LOG_CHANNEL_SEV(logger, chan, lvl) BOOST_LOG_STREAM_CHANNEL_SEV(logger, chan, lvl) argument
Dseverity_feature.hpp300 #define BOOST_LOG_STREAM_SEV(logger, lvl)\ argument
306 #define BOOST_LOG_SEV(logger, lvl) BOOST_LOG_STREAM_SEV(logger, lvl) argument
/third_party/boost/libs/log/src/
Dtrivial.cpp78 BOOST_LOG_API bool from_string(const CharT* str, std::size_t len, severity_level& lvl) in from_string()
120 std::basic_istream< CharT, TraitsT >& strm, severity_level& lvl) in operator >>()
/third_party/libdrm/nouveau/
Dprivate.h14 #define dbg_on(lvl) (nouveau_debug & (1 << lvl)) argument
15 #define dbg(lvl, fmt, args...) do { \ argument
20 #define dbg_on(lvl) (0) argument
21 #define dbg(lvl, fmt, args...) argument
/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c297 tab(struct log_stream *stream, int lvl) in tab()
304 print_instr(struct log_stream *stream, struct ir3_instruction *instr, int lvl) in print_instr()
436 print_block(struct ir3_block *block, int lvl) in print_block()
/third_party/iowow/src/log/
Diwlog.c71 iwrc iwlog(iwlog_lvl lvl, iwrc ecode, const char *file, int line, const char *fmt, ...) { in iwlog()
80 void iwlog2(iwlog_lvl lvl, iwrc ecode, const char *file, int line, const char *fmt, ...) { in iwlog2()
87 iwrc iwlog_va(FILE *out, iwlog_lvl lvl, iwrc ecode, const char *file, int line, const char *fmt, va… in iwlog_va()
294 iwlog_lvl lvl, in _default_logfn()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
Dk-tree-trav.c43 int k_tree_trav(int lvl, int node_nr) in k_tree_trav()
Dk-tree-gen.c48 int k_tree_gen(int lvl, int node_nr) in k_tree_gen()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c41 struct nv30_miptree_level *lvl = &mt->level[level]; in layer_offset() local
99 struct nv30_miptree_level *lvl = &mt->level[level]; in define_rect() local
472 struct nv30_miptree_level *lvl = &mt->level[l]; in nv30_miptree_create() local
551 struct nv30_miptree_level *lvl = &mt->level[tmpl->u.tex.level]; in nv30_miptree_surface_new() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_cpal.c113 int lvl; in _mesa_cpal_compressed_size() local
154 GLint lvl, num_levels; in _mesa_cpal_compressed_teximage2d() local
/third_party/boost/libs/log/example/basic_usage/
Dmain.cpp59 std::basic_ostream< CharT, TraitsT >& strm, severity_level lvl) in operator <<()
/third_party/boost/libs/log/example/keywords/
Dmain.cpp57 std::basic_ostream< CharT, TraitsT >& strm, severity_level lvl) in operator <<()
/third_party/boost/libs/log/example/doc/
Dextension_app_launcher.cpp64 logging::trivial::severity_level lvl = level.get(); in severity_level_as_urgency() local
/third_party/boost/libs/log/example/wide_char/
Dmain.cpp46 std::basic_ostream< CharT, TraitsT >& strm, severity_level lvl) in operator <<()
/third_party/ejdb/src/jbl/
Djbl_json.c230 int lvl, in _jbl_parse_value()
397 static iwrc _jbl_node_as_json(JBL_NODE node, jbl_json_printer pt, void *op, int lvl, jbl_print_flag… in _jbl_node_as_json()
529 int lvl, JBL_NODE n, const char *key, int klidx, JBN_VCTX *vctx, in _jbl_clone_node_visit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c154 unsigned lvl; in fd3_sampler_view_create() local
/third_party/boost/libs/log/example/advanced_usage/
Dmain.cpp57 …ream< CharT, TraitsT >& operator<< (std::basic_ostream< CharT, TraitsT >& strm, severity_level lvl) in operator <<()
/third_party/ffmpeg/libavcodec/
Dvp9lpf.c27 uint8_t *lvl, uint8_t (*mask)[4], in filter_plane_cols()
102 uint8_t *lvl, uint8_t (*mask)[4], in filter_plane_rows()
/third_party/flutter/skia/gm/
Dfilterindiabox.cpp31 SkFilterQuality lvl) { in draw_cell()
/third_party/openssl/crypto/x509v3/
Dpcy_node.c132 int policy_node_match(const X509_POLICY_LEVEL *lvl, in policy_node_match()

1234