Home
last modified time | relevance | path

Searched defs:ctx_ptr (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c9 #define ctx_ptr(ctx, mem) (void *)(unsigned long)ctx->mem macro
H A Dtest_tc_neigh_fib.c18 # define ctx_ptr(field) (void *)(long)(field) macro
H A Dtest_tc_neigh.c18 # define ctx_ptr(field) (void *)(long)(field) macro
H A Dtest_tc_dtime.c27 #define ctx_ptr(field) (void *)(long)(field) macro
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dmemory_snapshot.cpp112 [](const at::RecordFunction& fn, at::ObserverContext* ctx_ptr) { in _initRecordAnnotations()
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) in add_str()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp905 void tracedOutputsCallback(const RecordFunction& fn, ObserverContext* ctx_ptr) { in tracedOutputsCallback()
1163 [](const RecordFunction& /* unused */, ObserverContext* ctx_ptr) { in TEST()
1188 [](const RecordFunction& /* unused */, ObserverContext* ctx_ptr) { in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp679 static void onFunctionExit(const RecordFunction& fn, ObserverContext* ctx_ptr) { in onFunctionExit()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dthirdpass.c382 THIRD_PASS_DEC_CTX *ctx_ptr = *ctx; in av1_init_thirdpass_ctx() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.cpp475 at::ObserverContext* ctx_ptr) { in onFunctionExit()