Home
last modified time | relevance | path

Searched defs:buf_name (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dv4l2_tracker.cc84 base::StackString<64> buf_name( in ParseV4l2Event() local
125 base::StackString<64> buf_name( in ParseV4l2Event() local
171 base::StackString<64> buf_name("vb2_v4l2_buf_queue minor=%" PRIu32 in ParseV4l2Event() local
202 base::StackString<64> buf_name("vb2_v4l2_buf_done minor=%" PRIu32 in ParseV4l2Event() local
233 base::StackString<64> buf_name("vb2_v4l2_qbuf minor=%" PRIu32 in ParseV4l2Event() local
264 base::StackString<64> buf_name("vb2_v4l2_qbuf minor=%" PRIu32 in ParseV4l2Event() local
/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
H A Dgen.py393 def plain_step(type_name, buf_name, log_n, it, ident=""): argument
416 buf_name, argument
529 def float_avx_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
544 def double_avx_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
559 def float_sse_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
574 def double_sse_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
592 def float_neon_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
/aosp_15_r20/external/tpm2-tss/src/tss2-mu/
H A Dtpml-types.c25 #define TPML_MARSHAL(type, marshal_func, buf_name, op) \ argument
87 #define TPML_UNMARSHAL(type, unmarshal_func, buf_name) \ argument
H A Dtpm2b-types.c89 #define TPM2B_UNMARSHAL(type, buf_name) \ argument
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/acpi/
H A Dalib.c7 static void acpigen_dptc_call_alib(const char *buf_name, uint8_t *buffer, size_t size) in acpigen_dptc_call_alib()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py1674 def buf_name_to_fused_snode(buf_name, name_to_buf, name_to_fused_node): argument
H A Dir.py7994 def add_index_expr(self, expr: sympy.Expr, category, buf_name): argument
8054 def add_index(expr, category, buf_name=None): argument
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-input.c5251 struct tracecmd_output *out_handle, const char *buf_name) in copy_trace_latency()