/third_party/selinux/libsepol/cil/src/ |
D | cil_log.c | 40 static 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() 66 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...) in cil_log() 74 void cil_set_log_level(enum cil_log_level lvl) in cil_set_log_level()
|
/third_party/rust/crates/log/src/ |
D | macros.rs | 34 let lvl = $lvl; localVariable 47 let lvl = $lvl; localVariable 217 let lvl = $lvl; localVariable
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jerror.h | 290 #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/mesa3d/.gitlab-ci/tests/lava/ |
D | helpers.py | 24 dt: Callable = datetime.now, msg="test", lvl="target" argument 40 finished=False, msg=None, lvl="target", result=None argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_print.c | 346 tab(struct log_stream *stream, int lvl) in tab() 353 print_instr(struct log_stream *stream, struct ir3_instruction *instr, int lvl) in print_instr() 481 print_block(struct ir3_block *block, int lvl) in print_block()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_miptree.c | 41 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/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
D | k-tree-gen.c | 48 int k_tree_gen(int lvl, int node_nr) in k_tree_gen()
|
D | k-tree-trav.c | 43 int k_tree_trav(int lvl, int node_nr) in k_tree_trav()
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_cpal.c | 114 int lvl; in _mesa_cpal_compressed_size() local 155 GLint lvl, num_levels; in _mesa_cpal_compressed_teximage2d() local
|
/third_party/selinux/libsepol/fuzz/ |
D | secilc-fuzzer.c | 11 static void log_handler(__attribute__((unused)) int lvl, __attribute__((unused)) const char *msg) { in log_handler()
|
/third_party/libbpf/src/ |
D | btf_dump.c | 28 static const char *pfx(int lvl) in pfx() 862 bool in_bitfield, int lvl) in btf_dump_emit_bit_padding() 966 int lvl) in btf_dump_emit_struct_def() 1063 int lvl, __u16 vlen) in btf_dump_emit_enum32_val() 1088 int lvl, __u16 vlen) in btf_dump_emit_enum64_val() 1119 int lvl) in btf_dump_emit_enum_def() 1187 const struct btf_type *t, int lvl) in btf_dump_emit_typedef_def() 1270 int lvl, err; in btf_dump__emit_type_decl() local 1288 const char *fname, int lvl) in btf_dump_emit_type_decl() 1418 const char *fname, int lvl) in btf_dump_emit_type_chain() [all …]
|
/third_party/libdrm/nouveau/ |
D | private.h | 21 #define dbg_on(lvl) (nouveau_debug & (1 << lvl)) argument 22 #define dbg(lvl, fmt, args...) do { \ argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 154 unsigned lvl; in fd3_sampler_view_create() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.c | 135 unsigned lvl, layers = 0; in fd5_sampler_view_create() local
|
/third_party/ffmpeg/libavcodec/ |
D | vp9lpf.c | 27 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/rust/crates/log/test_max_level_features/ |
D | main.rs | 70 let mut lvl = state.last_log.lock().unwrap(); in last() localVariable
|
/third_party/rust/crates/log/tests/ |
D | filters.rs | 92 let lvl = state.last_log.lock().unwrap().take(); in last() localVariable
|
/third_party/openssl/crypto/x509/ |
D | pcy_node.c | 140 int ossl_policy_node_match(const X509_POLICY_LEVEL *lvl, in ossl_policy_node_match()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | pcy_node.c | 140 int ossl_policy_node_match(const X509_POLICY_LEVEL *lvl, in ossl_policy_node_match()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_compute.c | 355 struct nv50_miptree_level *lvl = &mt->level[view->u.tex.level]; in nv50_set_surface_info() local 427 struct nv50_miptree_level *lvl = &mt->level[view->u.tex.level]; in nv50_compute_validate_surfaces() local
|
/third_party/toybox/toys/pending/ |
D | syslogd.c | 103 char *fac = tk, *lvl; in resolve_config() local 323 int olen = len, fac, lvl; in logmsg() local
|
/third_party/ffmpeg/libavformat/ |
D | rtpenc_vc2hq.c | 52 int lvl, second_field; in send_picture() local
|
/third_party/curl/lib/ |
D | curl_trc.c | 188 int lvl; in Curl_trc_opt() local
|
/third_party/mesa3d/src/freedreno/decode/ |
D | util.h | 39 tab(int lvl) in tab()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_texture.c | 142 unsigned lvl, layers = 0; in fd4_sampler_view_create() local
|