HomeSort by: relevance | last modified time | path
    Searched defs:retA (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libbpfjit/
t_cop.c 43 static uint32_t retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
50 &retA,
64 retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
139 BPF_STMT(BPF_MISC+BPF_COP, 0), // retA
310 BPF_STMT(BPF_MISC+BPF_COP, 0), /* retA */
393 BPF_STMT(BPF_LDX+BPF_IMM, 0), // retA
  /src/tests/net/bpfjit/
t_cop.c 51 static uint32_t retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
58 &retA,
72 retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
151 BPF_STMT(BPF_MISC+BPF_COP, 0), // retA
352 BPF_STMT(BPF_MISC+BPF_COP, 0), /* retA */
451 BPF_STMT(BPF_LDX+BPF_IMM, 0), // retA

Completed in 14 milliseconds