Searched defs:nins (Results 1 – 5 of 5) sorted by relevance
103 bpf_jit_optimize(struct bpf_insn *prog, u_int nins) in bpf_jit_optimize()156 bpf_jit_compile(struct bpf_insn *prog, u_int nins, size_t *size) in bpf_jit_compile()
66 bpf_jitter(struct bpf_insn *fp, int nins) in bpf_jitter()
53 static int nins = sizeof(pc) / sizeof(pc[0]); variable
236 size_t count, i, nins; ckh_rebuild() local